mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Update SC dialog to save/read file structure to/from schema compare file (#22727)
* Read/Send ExtractTarget information from/to STS * Remove comment * Cleanup comment and update azdata dependency
This commit is contained in:
2
extensions/mssql/src/mssql.d.ts
vendored
2
extensions/mssql/src/mssql.d.ts
vendored
@@ -135,7 +135,7 @@ declare module 'mssql' {
|
||||
connectionName?: string;
|
||||
projectFilePath: string;
|
||||
targetScripts: string[];
|
||||
folderStructure: ExtractTarget;
|
||||
extractTarget: ExtractTarget;
|
||||
dataSchemaProvider: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user