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.
1 parent 3c8099c commit 4b0586cCopy full SHA for 4b0586c
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