diff --git a/vscode-lsp/.gitignore b/vscode-lsp/.gitignore index f11a10c..0512d1c 100644 --- a/vscode-lsp/.gitignore +++ b/vscode-lsp/.gitignore @@ -1,3 +1,4 @@ node_modules out -nub-*.vsix \ No newline at end of file +nub-*.vsix +server \ No newline at end of file diff --git a/vscode-lsp/get-latest.sh b/vscode-lsp/get-latest.sh index cef142e..02b5cf2 100755 --- a/vscode-lsp/get-latest.sh +++ b/vscode-lsp/get-latest.sh @@ -1,4 +1,5 @@ #!/bin/bash dotnet publish -c Release ../compiler/NubLang.LSP/NubLang.LSP.csproj +mkdir -p server cp ../compiler/NubLang.LSP/bin/Release/net9.0/linux-x64/publish/nublsp server/ \ No newline at end of file