change for release
This commit is contained in:
+11
-2
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user