mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
Pull Request feedback: updated documentation and naming, read from cache if available instead of creating new tasks
This commit is contained in:
@@ -90,8 +90,8 @@
|
||||
"title": "%command.runSelectedScript%"
|
||||
},
|
||||
{
|
||||
"command": "npm.runScriptsFromFolder",
|
||||
"title": "%command.runScriptsFromFolder%"
|
||||
"command": "npm.runScriptFromFolder",
|
||||
"title": "%command.runScriptFromFolder%"
|
||||
}
|
||||
],
|
||||
"menus": {
|
||||
@@ -180,7 +180,7 @@
|
||||
"explorer/context": [
|
||||
{
|
||||
"when": "config.npm.enableRunFromFolderContextMenu && explorerViewletVisible && explorerResourceIsFolder",
|
||||
"command": "npm.runScriptsFromFolder",
|
||||
"command": "npm.runScriptFromFolder",
|
||||
"group": "2_workspace"
|
||||
}
|
||||
]
|
||||
@@ -235,7 +235,7 @@
|
||||
},
|
||||
"npm.enableRunFromFolderContextMenu": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"default": false,
|
||||
"scope": "resource",
|
||||
"description": "%config.npm.enableRunFromFolderContextMenu%"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user