mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 02:48:30 -05:00
Merge from vscode 313ede61cbad8f9dc748907b3384e059ddddb79a (#7436)
* Merge from vscode 313ede61cbad8f9dc748907b3384e059ddddb79a * fix strict null checks
This commit is contained in:
@@ -280,6 +280,8 @@ export interface IEditor {
|
||||
/**
|
||||
* Instructs the editor to remeasure its container. This method should
|
||||
* be called when the container of the editor gets resized.
|
||||
*
|
||||
* If a dimension is passed in, the passed in value will be used.
|
||||
*/
|
||||
layout(dimension?: IDimension): void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user