Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Haskell Language Server

Working on producing the best interactive editor experience for Haskell
Collective - Host: opensource - https://opencollective.com/haskell-language-server - Code: https://github.com/haskell/haskell-language-server

Construct record datacons (#1356)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

github.com/haskell/haskell-language-server - 32e1fad53606c346cc90b99953be69fe414bf853 authored over 3 years ago by Sandy Maguire <[email protected]>
Add code action for hiding shadowed identifiers from imports (#1322)

* Add code action for hiding shadowed identifiers from imports

* Insert to the line above modul...

github.com/haskell/haskell-language-server - a9b796c5297c738074e6ece01ad1fb0f0c0c02ef authored over 3 years ago by Potato Hatsue <[email protected]>
Make find-definition work better with multi-components (#1357)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

github.com/haskell/haskell-language-server - fbb96e83e91e970e9c567fe51cbee306d3d66e4e authored over 3 years ago by wz1000 <[email protected]>
Index files on first open (#1358)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

github.com/haskell/haskell-language-server - d87a5dbacdf8e11998f3f648d6beb57ae47736df authored over 3 years ago by wz1000 <[email protected]>
Simplify extracts after running tactics (#1351)

* More tests of overlapping methods

* Do a simplification pass of the extract

* Do less work w...

github.com/haskell/haskell-language-server - dcd8299c0116c79fd0cdf3229c824e21889846da authored over 3 years ago by Sandy Maguire <[email protected]>
Add a new benchmark example to characterise multi-component performance (#1326)

* [ghcide-bench] handle main modules

* [ghcide-bench] use gen-hie

* [benchmark] Add the HL...

github.com/haskell/haskell-language-server - 5cfe4eceb8de19b59672484d85c04f97784ea2f7 authored over 3 years ago by Pepe Iborra <[email protected]>
Fix the Eval plugin sporadic exceptions (#1345)

* Fresh session for evaluation

* Clean up redundant imports and identifiers

github.com/haskell/haskell-language-server - b2ea71d57301b59268dbb2a87e51afc3ff3238ac authored over 3 years ago by Pepe Iborra <[email protected]>
Default main for ghcide (#1338)

* Development.IDE.Main

* Reuse Development.IDE.Main in HLS

* Bump ghcide version number and HL...

github.com/haskell/haskell-language-server - a49f36688ada014a85972823667376dff5a0c7fe authored over 3 years ago by Pepe Iborra <[email protected]>
Fix code actions regression (#1349)

github.com/haskell/haskell-language-server - c2fe0619b7638c3bad12fe110b568272c0e0190b authored over 3 years ago by Pepe Iborra <[email protected]>
Eval Plugin: Proper handling of flags in `:set` (#1343)

* More precise flag parsing

* Avoid collision between ghc 8.6 and above

* Error-message compat...

github.com/haskell/haskell-language-server - 91990deb4362c40fc95dba7989f5f4849e8d975b authored over 3 years ago by Hiromi Ishii <[email protected]>
Refactor the hypothesis type in hls-tactics-plugin (#1347)

* Add name to HyInfo

* Use a newtype for Hypotheses

* Use a set for tracking names in scope

*...

github.com/haskell/haskell-language-server - 11d0d5124da42b9649c71ccc782eb4752aa1d8a0 authored over 3 years ago by Sandy Maguire <[email protected]>
Cancel earlier queued benchmarks (#1339)

* Cancel earlier queued bench workflows

* fix indentation

github.com/haskell/haskell-language-server - e99be7ddc883df3c9786c5de121e753a38e3a587 authored over 3 years ago by Pepe Iborra <[email protected]>
Merge pull request #1331 from jneira/ghc-8.10.4

Add support for ghc-8.10.4 and drop it for ghc-8.10.1

github.com/haskell/haskell-language-server - 2dcf2c665c73940671f72f80eabc921f59291f11 authored over 3 years ago by Javier Neira <[email protected]>
Add ghc-8.10.3 windows build

github.com/haskell/haskell-language-server - 2d956cd6350355995bc4d95bf3ca7ce6c45dce0e authored over 3 years ago by jneira <[email protected]>
Replace 8.10.1 with 8.10.4 in wrapper test

github.com/haskell/haskell-language-server - 2526b892d158238336d05fe08dee873775a77a00 authored over 3 years ago by jneira <[email protected]>
Drop specific skipping for ghc-8.10.1

github.com/haskell/haskell-language-server - 6a732b5b9d82cdf9dd8ec3348baf04b0dbf207d5 authored over 3 years ago by jneira <[email protected]>
Add 8.10.4 and remove 8.10.1 from nix

github.com/haskell/haskell-language-server - 6030e86428746bdef98e17d27bb46e532f54fe4e authored over 3 years ago by jneira <[email protected]>
Add 8.10.4 and remove 8.10.1 from .cabal files

github.com/haskell/haskell-language-server - 772596ec014f7b9d9ee4eb37dec233121f062ac6 authored over 3 years ago by jneira <[email protected]>
Add 8.10.4 and remove 8.10.1 from ci

github.com/haskell/haskell-language-server - 5a6d5841c0971a59e7c4e919d68f4fa5921612fd authored over 3 years ago by jneira <[email protected]>
Use last 8.8.4 lts resolver

github.com/haskell/haskell-language-server - 3eea0941059f5fe95394fb5f44deb761b3ffebd9 authored over 3 years ago by jneira <[email protected]>
Drop 8.10.1: stack.yaml

github.com/haskell/haskell-language-server - 013a98aefe168eee986d8745e7991a2251faaafa authored over 3 years ago by jneira <[email protected]>
Update 8.10.3 resolver and use it for 8.10.4

github.com/haskell/haskell-language-server - acc73f56ffb40fe40bc8a7a46caf5e0e2f515adc authored over 3 years ago by jneira <[email protected]>
Update hackage index to 2021-02-08T19:11:03Z

github.com/haskell/haskell-language-server - de907b38a774e39c30a59d7cf0299e41e9147bd7 authored over 3 years ago by jneira <[email protected]>
Delete unused azure ci config

github.com/haskell/haskell-language-server - 81c954fafeb5f637311ca40f755f25b4dd05d511 authored over 3 years ago by jneira <[email protected]>
Fix duplication of code actions for adding NamedFieldPuns (#1334)

* Fix duplication of code actions for adding NamedFieldPuns

* Avoid pattern matching in do nota...

github.com/haskell/haskell-language-server - 691d821c8a50c613a4b8f14decc737115217b5ed authored over 3 years ago by Potato Hatsue <[email protected]>
bump explicit-imports plugin (#1333)

github.com/haskell/haskell-language-server - 0a4514a55a8ac02ab8a86311ed5eb71141ec75f2 authored over 3 years ago by Pepe Iborra <[email protected]>
[shake-bench] collect eventlogs (#1324)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

github.com/haskell/haskell-language-server - 9bb3bb72b0f2641f6827350749c4728ab1812dac authored over 3 years ago by Pepe Iborra <[email protected]>
[shake-bench] extract project dependencies action (for the HEAD binary) (#1325)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

github.com/haskell/haskell-language-server - 21cdce2a038c1eb9564f39a51a511a9d19e0f57d authored over 3 years ago by Pepe Iborra <[email protected]>
[benchmark] add warmups (#1323)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

github.com/haskell/haskell-language-server - 762838d4c8240e7d6ed60554c45fda15c7899fa0 authored over 3 years ago by Pepe Iborra <[email protected]>
Prepare ghcide v0.7.4 release (#1328)

github.com/haskell/haskell-language-server - f4c76bb6a1752087b9ad7571abb7812835bb11b8 authored over 3 years ago by Pepe Iborra <[email protected]>
Parallelize benchmark CI (#1320)

* [benchmark] command line config argument

* [benchmark] Add a phony target for every example...

github.com/haskell/haskell-language-server - 79c5cc75d9c3b63a03194fc7540e61a63b8b3df6 authored over 3 years ago by Pepe Iborra <[email protected]>
Add link to hackage package to readme (#1313)

* Add link to hackage package to readme

I was looking for this

* Add hackage badge

Co-authore...

github.com/haskell/haskell-language-server - ec77814d911f060b21d974009d37d6266e04320d authored over 3 years ago by Joe Hermaszewski <[email protected]>
Fix space leak on cradle reloads (#1316)

* Move PackageExports to HscEnvEq

This is necessary to prevent leaking the package exports

* [...

github.com/haskell/haskell-language-server - 3145830b1b9266784f17b0000fed6c445b981832 authored over 3 years ago by Pepe Iborra <[email protected]>
Merge pull request #1315 from haskell/bench-parallel-gc

[benchmarks] speed up CI

github.com/haskell/haskell-language-server - e7a75c14e2d23adc9025590e666c165c64b66abd authored over 3 years ago by Hiromi Ishii <[email protected]>
Merge branch 'master' into bench-parallel-gc

github.com/haskell/haskell-language-server - cb119161835b9911ca5f7cbdd2038fc6fa5c1651 authored over 3 years ago by Junyoung/Clare Jang <[email protected]>
[benchmark] check digests for input files only (#1314)

Getting some weird crashes without this change:

```
Error when running Shake build system:
at...

github.com/haskell/haskell-language-server - cc4bb625807562f4bae8d0deb33dc57b86766dc6 authored over 3 years ago by Pepe Iborra <[email protected]>
[benchmark] reduce default samples to 50

github.com/haskell/haskell-language-server - 5d21ba92d470929a6edd85b1ebd410d28cf64c97 authored over 3 years ago by Pepe Iborra <[email protected]>
[CI] restrict benchmarks to 8.10.3

github.com/haskell/haskell-language-server - 9016285a39e69748bb5a15e894d4e40d67c6971f authored over 3 years ago by Pepe Iborra <[email protected]>
[benchmark] change the extension used for -S files

benchmark-gcStats was such an odd extension

github.com/haskell/haskell-language-server - 71e75c4a80febc7073f2f889d2161d72cd0fd79d authored over 3 years ago by Pepe Iborra <[email protected]>
[benchmark] Lower the frequency of heap census to avoid starving the mutator

Heap census is preceded by a GC pass. The default interval of 0.1 seconds causes
the mutator tim...

github.com/haskell/haskell-language-server - 87e96158662ec7ca288631d42d5db986cc720125 authored over 3 years ago by Pepe Iborra <[email protected]>
[benchmark] disable parallel GC to avoid segfaults with -h

github.com/haskell/haskell-language-server - 0cfd629b1f9fb42e2ee04deb86234d27aa8bbfe2 authored over 3 years ago by Pepe Iborra <[email protected]>
Trigger extending import only when the item is not in scope (#1309)

* Trigger extending import only when it's not in scope

* Extract GlobalRdrElts before getting...

github.com/haskell/haskell-language-server - dc13d983ed339846e1c0347119c7a3bb08ce476d authored over 3 years ago by Potato Hatsue <[email protected]>
hls-splice-plugin: preparatory version bump for the next (not 0.9.0) release (#1312)

github.com/haskell/haskell-language-server - ab79a4a737a44d6215b346c646d934a2124cda17 authored over 3 years ago by Hiromi Ishii <[email protected]>
Use default config on missing configuration section (#459)

On serving initialize request, deserializing HIE configuration embedded
in InitializeParam passe...

github.com/haskell/haskell-language-server - 0fd73f8494d488cf20159c7cc068f3e73d497565 authored over 3 years ago by Aufar Gilbran <[email protected]>
Prepare hls hlint plugin 0.2.0 (#1296)

* Bump up version of hls-hlint-plugin to 0.2.0

* Use ghc-exactprint-0.6.3.4

* Update hackage i...

github.com/haskell/haskell-language-server - 8c7b97b9779984cb13ddd1c836b0b5fa2d107c95 authored over 3 years ago by Javier Neira <[email protected]>
Bum up hls-eval-plugin to 0.2 (#1305)

* Bump up version to 0.2 and lower bounds

* Apply cabal-fmt

github.com/haskell/haskell-language-server - 5aee4e3a9908b5b535465d12c7ab6c29b85a05c3 authored over 3 years ago by Javier Neira <[email protected]>
Don't extend the import list with child if the parent has already been imported as (..) (#1302)

github.com/haskell/haskell-language-server - 0460f99c1294eb17fe0c3b1f7eedb26e46de6aa8 authored over 3 years ago by Potato Hatsue <[email protected]>
Import disambiguation: Corrects handling of fully-applied and one-sided sectioned operators in qualifying strategy (#1294)

* disambiguation: Corrects infix and one-sided section operator qualification

* Renames `expect...

github.com/haskell/haskell-language-server - 8a91d03c234141e6019d296eb8dc87e2828fa3e1 authored over 3 years ago by Hiromi Ishii <[email protected]>
Prepare ghcide v0.7.3 release (#1289)

* Prepare ghcide v0.7.3 release

* bump hls-plugin-api minimum bound

Co-authored-by: Junyoung/C...

github.com/haskell/haskell-language-server - d602e454fa436257e884d7311bdda264490c913e authored over 3 years ago by Pepe Iborra <[email protected]>
Merge pull request #1293 from haskell/prepare-splice-plugin-0.2.0.0

hls-splice-plugin-0.2.0.0

github.com/haskell/haskell-language-server - c17f6926d77eaf39bc22f7c168c753591cbf985d authored over 3 years ago by Javier Neira <[email protected]>
Merge branch 'master' into prepare-splice-plugin-0.2.0.0

github.com/haskell/haskell-language-server - 85999c94601afb6571482688010d2186fb8d07f7 authored over 3 years ago by Hiromi Ishii <[email protected]>
Bump up hls-plugin-api to 0.7.0 (#1290)

* Bump up hls-plugin-api to 0.7.0

* Bump up hls-plugin-api lower bound

Co-authored-by: Junyoun...

github.com/haskell/haskell-language-server - baf8f042e6aa8cc2c2972513f4a0619e7471b5f8 authored over 3 years ago by Javier Neira <[email protected]>
Bumps up major version and sets lower bound for ghcide

github.com/haskell/haskell-language-server - 066d603b4a140e8bce0497bb806ab8e97be8dbe8 authored over 3 years ago by Hiromi ISHII <[email protected]>
hls-retrie-plugin 0.1.1.0 (#1288)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Ju...

github.com/haskell/haskell-language-server - 275bc01c223675aa1c46a09b1b62494bec908152 authored over 3 years ago by Pepe Iborra <[email protected]>
Bump haddock comments plugin to 0.1.1 (#1292)

github.com/haskell/haskell-language-server - 4d67d181c58cfc433fad06f0198cecc505309470 authored over 3 years ago by Potato Hatsue <[email protected]>
FindImports typo (minor) (#1291)

github.com/haskell/haskell-language-server - cc91060115cbc7660351274780c0c256bdd175d5 authored over 3 years ago by Andy <[email protected]>
Reenable auto extend imports and drop snippets for infix completions (#1266)

* extendImport - catch duplicates

* Use a command to extend imports

* Reenable auto extend imp...

github.com/haskell/haskell-language-server - 9c40dcff1b989b14e05b5aebe96f3da78c6ea25c authored over 3 years ago by Pepe Iborra <[email protected]>
ghcide: Implements a CodeAction to disambiguate ambiguous symbols (#1264)

* wip

* Draft completed

* Removes Unuseds

* Redundant extension

* linting

* Makes HLint hap...

github.com/haskell/haskell-language-server - c7cd09e8809d264e64b201a158966b0d8fe7e3c9 authored over 3 years ago by Hiromi Ishii <[email protected]>
Doctest comment parsing using module annotations in Eval Plugin (#1232)

* WIP: Comment parsing using module annotations

* Line Comment parsers (wip)

* Line comment im...

github.com/haskell/haskell-language-server - 6b6c405d14a29ab3d2e7dbb4e2f79229758d26ba authored over 3 years ago by Hiromi Ishii <[email protected]>
Restore code actions order (#1273)

An unfortunate side effect of recent changes is that the extend import
suggestions ended up at t...

github.com/haskell/haskell-language-server - b97b4698fafedac9f296d4d99df3a2d8e6bfd398 authored over 3 years ago by Pepe Iborra <[email protected]>
Update IRC Name in README (#1275)

Co-authored-by: Javier Neira <[email protected]>

github.com/haskell/haskell-language-server - 35b1023b85d8a1e79f9ce3ef81cb0ef258dcbe58 authored over 3 years ago by fendor <[email protected]>
References via `hiedb` (#704)

* Integrate hiedb

1. Add 'indexHieFile' and rule 'GetModIfaceFromDiskAndIndex' to maintain
d...

github.com/haskell/haskell-language-server - 755fc378f54c9959ba6370784ed495a8df47aad0 authored over 3 years ago by wz1000 <[email protected]>
Prepare 0.9.0 (#1271)

* Add initial release checklist

* Bump up hls version

* Add prs running GenChangelogs.hs to Ch...

github.com/haskell/haskell-language-server - 46d2a3dc7ef49ba57b2706022af1801149ab3f2b authored over 3 years ago by Javier Neira <[email protected]>
Add custom cache layer for session loading (#1197)

* Add custom cache layer for session loading

Achieves this by adding a HashMap from NormalizedF...

github.com/haskell/haskell-language-server - 1ebd374412d9bffd109be849e01669455b1bfdb2 authored over 3 years ago by fendor <[email protected]>
Do not error out on failed rewrite (#1269)

The error call was only for diagnostics, so I have replaced
it with a debug trace (commented out)

github.com/haskell/haskell-language-server - 6559416dc1e048fc5bd81457f1109dfb73dc3237 authored over 3 years ago by Pepe Iborra <[email protected]>
Tighten dependency on apply-refact (#1268)

github.com/haskell/haskell-language-server - 4d99f1afc3ca1725224d1d773b78852914895f24 authored over 3 years ago by hololeap <[email protected]>
Fix a bad case of boolean blindness (#1265)

Co-authored-by: Junyoung/Clare Jang <[email protected]>

github.com/haskell/haskell-language-server - ff5438cb444af2c7b3d40a0a4b31f086db0e80c6 authored over 3 years ago by Pepe Iborra <[email protected]>
Add the new logos (#1267)

* Add logos

* Add the logo to README

github.com/haskell/haskell-language-server - 3763832a752e4e64e45070ad01b67a8215ddf19b authored over 3 years ago by Junyoung/Clare Jang <[email protected]>
Produce heap profiles the old fashioned way, from .hp files (#1261)

The -eventlog runtime is not reliable when combined with +RTS -h
leading to undiagnosed crashes ...

github.com/haskell/haskell-language-server - 573d1841672949a97bc0fb8df7283670a8d93d5b authored over 3 years ago by Pepe Iborra <[email protected]>
Break down ghcide functionality in HLS plugins (#1257)

* Clean up no longer needed handlers

* Move some log lines to debug verbosity

* Extract ty...

github.com/haskell/haskell-language-server - 0c9dd30e38f109fc6ca3f04d6d809d73c846642f authored over 3 years ago by Pepe Iborra <[email protected]>
Enforce max completions over all plugins (#1256)

* Enforce max completions across HLS plugins

* Fix pragma completions to prefilter

* Fix a...

github.com/haskell/haskell-language-server - e06469f2b4dc821984143b2ee1a270d07fcf0f5d authored over 3 years ago by Pepe Iborra <[email protected]>
Reorder code actions to put remove redundant imports first (#1255)

* Reorder code actions to put remove redundant imports first

* hlint

github.com/haskell/haskell-language-server - 15c070c03ff41fc2fac72b7ad3f5ccb0f8b78bf2 authored over 3 years ago by Pepe Iborra <[email protected]>
Update bench.yml to include all the relevant artifacts (#1254)

github.com/haskell/haskell-language-server - aa802ce511395c27520db14e7f1f0e538f4f1f9a authored over 3 years ago by Pepe Iborra <[email protected]>
Benchmarks: generate heap profiles (#1253)

* Parallelize benchmarks

* [benchmarks] Collect heap profiles

* [benchmarks] pass RTS opti...

github.com/haskell/haskell-language-server - e0caba5a8a9f565af71f6215443143337f254c3a authored over 3 years ago by Pepe Iborra <[email protected]>
Merge pull request #1246 from berberman/extend-import-list-exactprint

Use exact print to extend import lists

github.com/haskell/haskell-language-server - 3464ed8b6ba1fbc443dae95f9edb2e07420b1b26 authored over 3 years ago by Javier Neira <[email protected]>
Resolve merge conflict

github.com/haskell/haskell-language-server - 36573ec34a866a09e3f3d28236206d1dca95f737 authored over 3 years ago by Potato Hatsue <[email protected]>
Merge branch 'master' into extend-import-list-exactprint

github.com/haskell/haskell-language-server - 60476ab29da9c0067316040c816ec16a92863191 authored over 3 years ago by Potato Hatsue <[email protected]>
Remove invalid exports (#1193)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

github.com/haskell/haskell-language-server - 759901f845e05022e5972f8d4ae70894bbb846f1 authored over 3 years ago by Kostas Dermentzis <[email protected]>
Merge branch 'extend-import-list-exactprint' of github.com:berberman/haskell-language-server into extend-import-list-exactprint

github.com/haskell/haskell-language-server - 1b5b9b4b8f27b7eecf8b3761b62be1b41bb4e963 authored over 3 years ago by Potato Hatsue <[email protected]>
Add a new test case

github.com/haskell/haskell-language-server - ad84d45f2789f6893f4ac337b81b669df8bcadc2 authored over 3 years ago by Potato Hatsue <[email protected]>
Preserve comments in GetAnnotatedParsedSource

github.com/haskell/haskell-language-server - 0555e09333731e51c46fe327a587f3bdd59aa481 authored over 3 years ago by Potato Hatsue <[email protected]>
Merge branch 'master' into extend-import-list-exactprint

github.com/haskell/haskell-language-server - 87fe04c6999fe47e409c7f747e380f99c49b1c90 authored over 3 years ago by Pepe Iborra <[email protected]>
Use exact print to suggestExtendImport

github.com/haskell/haskell-language-server - eb557b3efc9ea3ca7516a19d761dd5cb9d2ad882 authored over 3 years ago by Potato Hatsue <[email protected]>
Set license for hls-tactics-plugin (#1248)

Co-authored-by: Junyoung/Clare Jang <[email protected]>

github.com/haskell/haskell-language-server - fdb8e5d6b9291b73e6e4038ffa59c65dbae792d4 authored over 3 years ago by Sandy Maguire <[email protected]>
Add gh workflows badges (#1251)

Co-authored-by: Junyoung/Clare Jang <[email protected]>

github.com/haskell/haskell-language-server - 0fa88b52a4d9926e90ab43eb669643b2c7da3827 authored over 3 years ago by Javier Neira <[email protected]>
Add dynamic linking common issue (#1249)

github.com/haskell/haskell-language-server - 49ad008716be3d17fbeb6966f1689eadb864f92e authored over 3 years ago by Javier Neira <[email protected]>
Test apply-refact with TypeApplications (#1244)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

github.com/haskell/haskell-language-server - be754d9190918b75644157dce7d7d772fdf08b09 authored over 3 years ago by Javier Neira <[email protected]>
Replace NoExtField with noExtField

github.com/haskell/haskell-language-server - 66f1094102ec4dd5607f59411823c717040d58cf authored over 3 years ago by Potato Hatsue <[email protected]>
Avoid using RdrName directly

github.com/haskell/haskell-language-server - aab4875a0586d9f9956582d70b1d707a49af7fea authored over 3 years ago by Potato Hatsue <[email protected]>
Implement extendImport using exact print

github.com/haskell/haskell-language-server - 95e54c710544d47ac25e69229bad462ee0b236c3 authored over 3 years ago by Potato Hatsue <[email protected]>
Add code actions for disabling a warning in the current file (#1235)

* Slacken some flaky tests

The properties tested were previously unnecessarily strong and would...

github.com/haskell/haskell-language-server - f03a7fa55d909c864771f0989abace8793b5b15a authored over 3 years ago by George Thomas <[email protected]>
Add non reversable pragma completion (#1243)

* Sort extensions

* Add non-reversable extension completions

github.com/haskell/haskell-language-server - 691f2be8f482647ac418a392a3ba7b60c85b9b0b authored over 3 years ago by Junyoung/Clare Jang <[email protected]>
Merge pull request #1241 from peterwicksstringfield/fix_duplicate_category_field

Delete redundant "category: Development".

github.com/haskell/haskell-language-server - be6a6c4e5ea52777c9715e1181f30bf65e9c624a authored over 3 years ago by Javier Neira <[email protected]>
Delete redundant "category: Development".

github.com/haskell/haskell-language-server - ac9c71833d037223543bc1edea8c1d175c8d61eb authored over 3 years ago by Peter Wicks Stringfield <[email protected]>
Complete the No- variants of language extensions (#1238)

Fixes #1187.

Separate the list of pragmas used for completion from the list of pragmas used
to ...

github.com/haskell/haskell-language-server - 50854ca922853a99c9b6cf4f71c1cb2bc77c977a authored over 3 years ago by Thomas Winant <[email protected]>
Fix the bug that generating comments would duplicate existing comments (#1233)

* Fix duplicating existed comments

* Factorize and do the same to genForRecord

* Remove unused...

github.com/haskell/haskell-language-server - 2ad9eb068c53b7cbc2af55a86d0d7a1c41aeb3d5 authored over 3 years ago by Potato Hatsue <[email protected]>
Change packages metadata and rename tactics subfolder (#1234)

* Change author, maintainer and copyright

* Rename tactics

* Correct tactics path in default s...

github.com/haskell/haskell-language-server - a44f4b41890745ce8d8f38f577f5f6641ef2ed94 authored over 3 years ago by Javier Neira <[email protected]>