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 f870877 commit 8e7e6a3Copy full SHA for 8e7e6a3
vscode.proposed.d.ts
@@ -323,11 +323,17 @@ 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