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 10994a0 commit b0debcdCopy full SHA for b0debcd
ghcide/src/Development/IDE/Types/Options.hs
@@ -85,6 +85,10 @@ data IdeOptions = IdeOptions
85
-- allowing to customize the Ghc options used
86
, optShakeOptions :: ShakeOptions
87
, optFakeUid :: InstalledUnitId
88
+ -- ^ Change the unit id used to tag the internal component.
89
+ -- To reuse external interface files the unit ids must match,
90
+ -- thus make sure to build them with `--this-unit-id` set to the
91
+ -- same value as the ghcide fake uid
92
}
93
94
optShakeFiles :: IdeOptions -> Maybe FilePath
0 commit comments