mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
added icons
This commit is contained in:
@@ -37,7 +37,8 @@
|
||||
"explorer": [
|
||||
{
|
||||
"id": "npm",
|
||||
"name": "npm scripts"
|
||||
"name": "npm scripts",
|
||||
"when": "config.npm.explorerVisible"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -136,6 +137,12 @@
|
||||
},
|
||||
"description": "%config.npm.exclude%",
|
||||
"scope": "resource"
|
||||
},
|
||||
"npm.explorerVisible": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"scope": "resource",
|
||||
"description": "Show the npm scripts explorer"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user