Daniel Kaplan
Daniel Kaplan

Reputation: 67450

Can Visual Studio Code update imports when moving MULTIPLE typescript files?

(Answering my own question for visibility/searchability.)

When I move a single typescript file in VS Code, it updates the imports of the whole project. But, if I move more than one file at a time, it leaves the imports untouched, breaking everything.

Is this expected behavior or a bug? If the latter, is there a known fix? Is there a setting to updating imports of multiple files I have to turn on?

Upvotes: 3

Views: 1009

Answers (1)

Daniel Kaplan
Daniel Kaplan

Reputation: 67450

This was a known issue. The PR for it was merged into the September 2023 release of VS Code.

Upvotes: 3

Related Questions