We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c8099c + 4b0586c commit d56dbc9Copy full SHA for d56dbc9
extensions/typescript-language-features/src/tsServer/spawner.ts
@@ -232,7 +232,7 @@ export class TypeScriptServerSpawner {
232
tsServerLog = { type: 'file', uri: logFilePath };
233
234
args.push('--logVerbosity', TsServerLogLevel.toString(configuration.tsServerLogLevel));
235
- args.push('--logFile', logFilePath.path);
+ args.push('--logFile', logFilePath.fsPath);
236
}
237
238
0 commit comments