mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Fixes #44424: Add proposed API - TextEditor.visibleRanges
This commit is contained in:
@@ -415,6 +415,7 @@ export class MainThreadDocumentsAndEditors {
|
||||
documentUri: textEditor.getModel().uri,
|
||||
options: props.options,
|
||||
selections: props.selections,
|
||||
visibleRanges: props.visibleRanges,
|
||||
editorPosition: this._findEditorPosition(textEditor)
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user