Fix extension

This commit is contained in:
2025-12-23 17:17:48 -06:00
parent e5733ca2a3
commit b61e0d64e8

View File

@@ -19,6 +19,8 @@ jobs:
commands: | commands: |
cd vscode-extension cd vscode-extension
npm install npm install
npm install -g typescript
npm install -g @@vscode/vsce
vsce package vsce package
useTTY: true useTTY: true
condition: SUCCESSFUL condition: SUCCESSFUL