From 9238edb87435e43ea45ff767f3134089b125bc53 Mon Sep 17 00:00:00 2001 From: nub31 Date: Thu, 23 Oct 2025 15:09:57 +0200 Subject: [PATCH] script to build lsp and copy to extension --- vscode-lsp/get-latest.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 vscode-lsp/get-latest.sh diff --git a/vscode-lsp/get-latest.sh b/vscode-lsp/get-latest.sh new file mode 100755 index 0000000..5853618 --- /dev/null +++ b/vscode-lsp/get-latest.sh @@ -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/ \ No newline at end of file