diff --git a/vscode-lsp/get-latest.sh b/vscode-lsp/get-latest.sh new file mode 100755 index 0000000..5853618 --- /dev/null +++ b/vscode-lsp/get-latest.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +dotnet publish -c Release ../compiler/NubLang.LSP/NubLang.LSP.csproj +cp ../compiler/NubLang.LSP/bin/Release/net9.0/linux-x64/publish/nublsp src/server/ \ No newline at end of file