Commit Graph

4 Commits

Author SHA1 Message Date
Kobayashi
2f886bfdca
handle trailing comma in import list properly (#3035)
* handle trailing comma in import list properly

* no longer backup .ghcup in gitpod

* fix for ghc < 9

* fix it without using CPP

* explain gitpod change

* read trailing comma before adding one

* refine imports

* refine gitpod

* gitpod store ghcide and hie-bios cache

These cache directories are small, but not preserving them requires
HLS to compile all modules in local project on workspace restarts.

* fix code styling
2022-07-16 10:16:55 +00:00
Kobayashi
771d8f44e6
unify pre-commit hook & update Gitpod config (#2991)
* update Gitpod config

* update nix shellHook & docs

* install pre-commit hook

* add kokobd as code owner to .gitpod.*

* add gen-hie to Gitpod

* add tools for doc

* remove .pre-commit-config.yaml from .gitignore

* set vscode formatter to stylish-haskell in Gitpod
2022-06-28 08:54:32 +00:00
Pepe Iborra
494762518e
enable the PR gitpod badge and drop the label (#2167) 2021-09-07 19:00:50 +02:00
Pepe Iborra
5afea908d8
Add a Gitpod descriptor (#2161)
* add a gitpod descriptor

* preinstall haskell extension and error lens

* before

* fix tasks

* workspace

* cabal dir

* stack root

* Make HLS work in gitpod

* tweaks

* Fix GHC version
2021-09-06 22:45:21 +02:00