mirror of https://github.com/dense-analysis/ale
Ask for let g:ale_history_log_output = 1 first in the issue template
This commit is contained in:
parent
d1e23f7295
commit
8da5641355
|
@ -1,12 +1,12 @@
|
|||
<!--
|
||||
READ THIS FIRST: If you are experiencing any bug whatsoever dealing with
|
||||
the output of linters, please use `let g:ale_history_log_output = 1` before
|
||||
pasting output. It will capture the output of commands that are run.
|
||||
|
||||
For bugs, paste output from your clipboard after running :ALEInfoToClipboard
|
||||
here. If that doesn't work for some reason, try running :ALEInfo and copying
|
||||
the output from that here instead. If everything is broken, run around in
|
||||
circles and scream.
|
||||
|
||||
READ THIS -> If you are experiencing a bug where ALE is not correctly parsing
|
||||
the output of commands, set g:ale_history_log_output to 1, and run ALE again,
|
||||
and then :ALEInfo should include the full output of each command which ran.
|
||||
|
||||
Whatever the case, describe the your issue here.
|
||||
-->
|
||||
|
|
Loading…
Reference in New Issue