mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 04:17:37 +00:00
Fixes #1100
This commit is contained in:
parent
e58d8de927
commit
ee3a944762
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ interface RequestItem {
|
||||||
|
|
||||||
export default class TypeScriptServiceClient implements ITypescriptServiceClient {
|
export default class TypeScriptServiceClient implements ITypescriptServiceClient {
|
||||||
|
|
||||||
public static Trace: boolean = false;
|
public static Trace: boolean = process.env.TSS_TRACE || false;
|
||||||
|
|
||||||
private host: ITypescriptServiceClientHost;
|
private host: ITypescriptServiceClientHost;
|
||||||
private pathSeparator: string;
|
private pathSeparator: string;
|
||||||
|
|
Loading…
Reference in a new issue