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 4da8eb9 commit 0a6ed29Copy full SHA for 0a6ed29
plugins/hls-cabal-project-plugin/src/Ide/Plugin/CabalProject.hs
@@ -312,7 +312,7 @@ completion recorder ide _ complParams = do
312
pure . InR $ InR Null
313
Just (fields, _) -> do
314
let lspPrefInfo = Ghcide.getCompletionPrefixFromRope position cnts
315
- cabalProjectPrefInfo = Completions.getCabalPrefixInfo path lspPrefInfo
+ cabalProjectPrefInfo = Completions.getCabalProjectPrefixInfo path lspPrefInfo
316
let res = computeCompletionsAt recorder ide cabalProjectPrefInfo path fields
317
liftIO $ fmap InL res
318
Nothing -> pure . InR $ InR Null
0 commit comments