mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Open Scmp file in Schema Compare extension (#20435)
* Open Scmp file in Schema Compare extension * Address comments and fix failing test * Addressed comment
This commit is contained in:
@@ -42,6 +42,10 @@
|
||||
{
|
||||
"command": "schemaCompare.runComparison",
|
||||
"title": "%schemaCompare.runComparison%"
|
||||
},
|
||||
{
|
||||
"command": "schemaCompare.openInScmp",
|
||||
"title": "%schemaCompare.openInScmp%"
|
||||
}
|
||||
],
|
||||
"languages": [
|
||||
@@ -91,6 +95,17 @@
|
||||
{
|
||||
"command": "schemaCompare.runComparison",
|
||||
"when": "false"
|
||||
},
|
||||
{
|
||||
"command": "schemaCompare.openInScmp",
|
||||
"when": "false"
|
||||
}
|
||||
],
|
||||
"explorer/context": [
|
||||
{
|
||||
"command": "schemaCompare.openInScmp",
|
||||
"when": "resourceExtname == .scmp",
|
||||
"group": "navigation"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user