Skip to content
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

Smart file/folder rename. When file is renamed VScode should find usage and update paths #46339

Closed
liesislukas opened this issue Mar 22, 2018 · 3 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) javascript JavaScript support issues

Comments

@liesislukas
Copy link

  • VSCode Version: Version 1.21.1 (1.21.1)
  • OS Version: macOS 10.13.3 (17D102)

Steps to Reproduce:

Nodejs project.

  1. create file a.js
  2. create another file b.js
  3. in b.js require a.js
  4. rename a.js to new_name.js

b.js is broken now while it can't find required file anymore.

Does this issue occur when all extensions are disabled?: Yes

@vscodebot
Copy link

vscodebot bot commented Mar 22, 2018

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@vscodebot vscodebot bot added the javascript JavaScript support issues label Mar 22, 2018
@liesislukas
Copy link
Author

it is not covered by suggested issue #42859

@mjbvz
Copy link
Collaborator

mjbvz commented Mar 22, 2018

Duplicate of #19439

@mjbvz mjbvz marked this as a duplicate of #19439 Mar 22, 2018
@mjbvz mjbvz closed this as completed Mar 22, 2018
@mjbvz mjbvz added the *duplicate Issue identified as a duplicate of another issue(s) label Mar 22, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators May 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) javascript JavaScript support issues
Projects
None yet
Development

No branches or pull requests

2 participants