This commit is contained in:
nub31
2025-10-24 10:37:36 +02:00
parent 0c35bc052c
commit e294a26834
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
node_modules
out
nub-*.vsix
nub-*.vsix
server

View File

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