stringham / move-ts

A Visual Studio Code plugin for updating relative imports when moving typescript files and folders in your workspace.
MIT License
52 stars 15 forks source link

Indexing very slow #14

Closed phaldenby72 closed 6 years ago

phaldenby72 commented 6 years ago

I've recently upgraded to VS Code 1.19.1 and Move TS 1.7.0. I hadn't noticed any real delays for indexing in the past, but I'm now seeing that it hasn't completed after 10 minutes. I don't know if it's just slow or if it's hung.

Any suggestions? It's a great extension and I'd really like to get it working again.

stringham commented 6 years ago

What operating system are you using?

phaldenby72 commented 6 years ago

Thanks for the quick reply! I'm on Windows 7.

stringham commented 6 years ago

Yesterday I released Move TS 1.7.0 which was supposed to "Improve performance of indexing the workspace" (https://github.com/stringham/move-ts/commit/da386627c841b827a6e1cf121e20d507f876205a).

I think there was an assumption of using a unix based operating system in one of my optimizations. I've just released version 1.7.1. Will you try updating Move TS and let me know if it solved your problem?

Thanks

phaldenby72 commented 6 years ago

I've updated and it's working again now. Thanks for getting this fixed so quickly.