mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "schema-compare",
|
||||
"displayName": "SQL Server Schema Compare",
|
||||
"description": "SQL Server Schema Compare for Azure Data Studio supports comparing the schemas of databases and dacpacs.",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.3.0",
|
||||
"publisher": "Microsoft",
|
||||
"preview": true,
|
||||
@@ -27,13 +27,27 @@
|
||||
"commands": [
|
||||
{
|
||||
"command": "schemaCompare.start",
|
||||
"title": "Schema Compare",
|
||||
"title": "%schemaCompare.start%",
|
||||
"icon": {
|
||||
"light": "./images/light_icon.svg",
|
||||
"dark": "./images/dark_icon.svg"
|
||||
}
|
||||
}
|
||||
],
|
||||
"languages": [
|
||||
{
|
||||
"id": "scmp",
|
||||
"filenames": [
|
||||
"Schema Compare"
|
||||
],
|
||||
"extensions": [
|
||||
".scmp"
|
||||
],
|
||||
"aliases": [
|
||||
"scmp"
|
||||
]
|
||||
}
|
||||
],
|
||||
"menus": {
|
||||
"objectExplorer/item/context": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user