Skip to content

0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Dec 13:12
· 24 commits to main since this release
fa98ccc

Added

  • Added a "Quick Open" menu to fuzzy search and open corresponding(s) file for available instances. This can be used as a command (with optional keybind) or by clicking the search icon in the explorer.
  • Added a "Reveal in File Explorer" / "Reveal in Finder" context menu item in the explorer. This will reveal an instance using the native OS file explorer, if that instance has a file path available.
  • Added categories to the "Insert Instance" dialog.

Changed

  • The backend for the file explorer has been completely rewritten! This has been a long time coming, and all new features since version 0.2.0 have been added as a direct result of partial progress being made on this rewrite. Here's what's new:

    • Much improved general performance and responsiveness
    • More accurate git & diagnostics decorations on instances
    • Fixes several long-standing bugs (check full list below)

Fixed

  • Fixed instances sometimes getting duplicated in the explorer view.
  • Fixed instances sometimes not being revealed in the explorer view when the extension starts up.
  • Fixed context menu items such as "rename" and "delete" not always being available when they should be.
  • Fixed the explorer view forcefully stealing focus when opening a file by other means, eg. clicking it in search or the default VSCode explorer.
  • Fixed instances not being renamed or deleted correctly when they have meta files attached to them.