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 28aa69b commit df4ddf8Copy full SHA for df4ddf8
ghcide/src/Development/IDE/Main.hs
@@ -145,7 +145,7 @@ defaultMain Arguments{..} = do
145
let hlsPlugin = asGhcIdePlugin argsHlsPlugins
146
hlsCommands = allLspCmdIds' pid argsHlsPlugins
147
plugins = hlsPlugin <> argsGhcidePlugin
148
- options = argsLspOptions { LSP.executeCommandCommands = Just $ (argsLspOptions LSP.executeCommandCommands) <> hlsCommands }
+ options = argsLspOptions { LSP.executeCommandCommands = Just $ argsLspOptions LSP.executeCommandCommands <> hlsCommands }
149
argsOnConfigChange = getConfigFromNotification
150
rules = argsRules >> pluginRules plugins
151
0 commit comments