set virtualWorkspaces: limited (#168177)

This commit is contained in:
Martin Aeschlimann 2022-12-06 16:52:23 +01:00 committed by GitHub
parent accdf1078f
commit dac409ee91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -46,7 +46,10 @@
"onView:npm"
],
"capabilities": {
"virtualWorkspaces": false,
"virtualWorkspaces": {
"supported": "limited",
"description": "%virtualWorkspaces%"
},
"untrustedWorkspaces": {
"supported": "limited",
"description": "%workspaceTrust%"

View file

@ -2,6 +2,7 @@
"description": "Extension to add task support for npm scripts.",
"displayName": "NPM support for VS Code",
"workspaceTrust": "This extension executes tasks, which require trust to run.",
"virtualWorkspaces": "Functionality that requires running the 'npm' command is not available in virtual workspaces.",
"config.npm.autoDetect": "Controls whether npm scripts should be automatically detected.",
"config.npm.runSilent": "Run npm commands with the `--silent` option.",
"config.npm.packageManager": "The package manager used to run scripts.",