You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With "typescript.updateImportsOnFileMove.enabled" setting set to "always", after renaming a TS file, many TS definitions files from NPM packages will open. When going to close the .d.ts files, VS code will think a change was made and prompt to save the package file.
VSCode Version: Version 1.24.1 (1.24.1)
OS Version: MacOS High Sierra 10.13.5 (17F77)
Steps to Reproduce:
Open TS file in project
Rename open file
Many definitions files from NPM packages open after change
Does this issue occur when all extensions are disabled?: Yes
It seemed similar to #53186 but the trigger and result are different.
The text was updated successfully, but these errors were encountered:
Closing as duplicate of microsoft/TypeScript#24914. The next VS Code insiders will include this fix. Let me know if you still see this issue when using TypeScript 3.0+ in your workspace
With
"typescript.updateImportsOnFileMove.enabled"
setting set to"always"
, after renaming a TS file, many TS definitions files from NPM packages will open. When going to close the.d.ts
files, VS code will think a change was made and prompt to save the package file.Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes
It seemed similar to #53186 but the trigger and result are different.
The text was updated successfully, but these errors were encountered: