File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 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" : {
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"
You can’t perform that action at this time.
0 commit comments