💄 tslint /api

This commit is contained in:
Johannes Rieken
2016-02-04 17:25:55 +01:00
parent dd751e45ee
commit b3f65f6182
10 changed files with 33 additions and 36 deletions

View File

@@ -9,8 +9,6 @@ import {onUnexpectedError} from 'vs/base/common/errors';
import {Remotable, IThreadService} from 'vs/platform/thread/common/thread';
import {IOutputService, OUTPUT_EDITOR_INPUT_ID} from 'vs/workbench/parts/output/common/output';
import {IWorkbenchEditorService} from 'vs/workbench/services/editor/common/editorService';
import {Position} from 'vs/platform/editor/common/editor';
import * as TypeConverters from 'vs/workbench/api/node/extHostTypeConverters';
export class ExtHostOutputChannel implements vscode.OutputChannel {
@@ -51,7 +49,7 @@ export class ExtHostOutputChannel implements vscode.OutputChannel {
if (typeof columnOrPreserveFocus === 'boolean') {
preserveFocus = columnOrPreserveFocus;
}
this._proxy.reveal(this._name, preserveFocus);
}