mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-14 03:21:36 -04:00
Add option to create sdk style project (#19290)
* update sql proj api * remove extra spaces * simplify check
This commit is contained in:
@@ -68,7 +68,12 @@ declare module 'sqldbproj' {
|
||||
/**
|
||||
* If true then the project will not be opened in the workspace after being created
|
||||
*/
|
||||
doNotOpenInWorkspace?: boolean
|
||||
doNotOpenInWorkspace?: boolean,
|
||||
|
||||
/**
|
||||
* Create SQL Project SDK style or non SDK style. The default is non SDK style.
|
||||
*/
|
||||
isSDKStyle?: boolean
|
||||
};
|
||||
|
||||
export interface ISqlProject {
|
||||
|
||||
Reference in New Issue
Block a user