script to build lsp and copy to extension
This commit is contained in:
4
vscode-lsp/get-latest.sh
Executable file
4
vscode-lsp/get-latest.sh
Executable 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.
Reference in New Issue
Block a user