remove icon files and use codicons for extensions (#9305)

This commit is contained in:
Aditya Bist
2020-02-24 13:19:24 -08:00
committed by GitHub
parent 1a639f83c4
commit eeae87ea32
17 changed files with 8 additions and 52 deletions

View File

@@ -112,10 +112,7 @@
{
"command": "bigDataClusters.command.addController",
"title": "%command.addController.title%",
"icon": {
"light": "resources/light/add.svg",
"dark": "resources/dark/add_inverse.svg"
}
"icon": "$(add)"
},
{
"command": "bigDataClusters.command.deleteController",
@@ -125,10 +122,7 @@
{
"command": "bigDataClusters.command.refreshController",
"title": "%command.refreshController.title%",
"icon": {
"light": "resources/light/refresh.svg",
"dark": "resources/dark/refresh_inverse.svg"
}
"icon": "$(refresh)"
},
{
"command": "bigDataClusters.command.manageController",