vscode-haskell-linter
vscode-haskell-linter copied to clipboard
Accepting hlint suggestions from git diff view it broken
To reproduce:
- Go to the git tab and open a haskell file with uncommitted changes
- On the right side, find a hlint suggestion -> click the lightbulb -> Accept hlint suggestion
Expected: Suggestion to be applied Actual: Suggestion is not applied but warning bar pops up with message: "TypeError: r.getModel(...).getAssociatedResource is not a function"
Accepting the suggestion does not replace/apply here (Mac OSX, latest VSCode 0.10.5)

I have filed an issue here: https://github.com/Microsoft/vscode/issues/1708
@hoovercj The referenced vscode issue was marked as fixed but you seemed to think it maybe was not, any follow up action to take here?
Edit: I TODO myself @danstiner to go verify if this still reproduces