...
This commit is contained in:
3
vscode-lsp/.gitignore
vendored
3
vscode-lsp/.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
node_modules
|
node_modules
|
||||||
out
|
out
|
||||||
nub-*.vsix
|
nub-*.vsix
|
||||||
|
server
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
dotnet publish -c Release ../compiler/NubLang.LSP/NubLang.LSP.csproj
|
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/
|
cp ../compiler/NubLang.LSP/bin/Release/net9.0/linux-x64/publish/nublsp server/
|
||||||
Reference in New Issue
Block a user