mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
Fixes #1100
This commit is contained in:
@@ -40,7 +40,7 @@ interface RequestItem {
|
||||
|
||||
export default class TypeScriptServiceClient implements ITypescriptServiceClient {
|
||||
|
||||
public static Trace: boolean = false;
|
||||
public static Trace: boolean = process.env.TSS_TRACE || false;
|
||||
|
||||
private host: ITypescriptServiceClientHost;
|
||||
private pathSeparator: string;
|
||||
|
||||
Reference in New Issue
Block a user