robole / vscode-file-bunny

Perform file actions quickly with keyboard-driven file selection. 🐰

Home Page:https://marketplace.visualstudio.com/items?itemName=robole.file-bunny

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

robole opened this issue · 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.