We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is the current behavior?
Using F2 to rename variables in VS Code fails.
Please provide the steps to reproduce, and if possible a minimal demo of the problem:
I've managed to reproduce 2 types of error messages by trying different things:
Screenshots of both errors attached.
There was nothing in the debug console in VS Code or problems in the workspace – just these little error pop ups.
This happens every time I try to rename a variable.
What is the expected behavior?
I expect to be able to rename the variable across the solution.
Please tell us about your environment:
Other information
The text was updated successfully, but these errors were encountered:
Confirmed that this error is happening in the extension as of v2.2.62, but I wasn't able to reproduce this specific error:
If I select the whole variable including the $ and try to rename, I get a blue error that says "Cannot read properties of undefined reading "error""
(I can confirm that renaming variables isn't working, just this specific error didn't appear for me when I was trying to reproduce.)
Sorry, something went wrong.
No branches or pull requests
What is the current behavior?
Using F2 to rename variables in VS Code fails.
Please provide the steps to reproduce, and if possible a minimal demo of the problem:
I've managed to reproduce 2 types of error messages by trying different things:
Screenshots of both errors attached.
There was nothing in the debug console in VS Code or problems in the workspace – just these little error pop ups.
This happens every time I try to rename a variable.
What is the expected behavior?
I expect to be able to rename the variable across the solution.
Please tell us about your environment:
Other information
The text was updated successfully, but these errors were encountered: