提交 bf9fd98c 编写于 作者: J Johannes Rieken

clarify deprecation wording

上级 0edca427
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册