-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Fixed import paths not being updated when multiple files are moved #191403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…not being updated when multiple files were moved.
|
@microsoft-github-policy-service agree |
extensions/typescript-language-features/src/languageFeatures/updatePathsOnRename.ts
Outdated
Show resolved
Hide resolved
|
why closed? is merged into main? |
nope |
|
@sbmelvin Why did you close it then? |
|
I generally don't keep PRs open for longer than two weeks. The PR stalled so I closed it. |
|
Please reopen it. There’s plenty of reasons PRs may take longer than 2weeks, such an upcoming release blocking merging or as other work priories coming up |
sure |
|
@mjbvz The PR checks say changes were requested but I'm unsure how to resolve them. I've changed the |
…icrosoft#191403) * Modified updatePathsOnRename.ts to fix issue where import paths were not being updated when multiple files were moved. * Removed errant console log * Changed return statements to continue in for-of loop --------- Co-authored-by: Stephen Melvin <steve.melvin@dtn.com>
|
Thank you |
…icrosoft#191403) * Modified updatePathsOnRename.ts to fix issue where import paths were not being updated when multiple files were moved. * Removed errant console log * Changed return statements to continue in for-of loop --------- Co-authored-by: Stephen Melvin <steve.melvin@dtn.com>
Fixes #105110
Modified updatePathsOnRename.ts to fix an issue where import paths were not being updated when multiple files are moved.