vscode-haskell-linter icon indicating copy to clipboard operation
vscode-haskell-linter copied to clipboard

Accepting hlint suggestions from git diff view it broken

Open danstiner opened this issue 9 years ago • 3 comments

To reproduce:

  1. Go to the git tab and open a haskell file with uncommitted changes
  2. 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"

danstiner avatar Nov 29 '15 04:11 danstiner

Accepting the suggestion does not replace/apply here (Mac OSX, latest VSCode 0.10.5)

vscode-haskell-linter

clojj avatar Dec 21 '15 09:12 clojj

I have filed an issue here: https://github.com/Microsoft/vscode/issues/1708

hoovercj avatar Dec 30 '15 10:12 hoovercj

@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

danstiner avatar Jan 28 '17 08:01 danstiner