mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Schema compare Icon and other fixes (#6009)
* Changes to 1. Enable Icon for Schema Compare model view editor 2. Set context setting in editable drop down 3. Fix a console error * new icons * Changes as per PR comments * Adding PR comments * Fixing a spelling mistake
This commit is contained in:
@@ -1247,6 +1247,12 @@
|
||||
},
|
||||
"notebook_dark": {
|
||||
"iconPath": "./images/notebook_inverse.svg"
|
||||
},
|
||||
"scmp": {
|
||||
"iconPath": "./images/scmp.svg"
|
||||
},
|
||||
"scmp_dark": {
|
||||
"iconPath": "./images/scmp_inverse.svg"
|
||||
}
|
||||
},
|
||||
"file": "_default",
|
||||
@@ -1431,7 +1437,8 @@
|
||||
"cert": "_lock",
|
||||
"ds_store": "_ignored",
|
||||
// {{SQL CARBON EDIT}}
|
||||
"ipynb": "notebook_dark"
|
||||
"ipynb": "notebook_dark",
|
||||
"scmp": "scmp_dark"
|
||||
},
|
||||
"fileNames": {
|
||||
"mix": "_hex",
|
||||
@@ -1480,7 +1487,8 @@
|
||||
"todo": "_todo",
|
||||
"npm-debug.log": "_npm_ignored",
|
||||
"dashboard": "_shell",
|
||||
"profiler": "_csv"
|
||||
"profiler": "_csv",
|
||||
"Schema Compare": "scmp_dark",
|
||||
},
|
||||
"languageIds": {
|
||||
"bat": "_windows",
|
||||
@@ -1542,7 +1550,8 @@
|
||||
"vala": "_vala",
|
||||
"todo": "_todo",
|
||||
// {{SQL CARBON EDIT}}
|
||||
"notebook": "notebook_dark"
|
||||
"notebook": "notebook_dark",
|
||||
"scmp": "scmp_dark"
|
||||
},
|
||||
"light": {
|
||||
"file": "_default_light",
|
||||
@@ -1727,7 +1736,8 @@
|
||||
"cert": "_lock_light",
|
||||
"ds_store": "_ignored_light",
|
||||
// {{SQL CARBON EDIT}}
|
||||
"ipynb": "notebook"
|
||||
"ipynb": "notebook",
|
||||
"scmp": "scmp"
|
||||
},
|
||||
"languageIds": {
|
||||
"bat": "_windows_light",
|
||||
@@ -1788,7 +1798,8 @@
|
||||
"stylus": "_stylus_light",
|
||||
"vala": "_vala_light",
|
||||
// {{SQL CARBON EDIT}}
|
||||
"notebook": "notebook"
|
||||
"notebook": "notebook",
|
||||
"scmp": "scmp"
|
||||
},
|
||||
"fileNames": {
|
||||
"mix": "_hex_light",
|
||||
@@ -1836,7 +1847,8 @@
|
||||
"procfile": "_heroku_light",
|
||||
"npm-debug.log": "_npm_ignored_light",
|
||||
"dashboard": "_shell_light",
|
||||
"profiler": "_csv_light"
|
||||
"profiler": "_csv_light",
|
||||
"Schema Compare": "scmp"
|
||||
}
|
||||
},
|
||||
"version": "https://github.com/jesseweed/seti-ui/commit/89175d7f9e0c70cd325b80a18a3c77fc8eb7c798"
|
||||
|
||||
Reference in New Issue
Block a user