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

Releases: kris701/VSHaskellTools

1.31: Git Actions and Cleanups

19 Oct 08:27
91df12a

Choose a tag to compare

New

  • Added GitHub actions to the project

Improvements

  • Cleaned up some unused references

1.30: Bug fixes and improvements

19 Oct 07:34

Choose a tag to compare

Improvements

  • Made so that the extension checks for GHCi at startup whenever the optional path is changed
  • Made some of the options in the options page internal only
  • Improved the "Haskell Tools - GHC not found!" window, so that you can recheck for GHC with a button

Fixes

  • Fixed an issue where the debugger didnt load

1.29: Async Stability

18 Oct 20:51

Choose a tag to compare

Improvements

  • Made more or less everything as async as possible.
  • Removed a bunch of warnings.

Bugs

  • Fixed a big where VS could crash when using the arrow keys in the Haskell Interactive Window.

1.28: Fixes

11 Oct 08:08

Choose a tag to compare

Fixes

  • Fixed an issue where running haskell files (that had runtime errors in them) did not give output

1.27: Error Checking and Status Bar

09 Oct 15:29

Choose a tag to compare

New

  • Added a Error list that updates when a document is saved
  • Added a status bar, that shows what the extension is doing

Improved

  • General stability issues

Fixes

  • Fixed some stability issues when multiple Haskell documents where open at the same time

1.26: QuickInfo Fix

04 Oct 12:10

Choose a tag to compare

Fixed an issue where Quick Info for prelude never loaded

1.25: More VS features

30 Sep 21:35

Choose a tag to compare

New

  • Added a file template
  • Added a status margin that shows when you edit a .hs file

Improvements

  • Refactored the settings to work a lot better
  • Exposed the "internal" settings as well
  • Quick Info now only loads Prelude when it is needed the first time, instead of running every time VS starts

Fixes

  • Fixed an issue where settings wouldnt save
  • General bug fixes

1.24: More Userfriendly

29 Sep 10:12

Choose a tag to compare

  • Added a window that displays if GHC is not found
  • Added a Welcome window for the first time you start the extension

1.23: Deeper VS integration

28 Sep 20:43

Choose a tag to compare

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

1.22: Fixed the Interactive Window

27 Sep 12:07

Choose a tag to compare

Fixed an error, where the interactive window did not start as it should.