We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16cc958 commit b125e82Copy full SHA for b125e82
package.json
@@ -60,7 +60,9 @@
60
"syntax-highlighting"
61
],
62
"scripts": {
63
- "vscode:prepublish": "jsonlint -Dq language-configuration.json package.json syntaxes/oscript.tmLanguage.json"
+ "vscode:prepublish": "jsonlint -Dq language-configuration.json package.json syntaxes/oscript.tmLanguage.json",
64
+ "vsce:patch": "vsce publish --baseImagesUrl https://raw.githubusercontent.com/prantlf/vscode-oscript/master/ patch",
65
+ "vsce:minor": "vsce publish --baseImagesUrl https://raw.githubusercontent.com/prantlf/vscode-oscript/master/ minor"
66
},
67
"devDependencies": {
68
"@prantlf/jsonlint": "10.2.0"
0 commit comments