From ac76409335fb0ea1c59046f6ec633ec7f23d78be Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Thu, 19 Aug 2021 13:33:53 -0700 Subject: [PATCH] update typings file (#16832) --- src/sql/azdata.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {