change for release

This commit is contained in:
Christoph Brandau
2025-01-07 18:16:05 +01:00
parent 09d1685aa9
commit 8c1b614d20
9 changed files with 3707 additions and 146 deletions
+11 -2
View File
@@ -3,6 +3,11 @@
"displayName": "vscode-cdl-support",
"description": "",
"version": "0.0.1",
"publisher": "Christoph",
"repository": {
"type": "git",
"url": "https://git.cbsk-tech.de/Christoph/vscode-cdl.git"
},
"main": "./client/out/src/extension.js",
"keywords": [
"cdl",
@@ -38,10 +43,14 @@
]
},
"scripts": {
"watch": "tsc -watch -p ./"
"compile": "vite build",
"watch": "vite build --watch",
"package": "vite build --mode production"
},
"devDependencies": {
"@types/vscode": "^1.96.0",
"typescript": "^5.7.2"
"@vscode/vsce": "^3.2.1",
"typescript": "^5.7.2",
"vite": "^6.0.7"
}
}