mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-22 03:09:13 +00:00
terminal.quickFixes -> terminalQuickFixes (#173860)
This commit is contained in:
@@ -40,10 +40,8 @@
|
||||
"browser": "./dist/browser/npmBrowserMain",
|
||||
"activationEvents": [
|
||||
"onTaskType:npm",
|
||||
"onCommand:npm.runScriptFromFolder",
|
||||
"onLanguage:json",
|
||||
"workspaceContains:package.json",
|
||||
"onView:npm"
|
||||
"workspaceContains:package.json"
|
||||
],
|
||||
"capabilities": {
|
||||
"virtualWorkspaces": {
|
||||
@@ -341,8 +339,7 @@
|
||||
"when": "shellExecutionSupported"
|
||||
}
|
||||
],
|
||||
"terminal": {
|
||||
"quickFixes": [
|
||||
"terminalQuickFixes": [
|
||||
{
|
||||
"id": "ms-vscode.npm-command",
|
||||
"commandLineMatcher": "npm",
|
||||
@@ -355,7 +352,6 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user