Visimon is made up of two componenets, the modified Haskell Language Server (HLS) which provides type-checking information, and the VSCode extension that provides a user interface and displays the visualisations. Both of these parts are required for the tool to function. The extension can automatically download the HLS, but this currently only works on Linux until I update the URL. For now I recommend installing the HLS manually and adding its path to the "Hls Path" VSCode setting.
Extension
The VSCode extension that displays the visualisations can be downloaded from its VSCode Marketplace page
Builds
These builds are for the modified HLS that provides the typechecking information to the VSCode extension.
- Linux (Compiled on 6.19.14-arch1-1, Cabal 3.12.1.0, GHC 9.6.7)
- Windows (Compiled on Windows 11 (msys2), Cabal 3.12.1.0, GHC 9.6.7)