mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-26 18:06:43 +01:00
doc: fix doc for window.onDidChangeTextEditorVisibleRanges (#51865)
This commit is contained in:
committed by
Rachel Macfarlane
parent
be4cb382d4
commit
1402682906
Vendored
+1
-1
@@ -5639,7 +5639,7 @@ declare module 'vscode' {
|
||||
export const onDidChangeTextEditorSelection: Event<TextEditorSelectionChangeEvent>;
|
||||
|
||||
/**
|
||||
* An [event](#Event) which fires when the selection in an editor has changed.
|
||||
* An [event](#Event) which fires when the visible ranges of an editor has changed.
|
||||
*/
|
||||
export const onDidChangeTextEditorVisibleRanges: Event<TextEditorVisibleRangesChangeEvent>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user