Skip to content

Commit 8e7e6a3

Browse files
[Ignore] Update Notebook dts (#3154)
Co-authored-by: TylerLeonhardt <TylerLeonhardt@users.noreply.github.com>
1 parent f870877 commit 8e7e6a3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

vscode.proposed.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,11 +323,17 @@ declare module 'vscode' {
323323
* The range will always be revealed in the center of the viewport.
324324
*/
325325
InCenter = 1,
326+
326327
/**
327328
* If the range is outside the viewport, it will be revealed in the center of the viewport.
328329
* Otherwise, it will be revealed with as little scrolling as possible.
329330
*/
330331
InCenterIfOutsideViewport = 2,
332+
333+
/**
334+
* The range will always be revealed at the top of the viewport.
335+
*/
336+
AtTop = 3
331337
}
332338

333339
export interface NotebookEditor {

0 commit comments

Comments
 (0)