You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write an extension that uses the new API (proposed):
vscode.TextEditor.visibleRanges
vscode.window.onDidChangeTextEditorVisibleRanges
Please check that the values/events reflect what is the viewport of the editor and that the folded regions are subtracted from the viewport, to get the value of visible ranges.
The text was updated successfully, but these errors were encountered:
Test plan item for #44424
Complexity: 4
Write an extension that uses the new API (proposed):
vscode.TextEditor.visibleRanges
vscode.window.onDidChangeTextEditorVisibleRanges
Please check that the values/events reflect what is the viewport of the editor and that the folded regions are subtracted from the viewport, to get the value of visible ranges.
The text was updated successfully, but these errors were encountered: