mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
vscode.d.ts make column argument deprecated
This commit is contained in:
@@ -47,7 +47,7 @@ export class ExtHostOutputChannel implements vscode.OutputChannel {
|
||||
this._proxy.clear(this._name);
|
||||
}
|
||||
|
||||
show(preserveFocus?: boolean): void {
|
||||
show(column?: vscode.ViewColumn, preserveFocus?: boolean): void {
|
||||
this._proxy.reveal(this._name, preserveFocus);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user