-
-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a Gitpod descriptor #2161
Add a Gitpod descriptor #2161
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! i tried to add one of this but i was not able to make vscode see cabal nor ghc, maybe cause we did not update the extension in vscodium until recently, many thanks!
It is a bit tricky, but not impossible hopefully |
398de60
to
41fcbfb
Compare
Develop HLS from your browser in a prebuilt environment.
Try it with https://gitpod.io/#https://github.com/haskell/haskell-language-server/tree/gitpod
The init script uses ghcup to install GHC and cabal to prebuild all the dependencies of the test suites.
Using Nix is not an option since the root file system is read-only.
The Free tier allows for 50h monthly hours and the hardware is beefy (>80 cores, 64GB RAM).
Super handy for testing compatibility with diverse GHC versions.