From bf9fd98ccfaec6aca0b0330b73df51918fc077e2 Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Thu, 24 Mar 2016 12:14:35 +0100 Subject: [PATCH] clarify deprecation wording --- src/vs/vscode.d.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/vs/vscode.d.ts b/src/vs/vscode.d.ts index 0166cb7dfb9..cd4b831440f 100644 --- a/src/vs/vscode.d.ts +++ b/src/vs/vscode.d.ts @@ -2545,9 +2545,11 @@ declare namespace vscode { /** * Reveal this channel in the UI. - * @deprecated **This method is deprecated.** * - * @param @deprecated column **This argument is deprecated.** + * @deprecated This method is **deprecated** and the overload with + * just one parameter should be used (`show(preservceFocus?: boolean): void`). + * + * @param column This argument is **deprecated** and will be ignored. * @param preserveFocus When `true` the channel will not take focus. */ show(column?: ViewColumn, preserveFocus?: boolean): void; -- GitLab