You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It says that ALE tries finding a tsconfig.json file, however, deno has its own file called deno.json, so I think it doesn't work because I doesn't find this deno.json since it is trying to find a non existing file called tsconfig.json
The Deno guide says ALE supports Deno via the Deno language server out of the box and in many uses cases doesn't require additional configuration
When I run
:ALESymbolSearch <word>
, instead of looking in my working directory, it looks in my entire operating system.In this line of ALE docs: https://github.com/dense-analysis/ale/blob/master/doc/ale-typescript.txt#L81
It says that ALE tries finding a
tsconfig.json
file, however, deno has its own file calleddeno.json
, so I think it doesn't work because I doesn't find thisdeno.json
since it is trying to find a non existing file calledtsconfig.json
deno.json: https://docs.deno.com/runtime/fundamentals/configuration/
Aside from this problem ALE is good, I need help please. It's all updated to latest. Both nvim and ALE.
The text was updated successfully, but these errors were encountered: