add icon for npm scripts

refs #93964
This commit is contained in:
SteVen Batten
2020-05-27 10:46:01 -07:00
parent f1d78ed43e
commit b384147f84
2 changed files with 3 additions and 1 deletions

View File

@@ -55,7 +55,8 @@
{
"id": "npm",
"name": "%view.name%",
"when": "npm:showScriptExplorer || config.npm.enableScriptExplorer"
"when": "npm:showScriptExplorer || config.npm.enableScriptExplorer",
"icon": "images/code.svg"
}
]
},