diff --git a/extensions/theme-seti/icons/images/dashboard.svg b/extensions/theme-seti/icons/images/dashboard.svg new file mode 100644 index 0000000000..a33eecfe72 --- /dev/null +++ b/extensions/theme-seti/icons/images/dashboard.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + ​ + \ No newline at end of file diff --git a/extensions/theme-seti/icons/vs-seti-icon-theme.json b/extensions/theme-seti/icons/vs-seti-icon-theme.json index 8fa6e91047..fa16fb06d3 100644 --- a/extensions/theme-seti/icons/vs-seti-icon-theme.json +++ b/extensions/theme-seti/icons/vs-seti-icon-theme.json @@ -1559,6 +1559,9 @@ }, "execution-plan-compare": { "iconPath": "./images/execution-plan-compare.svg" + }, + "dashboard": { + "iconPath": "./images/dashboard.svg" } }, "file": "_default", @@ -1865,7 +1868,7 @@ "todo": "_todo", "npm-debug.log": "_npm_ignored", // {{SQL CARBON EDIT}} - "dashboard": "_default", + "dashboard": "dashboard", "profiler": "_csv", "Schema Compare": "scmp_dark", "table-basic": "table-basic", @@ -2336,7 +2339,6 @@ "procfile": "_heroku_light", "npm-debug.log": "_npm_ignored_light", // {{SQL CARBON EDIT}} - "dashboard": "_default_light", "profiler": "_csv_light", "Schema Compare": "scmp" }