Skip to content

6.4.0 - 2024-11-02 🗳️

Compare
Choose a tag to compare
@mark-wiemer mark-wiemer released this 02 Nov 15:58
· 11 commits to main since this release
3028a64

New features

  • Hovering over a filename in an #include directive now provides a link to that document in your IDE
    • If the file doesn't exist, the underline doesn't appear
    • Does not work for #include <lib> syntax yet.

Bugfixes

  • Update thqby's extension from 2.5.3 to 2.5.4, adding new bugfixes
    • Improve "go to definition" in v2 files (thqby #610)
    • Improve environment variables when debugging via IDE for parity with running outside of IDE (thqby #615)
    • Add hover tip for switch keyword in v2 files (thqby #623)