Anantha Kumaran
Anantha Kumaran
@jupl could you test it once more
Can you explain the problem clearly? What doesn't work? Please check [jsx](https://github.com/ananthakumaran/tide#jsx) section for how to configure web-mode and tide. You probably need to change the `jsx` extension in the...
do you have typescript installed locally? Could you check what's the tsserver version with `tide-verify-setup` and see if downgrading typescript version solves the issue.
could you share the output of `M-x tide-verify-setup`? These kinds of error usually means some issue at tsserver.
is this an angular project?. This has come up before, but we don't have a good solution for this right now. tide can only support `tsconfig.json`. None of the other...
Do you know what's the old tide version? is it possible to rollback and confirm the issue is with tide?
> Unfortunately I don't remember the old version. Probably two weeks old at most. Should I just install some older version manually? melpa might not work, you would have to...
If I understand correctly, we are using the same strategy we use for org files (aka send the full content), but won't this cause issue?. Especially, if I look at...
> but isn't there some mode where it can provide some information about some piece of code without needing --or-- affecting other files? It might work for some cases, but...
We do make company dependency optional, but I am not sure how easy it would be to make flycheck optional as well. There is no optional dependency concept in emacs....