mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 01:25:36 -05:00
Add SDK style project option to create project from db dialog (#18243)
* add sdk style project template * update description and order * add SDK style project option to create project from db dialog * fix test * switch to checkbox * remove not used string * fix test
This commit is contained in:
@@ -18,4 +18,5 @@ export interface ImportDataModel {
|
||||
filePath: string;
|
||||
version: string;
|
||||
extractTarget: ExtractTarget;
|
||||
sdkStyle?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user