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
Is your feature request related to a problem? Please describe.
I want to move a module M from project A to project B
Describe the solution you'd like
In the LSP didRenameFiles callback, check whether this rename is valid, and update all uses of the module name. Add B as a project dependency where needed.
Describe alternatives you've considered
Don't support this and warn the user instead. This is the current behaviour.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I want to move a module
M
from projectA
to projectB
Describe the solution you'd like
In the LSP
didRenameFiles
callback, check whether this rename is valid, and update all uses of the module name. AddB
as a project dependency where needed.Describe alternatives you've considered
Don't support this and warn the user instead. This is the current behaviour.
The text was updated successfully, but these errors were encountered: