diff --git a/src/vs/vscode.d.ts b/src/vs/vscode.d.ts index 916f681f2ac6b8210001169b10f42456699802fe..38d833c509828dfd0a4f0f3d5b34325d403db4c8 100644 --- a/src/vs/vscode.d.ts +++ b/src/vs/vscode.d.ts @@ -2494,7 +2494,7 @@ declare namespace vscode { * Reveal this channel in the UI. * @deprecated **This method is deprecated.** * - * @param column The column in which to show the channel, default in [one](#ViewColumn.One). + * @param @deprecated column **This argument is deprecated.** * @param preserveFocus When `true` the channel will not take focus. */ show(column?: ViewColumn, preserveFocus?: boolean): void;