-
Notifications
You must be signed in to change notification settings - Fork 872
Closed
Labels
fixed in next version (main)A fix has been implemented and will appear in an upcoming versionA fix has been implemented and will appear in an upcoming version
Description
Describe the bug
Attempting to rename a variable in a file that doesn't end with a .py extension doesn't seem to do anything, the issue seems to occur only with renaming, where other features such as go to definition, references, etc.. seem to work properly.
To Reproduce
Create an extensionless file with a shebang (so it is is detected as a Python file), then try to rename a variable.
Expected behavior
It should be possible to change variable names in files identified as Python which don't have an extension.
Metadata
Metadata
Assignees
Labels
fixed in next version (main)A fix has been implemented and will appear in an upcoming versionA fix has been implemented and will appear in an upcoming version