mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 17:23:29 -05:00
fix input box issues (#15587)
This commit is contained in:
7
src/sql/azdata.proposed.d.ts
vendored
7
src/sql/azdata.proposed.d.ts
vendored
@@ -817,6 +817,13 @@ declare module 'azdata' {
|
||||
Informational = 'Informational'
|
||||
}
|
||||
|
||||
export interface InputBoxProperties {
|
||||
/**
|
||||
* The maximum number of characters allowed in the input box.
|
||||
*/
|
||||
maxLength?: number;
|
||||
}
|
||||
|
||||
export namespace workspace {
|
||||
/**
|
||||
* Creates and enters a workspace at the specified location
|
||||
|
||||
Reference in New Issue
Block a user