neoclide / coc-tsserver

Tsserver extension for coc.nvim that provide rich features like VSCode for javascript & typescript
MIT License
1.05k stars 68 forks source link

Fix(refactor): File rename does not update import paths #447

Closed shiro closed 3 months ago

shiro commented 6 months ago

Closes #446 by increasing the delay value to 1000. Hopefully this is big enough to work on slower machines and short enough not to get noticed by end-users.