提交 86fba55f 编写于 作者: J Johannes Rieken

fix typo

上级 1a4c1388
......@@ -2882,20 +2882,20 @@ declare namespace vscode {
/**
* Reveal this channel in the UI.
*
* @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;
show(preserveFocus?: boolean): void;
/**
* Reveal this channel in the UI.
*
* @deprecated This method is **deprecated** and the overload with
* just one parameter should be used (`show(preserveFocus?: boolean): void`).
*
* @param column This argument is **deprecated** and will be ignored.
* @param preserveFocus When `true` the channel will not take focus.
*/
show(preservceFocus?: boolean): void;
show(column?: ViewColumn, preserveFocus?: boolean): void;
/**
* Hide this channel from the UI.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册