add Hover feature
/ build_and_publish (push) Failing after 19s

This commit is contained in:
Christoph Brandau
2025-01-08 15:53:19 +01:00
parent 793effd85d
commit a318cf6e46
8 changed files with 213 additions and 93 deletions
+2 -1
View File
@@ -2,7 +2,7 @@
"name": "vscode-cdl-support",
"displayName": "vscode-cdl-support",
"description": "",
"version": "0.0.5",
"version": "0.1.0",
"publisher": "Christoph",
"repository": {
"type": "git",
@@ -50,6 +50,7 @@
"devDependencies": {
"@types/vscode": "^1.96.0",
"@vscode/vsce": "^3.2.1",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"vite": "^6.0.7"
}