robole/vscode-file-bunny

"open external" commands are now only opening local files in VS Code

robole opened this issue · 1 comments

It appears VS Code has introduced a bug in vscode.env.openExternal() since v1.56. There is an appropriate fix in the Insiders edition v1.58, therefore the issue should be solved in the next stable release.

Affected commands

  • File Bunny: Open Workspace Folder Externally
  • File Bunny: Open Folder Externally
  • File Bunny: Open File in External App

Expected Behavior

Open folder in OS file manager, or open file in default app.

Actual Behavior:

File/Folder opens in VS Code.

Resolved in v1.58. Upgrade to get fix.