Skip to content

Commit 2f45ca1

Browse files
[Ignore] Update Notebook dts (#3147)
Co-authored-by: TylerLeonhardt <TylerLeonhardt@users.noreply.github.com>
1 parent 7ecf3f7 commit 2f45ca1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

vscode.proposed.d.ts

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

339333
export interface NotebookEditor {

0 commit comments

Comments
 (0)