This repository was archived by the owner on Oct 16, 2025. It is now read-only.
1.23: Deeper VS integration
New
- Added Prelude Quick Info that displays Type and comments (if any)
- Registered Haskell as its own language in VS (bound to
.hsfiles)- 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
.hsfile 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