fix:First line can comment #5
/ build_and_publish (push) Successful in 23s

This commit is contained in:
2025-01-25 00:19:55 +01:00
parent 189db33fc7
commit 1491aad2ea
6 changed files with 43 additions and 690 deletions
+4 -4
View File
@@ -6,9 +6,9 @@
"publisher": "Christoph",
"repository": {
"type": "git",
"url": "https://git.cbsk-tech.de/Christoph/vscode-cdl.git"
"url": "https://git.cbsk-tech.de/Christoph/nx_post_support.git"
},
"main": "./client/out/src/extension.js",
"main": "./client/dist/extension.js",
"keywords": [
"cdl",
"NX CDL",
@@ -75,9 +75,9 @@
]
},
"scripts": {
"compile": "vite build",
"compile": "node esbuild.js --production",
"watch": "node esbuild.js --watch",
"package": "vite build --mode production"
"package": "node esbuild.js --production"
},
"devDependencies": {
"@types/vscode": "^1.96.0",