mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add graph icons to OE and TD (#18808)
* add graph icons to OE and TD * PR comments * change enum type * change sub type to icon and make basic as default * changed icontype to icon * change default logic location * change icon name to be more generic * use right icons
This commit is contained in:
@@ -1518,8 +1518,17 @@
|
||||
"scmp_dark": {
|
||||
"iconPath": "./images/scmp_inverse.svg"
|
||||
},
|
||||
"table-designer": {
|
||||
"iconPath": "./images/table.svg"
|
||||
"table-basic": {
|
||||
"iconPath": "./images/table-basic.svg"
|
||||
},
|
||||
"table-temporal": {
|
||||
"iconPath": "./images/table-temporal.svg"
|
||||
},
|
||||
"table-graphnode": {
|
||||
"iconPath": "./images/table-graphnode.svg"
|
||||
},
|
||||
"table-graphedge": {
|
||||
"iconPath": "./images/table-graphedge.svg"
|
||||
}
|
||||
},
|
||||
"file": "_default",
|
||||
@@ -1818,7 +1827,10 @@
|
||||
"dashboard": "_shell",
|
||||
"profiler": "_csv",
|
||||
"Schema Compare": "scmp_dark",
|
||||
"table-designer": "table-designer"
|
||||
"table-basic": "table-basic",
|
||||
"table-temporal": "table-temporal",
|
||||
"table-graphnode": "table-graphnode",
|
||||
"table-graphedge": "table-graphedge"
|
||||
},
|
||||
"languageIds": {
|
||||
"bat": "_windows",
|
||||
|
||||
Reference in New Issue
Block a user