mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
add Debug script command
This commit is contained in:
@@ -44,11 +44,15 @@
|
||||
"commands": [
|
||||
{
|
||||
"command": "npm.runScript",
|
||||
"title": "Run Script"
|
||||
"title": "Run"
|
||||
},
|
||||
{
|
||||
"command": "npm.debugScript",
|
||||
"title": "Debug"
|
||||
},
|
||||
{
|
||||
"command": "npm.openScript",
|
||||
"title": "Open Script"
|
||||
"title": "Open"
|
||||
},
|
||||
{
|
||||
"command": "npm.refresh",
|
||||
@@ -72,6 +76,16 @@
|
||||
"command": "npm.openScript",
|
||||
"when": "view == npm && viewItem == packageJSON",
|
||||
"group": "1_navigation"
|
||||
},
|
||||
{
|
||||
"command": "npm.runScript",
|
||||
"when": "view == npm && viewItem == script",
|
||||
"group": "1_navigation"
|
||||
},
|
||||
{
|
||||
"command": "npm.debugScript",
|
||||
"when": "view == npm && viewItem == script",
|
||||
"group": "1_navigation"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user