Skip to content

Commit 388f3dd

Browse files
committed
Merge remote-tracking branch 'origin/main' into eg/keybindings
2 parents 5c7169f + 1a37e0b commit 388f3dd

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,17 @@
66
"publisher": "eg2",
77
"icon": "npm_icon.png",
88
"engines": {
9-
"vscode": "^1.44.0"
9+
"vscode": "^1.66.0"
1010
},
11-
"workspaceTrust": {
12-
"request": "never"
11+
"capabilities": {
12+
"virtualWorkspaces": {
13+
"supported": false,
14+
"description": "Npm scripts running is not possible in virtual workspaces."
15+
},
16+
"untrustedWorkspaces": {
17+
"supported": false,
18+
"description": "The extension requires workspace trust because it runs npm scripts from the workspace."
19+
}
1320
},
1421
"homepage": "https://github.com/Microsoft/vscode-npm-scripts/blob/master/README.md",
1522
"repository": {
@@ -210,7 +217,6 @@
210217
"description": "Look for 'package.json' in the root directory of the workspace"
211218
},
212219
"npm.bin": {
213-
"scope": "machine",
214220
"type": "string",
215221
"default": "npm",
216222
"description": "npm bin name"

0 commit comments

Comments
 (0)