mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
Fix TS Server logging on windows (#175600)
Fixes #175172 We need to pass TS the windows style path here
This commit is contained in:
@@ -232,7 +232,7 @@ export class TypeScriptServerSpawner {
|
||||
tsServerLog = { type: 'file', uri: logFilePath };
|
||||
|
||||
args.push('--logVerbosity', TsServerLogLevel.toString(configuration.tsServerLogLevel));
|
||||
args.push('--logFile', logFilePath.path);
|
||||
args.push('--logFile', logFilePath.fsPath);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user