We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04157d8 commit 018e4d5Copy full SHA for 018e4d5
package.json
@@ -135,7 +135,7 @@
135
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
136
"format:check": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\"",
137
"verify": "npm run lint && npm run lint:md && npm run format:check && npm test -- --forbid-only",
138
- "package:vsix": "@vscode/vsce package --out vscode-proto3-${npm_package_version}.vsix"
+ "package:vsix": "vsce package --out vscode-proto3-${npm_package_version}.vsix"
139
},
140
"devDependencies": {
141
"@vscode/vsce": "^2.32.0",
0 commit comments