Skip to content

Commit b384147

Browse files
committed
add icon for npm scripts
refs microsoft#93964
1 parent f1d78ed commit b384147

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

extensions/npm/images/code.svg

Lines changed: 1 addition & 0 deletions
Loading

extensions/npm/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
{
5656
"id": "npm",
5757
"name": "%view.name%",
58-
"when": "npm:showScriptExplorer || config.npm.enableScriptExplorer"
58+
"when": "npm:showScriptExplorer || config.npm.enableScriptExplorer",
59+
"icon": "images/code.svg"
5960
}
6061
]
6162
},

0 commit comments

Comments
 (0)