We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c7a8d commit 47ec09eCopy full SHA for 47ec09e
ghcide/src/Development/IDE/Core/Shake.hs
@@ -266,7 +266,7 @@ data ShakeExtras = ShakeExtras
266
-- ^ Map from a text document version to a PositionMapping that describes how to map
267
-- positions in a version of that document to positions in the latest version
268
-- First mapping is delta from previous version and second one is an
269
- -- accumulation of all previous mappings.
+ -- accumulation to the current version.
270
,progress :: ProgressReporting
271
,ideTesting :: IdeTesting
272
-- ^ Whether to enable additional lsp messages used by the test suite for checking invariants
0 commit comments