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.
isfs
1 parent 0702df5 commit 802ac63Copy full SHA for 802ac63
src/explorer/explorer.ts
@@ -58,7 +58,7 @@ export function registerExplorerOpen(): vscode.Disposable {
58
await vscode.window.showTextDocument(uri, { preview: usePreview });
59
} else {
60
// This allows use of binary editors such as the Luna Paint extension.
61
- await vscode.workspace.fs.stat(uri);
+ await vscode.workspace.fs.readFile(uri);
62
await vscode.commands.executeCommand("vscode.open", uri, { preview: usePreview });
63
}
64
} catch (error) {
0 commit comments