File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 - name : Install dependencies
2626 run : pnpm install
2727
28+ - name : Install vsce
29+ run : pnpm add -D @vscode/vsce
30+
2831 - name : Package extension
2932 run : pnpm run package
3033
Original file line number Diff line number Diff line change 153153 "watch" : " npm-run-all -p watch:*" ,
154154 "watch:esbuild" : " node esbuild.js --watch" ,
155155 "watch:tsc" : " tsc --noEmit --watch --project tsconfig.json" ,
156- "package" : " pnpm run check-types && pnpm run lint && node esbuild.js --production" ,
156+ "package" : " pnpm run check-types && pnpm run lint && node esbuild.js --production && vsce package " ,
157157 "compile-tests" : " tsc -p . --outDir out" ,
158158 "watch-tests" : " tsc -p . -w --outDir out" ,
159159 "pretest" : " pnpm run compile-tests && pnpm run compile && pnpm run lint" ,
169169 "@typescript-eslint/parser" : " ^8.42.0" ,
170170 "@vscode/test-cli" : " ^0.0.11" ,
171171 "@vscode/test-electron" : " ^2.5.2" ,
172+ "@vscode/vsce" : " ^3.0.0" ,
172173 "esbuild" : " ^0.25.9" ,
173174 "eslint" : " ^9.34.0" ,
174175 "npm-run-all" : " ^4.1.5" ,
You can’t perform that action at this time.
0 commit comments