mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 21:11:38 +01:00
@@ -384,7 +384,7 @@ export default class TypeScriptServiceClient extends Disposable implements IType
|
||||
}
|
||||
|
||||
try {
|
||||
await vscode.commands.executeCommand('revealFileInOS', vscode.Uri.parse(this.forkedTsServer.tsServerLogFile));
|
||||
await vscode.commands.executeCommand('revealFileInOS', vscode.Uri.file(this.forkedTsServer.tsServerLogFile));
|
||||
return true;
|
||||
} catch {
|
||||
vscode.window.showWarningMessage(localize(
|
||||
|
||||
Reference in New Issue
Block a user