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
48
48
import Numeric.Natural
49
49
import Text.Fuzzy.Parallel (Scored (.. ))
50
50
51
- import qualified GHC.LanguageExtensions as LangExt
51
+ import qualified GHC.LanguageExtensions as LangExt
52
52
import Language.LSP.Types
53
53
54
54
data Log = LogShake Shake. Log deriving Show
@@ -167,8 +167,8 @@ getCompletionsLSP ide plId
167
167
let clientCaps = clientCapabilities $ shakeExtras ide
168
168
plugins = idePlugins $ shakeExtras ide
169
169
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
172
172
pure $ InL (List $ orderedCompletions allCompletions)
173
173
_ -> return (InL $ List [] )
174
174
_ -> return (InL $ List [] )
You can’t perform that action at this time.
0 commit comments