提交 d61af16d 编写于 作者: S Sandeep Somavarapu

fix show item in folder in windows

上级 bc7f5a72
......@@ -343,7 +343,7 @@ export class WindowsService extends Disposable implements IWindowsService, IURLH
if (resource.scheme === Schemas.file) {
shell.showItemInFolder(resource.fsPath);
} else if (resource.scheme === Schemas.userData) {
shell.showItemInFolder(resource.path);
shell.showItemInFolder(resource.with({ scheme: Schemas.file }).fsPath);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册