提交 f20cd1aa 编写于 作者: M Matt Bierner

Create uri from string correctly for ts server log

Fixes #58979
上级 df8e43d8
......@@ -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(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册