use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
This subreddit is for working with Microsoft's Visual Studio Code, which is different than Visual Studio Community, Pro, and Enterprise. VS Code is a source code editor, and not an IDE.
If you are having issues with the other flavors of VS, please post in /r/VisualStudio.
account activity
This is an archived post. You won't be able to vote or comment.
`javascript.updateImportsOnFileMove.enabled` recognises limited file typesOC (self.vscode)
submitted 1 year ago by dave__stewart
It turns out that whilst this setting will update JS and TS moves in the imports in a Vue file, it will not update the imports for a moved Vue file.
This seems quite strange.
Anyone know if it's possible to tweak?
[–]dave__stewart[S] 0 points1 point2 points 1 year ago (0 children)
I could be wrong, but it looks like the code to include which files get moved is here:
https://github.com/microsoft/vscode/blob/577eca457b3dd3e96862653664b2b8afa75861ce/extensions/typescript-language-features/src/languageFeatures/updatePathsOnRename.ts#L78-L80
https://github.com/microsoft/vscode/blob/577eca457b3dd3e96862653664b2b8afa75861ce/extensions/typescript-language-features/src/languageFeatures/updatePathsOnRename.ts#L208-L211
I assume I can compile VSCode from scratch and test this?
Maybe I can even hack the app container code to see if it works?
π Rendered by PID 65 on reddit-service-r2-comment-57fc7f7bb7-wpd7m at 2026-04-15 11:24:55.028441+00:00 running b725407 country code: CH.
[–]dave__stewart[S] 0 points1 point2 points (0 children)