From 0a466841237b1222c287f3a05ab0287abd099aad Mon Sep 17 00:00:00 2001 From: Rachel Macfarlane Date: Tue, 26 May 2020 15:56:18 -0700 Subject: [PATCH] Remove consecutive blank lines from d.ts files --- src/vs/vscode.d.ts | 6 ------ src/vs/vscode.proposed.d.ts | 8 -------- 2 files changed, 14 deletions(-) diff --git a/src/vs/vscode.d.ts b/src/vs/vscode.d.ts index c650293762e..559a5e485e4 100644 --- a/src/vs/vscode.d.ts +++ b/src/vs/vscode.d.ts @@ -2645,7 +2645,6 @@ declare module 'vscode' { TypeParameter = 25 } - /** * Symbol tags are extra annotations that tweak the rendering of a symbol. */ @@ -3055,7 +3054,6 @@ declare module 'vscode' { */ renameFile(oldUri: Uri, newUri: Uri, options?: { overwrite?: boolean, ignoreIfExists?: boolean }, metadata?: WorkspaceEditEntryMetadata): void; - /** * Get all text edits grouped by resource. * @@ -3964,7 +3962,6 @@ declare module 'vscode' { resolveCompletionItem?(item: T, token: CancellationToken): ProviderResult; } - /** * A document link is a range in a text document that links to an internal or external resource, like another * text document or a web site. @@ -5657,7 +5654,6 @@ declare module 'vscode' { private constructor(id: string, label: string); } - /** * A structure that defines a task kind in the system. * The value must be JSON-stringifyable. @@ -8957,7 +8953,6 @@ declare module 'vscode' { readonly files: ReadonlyArray<{ oldUri: Uri, newUri: Uri }>; } - /** * An event describing a change to the set of [workspace folders](#workspace.workspaceFolders). */ @@ -10641,7 +10636,6 @@ declare module 'vscode' { */ export let breakpoints: Breakpoint[]; - /** * An [event](#Event) which fires when the [active debug session](#debug.activeDebugSession) * has changed. *Note* that the event also fires when the active debug session changes diff --git a/src/vs/vscode.proposed.d.ts b/src/vs/vscode.proposed.d.ts index bb3a911e0f1..7a1302fecb1 100644 --- a/src/vs/vscode.proposed.d.ts +++ b/src/vs/vscode.proposed.d.ts @@ -78,7 +78,6 @@ declare module 'vscode' { readonly removed: string[]; } - /** * Options to be used when getting a session from an [AuthenticationProvider](#AuthenticationProvider). */ @@ -1018,8 +1017,6 @@ declare module 'vscode' { //#endregion - - //#region Terminal link handlers https://github.com/microsoft/vscode/issues/91606 export namespace window { @@ -1534,7 +1531,6 @@ declare module 'vscode' { export interface CustomTextEditorProvider { - /** * Handle when the underlying resource for a custom editor is renamed. * @@ -1552,7 +1548,6 @@ declare module 'vscode' { //#endregion - //#region allow QuickPicks to skip sorting: https://github.com/microsoft/vscode/issues/73904 export interface QuickPick extends QuickInput { @@ -1841,7 +1836,6 @@ declare module 'vscode' { preloads?: Uri[]; } - export interface NotebookCellsChangeData { readonly start: number; readonly deletedCount: number; @@ -2040,7 +2034,6 @@ declare module 'vscode' { //#endregion - //#region @eamodio - timeline: https://github.com/microsoft/vscode/issues/84297 export class TimelineItem { @@ -2273,7 +2266,6 @@ declare module 'vscode' { //#endregion - //#region https://github.com/microsoft/vscode/issues/91555 export enum StandardTokenType {