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 d201493 commit f817d7eCopy full SHA for f817d7e
plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Outline.hs
@@ -26,8 +26,8 @@ import Ide.Plugin.Cabal.Completion.Types (ParseCabalFields (..),
26
import Ide.Plugin.Cabal.Orphans ()
27
import Ide.Types (PluginMethodHandler)
28
import Language.LSP.Protocol.Message (Method (..))
29
-import qualified Language.LSP.Protocol.Types as LSP
30
import Language.LSP.Protocol.Types (DocumentSymbol (..))
+import qualified Language.LSP.Protocol.Types as LSP
31
32
33
moduleOutline :: PluginMethodHandler IdeState Method_TextDocumentDocumentSymbol
0 commit comments