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

@ -0,0 +1 @@
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M4.708 5.578L2.061 8.224l2.647 2.646-.708.708-3-3V7.87l3-3 .708.708zm7-.708L11 5.578l2.647 2.646L11 10.87l.708.708 3-3V7.87l-3-3zM4.908 13l.894.448 5-10L9.908 3l-5 10z"/></svg>

After

Width:  |  Height:  |  Size: 288 B

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