ale/autoload
Dalius Dobravolskas dca56dd772
ALECodeAction fix: check linter name when searching for nearest error. (#3901)
It is easier to explain this fix with an example:

* tsserver and LSPs ask for error information when you want to fix
  error. tsserver `ts@getCodeFixes` command needs tsserver error code.

* now let's imagine that user has eslint and tsserver in use. Sometimes
  both can report same error in different way.

* Now there is no guarantee which error will come first and if eslint
  error comes first then tsserver will not return code fixes as we are
  passing wrong error code to it.

This fix will return proper error code based on linter.
2021-09-16 22:05:38 +09:00
..
ale ALECodeAction fix: check linter name when searching for nearest error. (#3901) 2021-09-16 22:05:38 +09:00
asyncomplete/sources
ale.vim Bump the ALE version to v3.1.0 2021-02-11 19:47:29 +00:00