Skip to content

Commit 494bfe7

Browse files
committed
chore: update VS Code engine version and enhance package scripts
1 parent b381080 commit 494bfe7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vsce/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"categories": ["Programming Languages"],
1919
"icon": "resources/sqlsurge-icon.png",
2020
"engines": {
21-
"vscode": "^1.90.0"
21+
"vscode": "^1.93.0"
2222
},
2323
"activationEvents": [
2424
"onLanguage:sql",
@@ -34,8 +34,8 @@
3434
"watch": "webpack --watch",
3535
"test": "jest",
3636
"watch-tests": "tsc -p . -w",
37-
"package": "vsce package --no-dependencies",
38-
"publish": "vsce publish --no-dependencies"
37+
"package": "pnpm run clean && vsce package --no-dependencies",
38+
"publish": "pnpm run clean && vsce publish --no-dependencies"
3939
},
4040
"contributes": {
4141
"configuration": {

0 commit comments

Comments
 (0)