mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
* Open Scmp file in Schema Compare extension * Address comments and fix failing test * Addressed comment
8 lines
326 B
JSON
8 lines
326 B
JSON
{
|
|
"displayName": "SQL Server Schema Compare",
|
|
"description": "SQL Server Schema Compare for Azure Data Studio supports comparing the schemas of databases and dacpacs.",
|
|
"schemaCompare.start": "Schema Compare",
|
|
"schemaCompare.runComparison": "Run Schema Comparison",
|
|
"schemaCompare.openInScmp": "Open in Schema Compare"
|
|
}
|