This commit is contained in:
nub31
2025-10-23 12:14:10 +02:00
parent 6bea7802cf
commit 3da68a1e34
9 changed files with 601 additions and 26 deletions

View File

@@ -7,8 +7,8 @@ export function activate(context: ExtensionContext) {
const serverExecutable = '/home/oliste/repos/nub-lang/compiler/NubLang.LSP/bin/Debug/net9.0/NubLang.LSP';
client = new LanguageClient(
'nublang',
'nublang client',
'nub',
'nub lsp client',
{
run: {
command: serverExecutable,