提交 cca35e21 编写于 作者: M Matt Bierner

Rename typeScriptMain -> typeScriptServiceClientHost

上级 6f01cf8a
......@@ -5,7 +5,7 @@
import * as vscode from 'vscode';
import { TypeScriptServiceClientHost } from './typescriptMain';
import TypeScriptServiceClientHost from './typeScriptServiceClientHost';
import { Command } from './utils/commandManager';
import { Lazy } from './utils/lazy';
import { openOrCreateConfigFile, isImplicitProjectConfigFile } from './utils/tsconfig';
......
......@@ -12,7 +12,7 @@ nls.config({ locale: vscode.env.language });
nls.loadMessageBundle();
import { CommandManager } from './utils/commandManager';
import { TypeScriptServiceClientHost } from './typescriptMain';
import TypeScriptServiceClientHost from './typeScriptServiceClientHost';
import * as commands from './commands';
import TypeScriptTaskProviderManager from './features/taskProvider';
......
......@@ -35,7 +35,7 @@ const styleCheckDiagnostics = [
7030 // not all code paths return a value
];
export class TypeScriptServiceClientHost implements ITypeScriptServiceClientHost {
export default class TypeScriptServiceClientHost implements ITypeScriptServiceClientHost {
private readonly ataProgressReporter: AtaProgressReporter;
private readonly typingsStatus: TypingsStatus;
private readonly client: TypeScriptServiceClient;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册