update to lsp for TCL

This commit is contained in:
Christoph Brandau
2025-07-15 16:37:40 +02:00
parent 80f3019932
commit 12ed7ff2bc
12 changed files with 423 additions and 141 deletions
+3 -3
View File
@@ -8,7 +8,7 @@
"type": "git",
"url": "https://git.cbsk-tech.de/Christoph/nx_post_support.git"
},
"main": "./client/dist/extension.js",
"main": "./out/client/src/extension.js",
"keywords": [
"cdl",
"NX CDL",
@@ -83,8 +83,8 @@
"@types/vscode": "^1.96.0",
"@vscode/vsce": "^3.2.1",
"cross-env": "^7.0.3",
"esbuild": "^0.24.2",
"esbuild": "^0.25.6",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
}
}
}