Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

1.23: Deeper VS integration

Choose a tag to compare

@kris701 kris701 released this 28 Sep 20:43
· 64 commits to master since this release

New

  • Added Prelude Quick Info that displays Type and comments (if any)
  • Registered Haskell as its own language in VS (bound to .hs files)
    • This also means there are settings for how you want the editor to behave when editing Haskell files
  • Added the execution buttons (Run Haskell File, etc.) to a toolbar for easier access

Improved

  • Made so that the execution buttons are only available if a .hs file is open
  • Made sure that only one instance of the Interactive Window can be open at once (same deal with the Debugger window)
  • By default, the Interactive Window now docks to the bottom of the editor
  • Automatically saves the active document when trying to execute a haskell file

Fixes

  • Fixed an issue where the Interactive Window didnt load GHCi correctly