We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ecf3f7 commit 2f45ca1Copy full SHA for 2f45ca1
vscode.proposed.d.ts
@@ -323,17 +323,11 @@ declare module 'vscode' {
323
* The range will always be revealed in the center of the viewport.
324
*/
325
InCenter = 1,
326
-
327
/**
328
* If the range is outside the viewport, it will be revealed in the center of the viewport.
329
* Otherwise, it will be revealed with as little scrolling as possible.
330
331
InCenterIfOutsideViewport = 2,
332
333
- /**
334
- * The range will always be revealed at the top of the viewport.
335
- */
336
- AtTop = 3
337
}
338
339
export interface NotebookEditor {
0 commit comments