Skip to content

Commit 281161a

Browse files
authored
Improve jsdoc (microsoft#163883)
1 parent 43f0785 commit 281161a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/vs/editor/common/config/editorOptions.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,7 @@ export interface IEditorOptions {
262262
*/
263263
smoothScrolling?: boolean;
264264
/**
265-
* Enable that the editor will install an interval to check if its container dom node size has changed.
266-
* Enabling this might have a severe performance impact.
265+
* Enable that the editor will install a ResizeObserver to check if its container dom node size has changed.
267266
* Defaults to false.
268267
*/
269268
automaticLayout?: boolean;

src/vs/monaco.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3100,8 +3100,7 @@ declare namespace monaco.editor {
31003100
*/
31013101
smoothScrolling?: boolean;
31023102
/**
3103-
* Enable that the editor will install an interval to check if its container dom node size has changed.
3104-
* Enabling this might have a severe performance impact.
3103+
* Enable that the editor will install a ResizeObserver to check if its container dom node size has changed.
31053104
* Defaults to false.
31063105
*/
31073106
automaticLayout?: boolean;

0 commit comments

Comments
 (0)