mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 01:25:38 -05:00
Fix API issues for external extensions (#14796)
* Fix azdata API break * Move dialogwidth to azdata.d.ts * re-add parameter * add comment back
This commit is contained in:
5
src/sql/azdata.d.ts
vendored
5
src/sql/azdata.d.ts
vendored
@@ -3916,6 +3916,11 @@ declare module 'azdata' {
|
||||
Information = 2
|
||||
}
|
||||
|
||||
/**
|
||||
* The width of a dialog, either from a predetermined size list or a specific size (such as px)
|
||||
*/
|
||||
export type DialogWidth = 'narrow' | 'medium' | 'wide' | number | string;
|
||||
|
||||
/**
|
||||
* A message shown in a dialog. If the level is not set it defaults to error.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user