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 7a2faf7 commit 4324471Copy full SHA for 4324471
‎.vscode/tasks.json‎
@@ -44,6 +44,13 @@
44
"reveal": "never"
45
}
46
},
47
+ {
48
+ "label": "package",
49
+ "type": "shell",
50
+ "command": "vsce package",
51
+ "group": "build",
52
+ "problemMatcher": []
53
+ },
54
{
55
"label": "publish-extension",
56
"type": "shell",
‎package.json‎
@@ -11,7 +11,7 @@
11
],
12
"icon": "images/icon-logo.png",
13
"engines": {
14
- "vscode": "^1.92.0"
+ "vscode": "^1.99.0"
15
16
"publisher": "Urin",
17
"author": "Urin",
0 commit comments