First of all, I want to say thank you for this awesome plugin.
I noticed that configFile is broken for me because it assumes relative path to CWD which often is not a project root (you can ran vsc from terminal on different project but all windows share CWD).
You can't really use absolute paths either because they would be different for every machine.
I have already patched version running locally (man, debugging ts language services is crazy :D) it always uses a relative path from project root. PR incoming in a sec.
First of all, I want to say thank you for this awesome plugin.
I noticed that
configFile
is broken for me because it assumes relative path to CWD which often is not a project root (you can ran vsc from terminal on different project but all windows share CWD). You can't really use absolute paths either because they would be different for every machine.I have already patched version running locally (man, debugging
ts language services
is crazy :D) it always uses a relative path from project root. PR incoming in a sec.