Update imports for JavaScript and TypeScript
When you rename or move a JavaScript or TypeScript file, VS Code will prompt to update update all imports of that file.
Set "javascript.updateImportsOnFileMove.enabled": "always"
to automatically update imports without a prompt.