1 file changed
+1
-1
lines changed- .azure/linux-stack.yml-9
- .azure/windows-stack.yml+1-10
- .ghci+4
- CHANGELOG.md+56
- README.md+7-7
- exe/Main.hs+6-5
- ghcide.cabal+21-13
- nix/sources.json+26
- nix/sources.nix+134
- session-loader/Development/IDE/Session.hs+26-14
- shell.nix+107
- src-ghc810/Development/IDE/GHC/HieAst.hs+1-1
- src-ghc86/Development/IDE/GHC/HieAst.hs+1-1
- src-ghc88/Development/IDE/GHC/HieAst.hs+1-1
- src/Development/IDE.hs+46
- src/Development/IDE/Core/FileStore.hs+10-8
- src/Development/IDE/Core/OfInterest.hs+15-3
- src/Development/IDE/Core/Preprocessor.hs+1-1
- src/Development/IDE/Core/RuleTypes.hs+9
- src/Development/IDE/Core/Rules.hs+12-14
- src/Development/IDE/Core/Service.hs+1-1
- src/Development/IDE/Core/Shake.hs+67-104
- src/Development/IDE/GHC/Compat.hs+59-2
- src/Development/IDE/GHC/Util.hs+29-17
- src/Development/IDE/LSP/HoverDefinition.hs+1-2
- src/Development/IDE/LSP/LanguageServer.hs+2-2
- src/Development/IDE/LSP/Notifications.hs+7-9
- src/Development/IDE/LSP/Outline.hs+8-6
- src/Development/IDE/Plugin/CodeAction.hs+239-105
- src/Development/IDE/Plugin/CodeAction/PositionIndexed.hs+20-1
- src/Development/IDE/Plugin/CodeAction/RuleTypes.hs+3-40
- src/Development/IDE/Plugin/CodeAction/Rules.hs+8-24
- src/Development/IDE/Plugin/Completions/Logic.hs+2-1
- src/Development/IDE/Spans/Common.hs+16-8
- src/Development/IDE/Types/Action.hs+75
- src/Development/IDE/Types/Exports.hs+75
- src/Development/IDE/Types/Options.hs+24-4
- stack.yaml-1
- stack84.yaml-1
- stack88.yaml-1
- test/data/boot/hie.yaml+1-1
- test/data/hover/GotoHover.hs+1-1
- test/data/ignore-fatal/IgnoreFatal.hs+8
- test/data/ignore-fatal/cabal.project+1
- test/data/ignore-fatal/hie.yaml+4
- test/data/ignore-fatal/ignore-fatal.cabal+10
- test/data/rootUri/dirA/Foo.hs+3
- test/data/rootUri/dirA/foo.cabal+9
- test/data/rootUri/dirB/Foo.hs+3
- test/data/rootUri/dirB/foo.cabal+9
- test/exe/Main.hs+207-43
0 commit comments