mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add custom option support on Connection dialog + move Encrypt to connection dialog (#20959)
This commit is contained in:
6
src/sql/azdata.proposed.d.ts
vendored
6
src/sql/azdata.proposed.d.ts
vendored
@@ -469,6 +469,12 @@ declare module 'azdata' {
|
||||
|
||||
export interface ConnectionOption {
|
||||
defaultValueOsOverrides?: DefaultValueOsOverride[];
|
||||
|
||||
/**
|
||||
* When set to true, the respective connection option will be rendered on the main connection dialog
|
||||
* and not the Advanced Options window.
|
||||
*/
|
||||
showOnConnectionDialog?: boolean;
|
||||
}
|
||||
|
||||
export interface TaskInfo {
|
||||
|
||||
Reference in New Issue
Block a user