This repository has been archived on 2025-10-23. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nub-lang-archive/vscode-lsp/get-latest.sh
nub31 babafb4d34 ...
2025-10-23 17:55:21 +02:00

4 lines
160 B
Bash
Executable File

#!/bin/bash
dotnet publish -c Release ../compiler/NubLang.LSP/NubLang.LSP.csproj
cp ../compiler/NubLang.LSP/bin/Release/net9.0/linux-x64/publish/nublsp server/