Skip to content

Commit 4324471

Browse files
committed
chore: 🔧 Update VSCode version and add package task
1 parent 7a2faf7 commit 4324471

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

‎.vscode/tasks.json‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@
4444
"reveal": "never"
4545
}
4646
},
47+
{
48+
"label": "package",
49+
"type": "shell",
50+
"command": "vsce package",
51+
"group": "build",
52+
"problemMatcher": []
53+
},
4754
{
4855
"label": "publish-extension",
4956
"type": "shell",

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"icon": "images/icon-logo.png",
1313
"engines": {
14-
"vscode": "^1.92.0"
14+
"vscode": "^1.99.0"
1515
},
1616
"publisher": "Urin",
1717
"author": "Urin",

0 commit comments

Comments
 (0)