Debugging an ale_plugin? #4212
Unanswered
frioux
asked this question in
Q&A - Ask for help with problems
Replies: 1 comment 5 replies
|
Check ALEInfo output to see if there are any errors reported. If you are using vim you can add this to your configuration: Then tail the /tmp/chlogfile.log that will output all iteraction between vim and the LSP if any. |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to use
metalsas an LSP for scala and ALE is never even trying to run it. Are there suggested steps to try figuring out why this might be?All reactions