File tree
7 files changed
+16
-11
lines changed- exe
- src/Ide/Plugin
7 files changed
+16
-11
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 |
| |
16 | 20 |
| |
17 | 21 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
224 | 224 |
| |
225 | 225 |
| |
226 | 226 |
| |
227 |
| - | |
| 227 | + | |
228 | 228 |
| |
229 | 229 |
| |
230 | 230 |
| |
| |||
523 | 523 |
| |
524 | 524 |
| |
525 | 525 |
| |
526 |
| - | |
| 526 | + | |
527 | 527 |
| |
528 |
| - | |
| 528 | + | |
| 529 | + | |
529 | 530 |
| |
530 | 531 |
| |
531 | 532 |
| |
|
- .azure/linux-stack.yml+2
- .azure/windows-stack.yml+2
- cabal.project+6-1
- exe/Arguments.hs+2
- exe/Main.hs+3-2
- ghcide.cabal+6-1
- src-ghc810/Development/IDE/GHC/HieAst.hs+1.9k
- src-ghc88/Development/IDE/GHC/HieAst.hs
- src/Development/IDE/Core/FileStore.hs+14-2
- src/Development/IDE/Core/OfInterest.hs+2-2
- src/Development/IDE/Core/Rules.hs+17-15
- src/Development/IDE/Core/Service.hs+6-26
- src/Development/IDE/Core/Shake.hs+102-18
- src/Development/IDE/GHC/Compat.hs+13-1
- src/Development/IDE/LSP/HoverDefinition.hs+2-2
- src/Development/IDE/LSP/Notifications.hs+3-3
- src/Development/IDE/LSP/Outline.hs+1-1
- src/Development/IDE/Plugin/CodeAction.hs+4-3
- src/Development/IDE/Plugin/Completions.hs+31-23
- src/Development/IDE/Plugin/Completions/Logic.hs-1
- src/Development/IDE/Spans/AtPoint.hs+2-1
- stack810.yaml+17
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
128 |
| - | |
| 128 | + | |
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
| |||
190 | 190 |
| |
191 | 191 |
| |
192 | 192 |
| |
193 |
| - | |
| 193 | + | |
194 | 194 |
| |
195 | 195 |
| |
196 | 196 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
128 |
| - | |
| 128 | + | |
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
| |||
187 | 187 |
| |
188 | 188 |
| |
189 | 189 |
| |
190 |
| - | |
| 190 | + | |
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
| 68 | + | |
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 |
| - | |
| 79 | + | |
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
|
0 commit comments