You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether through passing in your own nixpkgs, sources.json, or otherwise, it would be nice to be able to influence the versions of tooling chosen, without having to fork the project.
A concrete case:
haskell-language-server for VSCode uses a specific version of ormolu for formatting, and this is built-in to the server as a library, not binary (with current hls, 0.1.2.0). If we can't align ormolu with the version pre-commit-hooks uses, then the feature in HLS/VSCode cannot reasonably be used concurrently with hooks (which is a pity for usability etc.).
The text was updated successfully, but these errors were encountered:
Whether through passing in your own nixpkgs, sources.json, or otherwise, it would be nice to be able to influence the versions of tooling chosen, without having to fork the project.
A concrete case:
haskell-language-server for VSCode uses a specific version of ormolu for formatting, and this is built-in to the server as a library, not binary (with current hls, 0.1.2.0). If we can't align ormolu with the version pre-commit-hooks uses, then the feature in HLS/VSCode cannot reasonably be used concurrently with hooks (which is a pity for usability etc.).
The text was updated successfully, but these errors were encountered: