script to build lsp and copy to extension

This commit is contained in:
nub31
2025-10-23 15:09:57 +02:00
parent c591d99a7c
commit de4dfd5d90
2 changed files with 4 additions and 0 deletions

4
vscode-lsp/get-latest.sh Executable file
View File

@@ -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/

Binary file not shown.