added icons

This commit is contained in:
Erich Gamma
2018-03-31 17:24:32 +02:00
parent f27b68cdcc
commit 41b49e2dc1
4 changed files with 18 additions and 4 deletions

View File

@@ -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"
}
}
},