Commit 5c2cab6
committed
Fix implementation of fallback handler for code action literals.
Note that (forM_ as $ \a -> {- pure code -}; return undefined) is a noop. We were
unpacking the edit request, doing nothing with it, then throwing it away. Now we
send a message to the client to actually perform the requested edit.1 parent 030bf48 commit 5c2cab6
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
242 | | - | |
243 | | - | |
| 241 | + | |
| 242 | + | |
244 | 243 | | |
245 | 244 | | |
246 | 245 | | |
| |||
0 commit comments