Skip to content
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

Merged
merged 15 commits into from Sep 6, 2021
Merged

Add a Gitpod descriptor #2161

merged 15 commits into from Sep 6, 2021

Conversation

pepeiborra
Copy link
Collaborator

@pepeiborra pepeiborra commented Sep 5, 2021

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.

.gitpod.yml Show resolved Hide resolved
Copy link
Member

@jneira jneira left a 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!

@pepeiborra
Copy link
Collaborator Author

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

@pepeiborra pepeiborra added the merge me Label to trigger pull request merge label Sep 5, 2021
.gitpod.yml Outdated Show resolved Hide resolved
@pepeiborra pepeiborra removed the merge me Label to trigger pull request merge label Sep 6, 2021
@pepeiborra pepeiborra added the merge me Label to trigger pull request merge label Sep 6, 2021
@pepeiborra pepeiborra merged commit 5afea90 into master Sep 6, 2021
@pepeiborra pepeiborra deleted the gitpod branch September 6, 2021 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge me Label to trigger pull request merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants