|
12 | 12 | "publisher": "serkonda7", |
13 | 13 | "engines": { |
14 | 14 | "node": ">=18", |
15 | | - "vscode": "^1.82.0", |
16 | | - "pnpm": ">=8" |
| 15 | + "vscode": "^1.82.0" |
17 | 16 | }, |
| 17 | + "packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903", |
18 | 18 | "categories": [ |
19 | 19 | "Programming Languages", |
20 | 20 | "Snippets", |
|
29 | 29 | "onLanguage:wwb", |
30 | 30 | "workspaceContains:**/*.{docm,xlsm,pptm,xlam,ppam}" |
31 | 31 | ], |
32 | | - "main": "./out/extension.js", |
| 32 | + "main": "./src/main.js", |
33 | 33 | "capabilities": { |
34 | 34 | "untrustedWorkspaces": { |
35 | 35 | "supported": true |
|
115 | 115 | } |
116 | 116 | }, |
117 | 117 | "scripts": { |
118 | | - "compile": "bait --library -o out/extension.js src", |
119 | 118 | "test": "pnpm run convert-yaml && pnpm run test-vba && pnpm run test-wwb", |
120 | 119 | "test-vba": "vscode-tmgrammar-test -g ./out/vba.json \"syntaxes/tests/vba/*.bas\"", |
121 | 120 | "test-wwb": "vscode-tmgrammar-test -g ./out/wwb.json \"syntaxes/tests/other/*.wwd\"", |
122 | 121 | "install-dev-ext": "vsce package -o ./out/vscode-vba-dev.vsix && code --install-extension ./out/vscode-vba-dev.vsix --force", |
123 | 122 | "package": "vsce package", |
124 | 123 | "convert-yaml": "yaml2json language-configuration.yml \"syntaxes/*.yaml-tmlanguage\" \"snippets/*.yml\"", |
125 | | - "vscode:prepublish": "pnpm run compile && pnpm run convert-yaml" |
| 124 | + "vscode:prepublish": "pnpm run convert-yaml" |
126 | 125 | }, |
127 | 126 | "devDependencies": { |
128 | 127 | "@serkonda7/yaml2json": "^0.9.0", |
129 | | - "@vscode/vsce": "~2.24.0", |
| 128 | + "@vscode/vsce": "~2.30.0", |
130 | 129 | "vscode-tmgrammar-test": "~0.1.3" |
131 | 130 | } |
132 | 131 | } |
0 commit comments