diff --git a/src/sql/azdata.d.ts b/src/sql/azdata.d.ts index b3f4897499..e341c2e1da 100644 --- a/src/sql/azdata.d.ts +++ b/src/sql/azdata.d.ts @@ -3531,12 +3531,12 @@ declare module 'azdata' { * Currently this is auto-generated by the framework but can be queried after * view initialization is completed */ - readonly editorUri: string; + readonly editorUri?: string; /** - * Toggle for whether the editor should be automatically resized or not + * Toggle for whether the editor should be automatically resized or not. Default value is false. */ - isAutoResizable: boolean; + isAutoResizable?: boolean; } export enum ButtonType {