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
This commit makes the renaming less precise for the (probably rare)
case of an imports being imported multiple times with the same
renaming.
When doing a renaming of a symbol that is import-renamed, we would
exclude subscope where the same symbol was imported again with the same
name. This commit changes the logic so that we no longer exclude those
subscope, and keep renaming.
See RenameTest#renameRenamingImportNested for an example where the
langauge server will now behave differently.
0 commit comments