Open vsviridov opened 5 years ago
Need full log to know what happened, looks like project root is wrong.
Worked it out down to here: https://github.com/Microsoft/typescript-tslint-plugin/issues/69
Thanks for reporting, there would be no more binary release for coc.nvim. Use
Plug 'neoclide/coc.nvim', {'do': { -> coc#util#install()}}
to download latest released javascript bundle with vim-plug.
I have reinstalled coc.nvim as per the config above and it does not fix the problem -- my local tslint.json is still being ignored.
Please provide verbose log of tsserver: https://github.com/neoclide/coc-tsserver#trouble-shooting
Should be fixed be new release.
In the
coc-nvim-tsc.log
I see followingI have local
tslint.json
file andtslint
is installed in the projects as a dev dependency, but the plugin attempts to load a global install. is there any way to make it load the local instance first?