Skip to content

Commit 16098b1

Browse files
committed
Updates comment
1 parent e9f17a5 commit 16098b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/vs/editor/browser/editorBrowser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ export interface ICodeEditor extends editorCommon.IEditor {
10891089

10901090
/**
10911091
* Is called when the model has been set, view state was restored and options are updated.
1092-
* This is the best place to render UI.
1092+
* This is the best place to compute data for the viewport (such as tokens).
10931093
*/
10941094
handleInitialized?(): void;
10951095
}

src/vs/monaco.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6067,7 +6067,7 @@ declare namespace monaco.editor {
60676067
setBanner(bannerDomNode: HTMLElement | null, height: number): void;
60686068
/**
60696069
* Is called when the model has been set, view state was restored and options are updated.
6070-
* This is the best place to render UI.
6070+
* This is the best place to compute data for the viewport (such as tokens).
60716071
*/
60726072
handleInitialized?(): void;
60736073
}

0 commit comments

Comments
 (0)