From e294a26834c643fc9ebddc50a151cc50cec721a5 Mon Sep 17 00:00:00 2001 From: nub31 Date: Fri, 24 Oct 2025 10:37:36 +0200 Subject: [PATCH] ... --- vscode-lsp/.gitignore | 3 ++- vscode-lsp/get-latest.sh | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/vscode-lsp/.gitignore b/vscode-lsp/.gitignore index f11a10c..0512d1c 100644 --- a/vscode-lsp/.gitignore +++ b/vscode-lsp/.gitignore @@ -1,3 +1,4 @@ node_modules out -nub-*.vsix \ No newline at end of file +nub-*.vsix +server \ No newline at end of file diff --git a/vscode-lsp/get-latest.sh b/vscode-lsp/get-latest.sh index cef142e..02b5cf2 100755 --- a/vscode-lsp/get-latest.sh +++ b/vscode-lsp/get-latest.sh @@ -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/ \ No newline at end of file