(Providing an answer for better visibility and searchability.)
I recently noticed that when I move a single TypeScript file in my VS Code project, it automatically updates the imports throughout the entire project. However, if I try to move multiple files at once, the imports are not updated, causing issues with my codebase. Does anyone know if this is intended behavior or a bug? If it's the latter, has a solution been identified? Is there a specific setting I need to enable to ensure imports are updated when moving multiple files?