test rust lsp

This commit is contained in:
2025-09-07 07:18:18 +02:00
parent a8bf55882e
commit 7a3e3ae9f7
330 changed files with 1714 additions and 70094 deletions
+8 -5
View File
@@ -13,7 +13,7 @@
"type": "git",
"url": "https://git.cbsk-tech.de/Christoph/nx_post_support.git"
},
"main": "./dist/extension.js",
"main": "./client/out/extension",
"keywords": [
"cdl",
"NX CDL",
@@ -120,9 +120,12 @@
}
},
"scripts": {
"compile": "node esbuild.js --production",
"watch": "node esbuild.js --watch",
"package": "node esbuild.js --production"
"postinstall": "cd client && npm install && cd ..",
"vscode:prepublish": "npm run build",
"debug": "cd client && npm run compile",
"build": "cd client && npm run compile && cd ../server && npm run build && cd ..",
"lint": "cd client && npm run lint && cd ..",
"esbuild": "node ./bin/esbuild.js"
},
"devDependencies": {
"@types/vscode": "^1.96.0",
@@ -132,4 +135,4 @@
"prettier": "^3.4.2",
"typescript": "^5.7.2"
}
}
}