Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 30f7e40

Browse files
committedFeb 5, 2024
Bump lsp versions
Broadly: - A few places where we need to pipe `ProgressToken`s around. - I also just removed the progress reporting from resolve commands, since it's going to often be costly to do progress reporting on something that short. Possibly we could revisit after haskell/lsp#549 - Some changes to the registration options we infer - A few places where we need to adapt to ignoring registrations or not - Adapting to use the ghcide verison of `getCompletionPrefix` everywhere - Adapting to use the new mixed rope format
1 parent da337bc commit 30f7e40

File tree

42 files changed

+153
-151
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+153
-151
lines changed
 

‎cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ packages:
99
./hls-plugin-api
1010
./hls-test-utils
1111

12-
index-state: 2024-01-21T00:00:00Z
12+
index-state: 2024-02-25T00:00:00Z
1313

1414
tests: True
1515
test-show-details: direct

‎ghcide-bench/ghcide-bench.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ test-suite test
9999
base,
100100
extra,
101101
ghcide-bench,
102-
lsp-test ^>= 0.16,
102+
lsp-test ^>= 0.17,
103103
tasty,
104104
tasty-hunit >= 0.10,
105105
tasty-rerun,

0 commit comments

Comments
 (0)
Please sign in to comment.