-
Notifications
You must be signed in to change notification settings - Fork 756
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
[Bug]: Code actions fail to apply the TextEdits intermittently #40501
Comments
Figured out that the issue occurs only when the a code action is selected on a line of a code lens, (Run|Debug|Visualize) in the above case. When the code action is selected it also navigates to the closest line /token as depicted in #40501 (comment). I believe, this triggers a new |
This seems to be a bug in VSCode. Releated issue microsoft/vscode#169854 |
Description
I observed the above behaviour when I was trying to select a code action and apply the text edits. The text edits were not applied. I tried this for multiple times and then it worked. I don't have a specific scenario yet to reproduce this. But creating this issue to track the effort of reproducing and finding the cause for the behaviour.
Steps to Reproduce
No response
Affected Version(s)
No response
OS, DB, other environment details and versions
No response
Related area
-> Editor
Related issue(s) (optional)
No response
Suggested label(s) (optional)
No response
Suggested assignee(s) (optional)
No response
The text was updated successfully, but these errors were encountered: