Skip to content

Commit e69478e

Browse files
committed
Upgrade vscode-extension-tester to latest and @types/glob to avoid packaging issues.
1 parent 48b84f4 commit e69478e

File tree

2 files changed

+501
-415
lines changed

2 files changed

+501
-415
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@sveltejs/kit": "^2.49.5",
7676
"@sveltejs/vite-plugin-svelte": "^5.0.3",
7777
"@tsconfig/svelte": "^5.0.4",
78-
"@types/glob": "^8.0.0",
78+
"@types/glob": "^9.0.0",
7979
"@types/mocha": "^10.0.3",
8080
"@types/node": "^24.0.8",
8181
"@types/vscode": "^1.90.0",
@@ -106,7 +106,7 @@
106106
"tsconfig-paths": "^4.2.0",
107107
"typescript": "5.2.2",
108108
"vite": "^6.4.1",
109-
"vscode-extension-tester": "5.9.1"
109+
"vscode-extension-tester": "8.22.1"
110110
},
111111
"main": "./dist/ext/extension.js",
112112
"activationEvents": [
@@ -432,14 +432,14 @@
432432
"title": "Open in Text Editor",
433433
"category": "TDML Editor",
434434
"icon": "$(notebook-open-as-text)",
435-
"enablement": "activeEditor == 'tdml-editor.editor' || dfdl-debug.tdml-editor-active == 'tdml-editor.editor'"
435+
"enablement": "activeEditor == 'tdml-editor.editor' || dfdl-debug.tdml-editor-active == 'tdml-editor.editor'"
436436
},
437437
{
438438
"command": "tdml-editor.openPreview",
439439
"title": "Open Preview",
440440
"category": "TDML Editor",
441441
"icon": "$(open-preview)",
442-
"enablement": "editorLangId == 'tdml'"
442+
"enablement": "editorLangId == 'tdml'"
443443
},
444444
{
445445
"command": "tdml-editor.openInTdmlEditor",

0 commit comments

Comments
 (0)