File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ghcide/src/Development/IDE/Plugin Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ import qualified Language.LSP.VFS as VFS
4848import Numeric.Natural
4949import Text.Fuzzy.Parallel (Scored (.. ))
5050
51- import qualified GHC.LanguageExtensions as LangExt
51+ import qualified GHC.LanguageExtensions as LangExt
5252import Language.LSP.Types
5353
5454data Log = LogShake Shake. Log deriving Show
@@ -167,8 +167,8 @@ getCompletionsLSP ide plId
167167 let clientCaps = clientCapabilities $ shakeExtras ide
168168 plugins = idePlugins $ shakeExtras ide
169169 config <- getCompletionsConfig plId
170-
171- allCompletions <- liftIO $ getCompletions plId ideOpts cci' parsedMod astres bindMap pfix' clientCaps config moduleExports
170+
171+ allCompletions <- liftIO $ getCompletions plugins ideOpts cci' parsedMod astres bindMap pfix' clientCaps config moduleExports
172172 pure $ InL (List $ orderedCompletions allCompletions)
173173 _ -> return (InL $ List [] )
174174 _ -> return (InL $ List [] )
You can’t perform that action at this time.
0 commit comments