-
Notifications
You must be signed in to change notification settings - Fork 12.8k
'infer function return type' refactoring always shown #42993
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
Comments
I have a feeling the ever present lightbulb is going to spawn a lot of issues when the next VS Code release goes out so I'm going to add a workaround on the VS Code side |
Is this fixed by #42737? |
Yep looks like the same issue. I've checked in a workaround on the VS Code side |
This was referenced Apr 29, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Bug Report
🔎 Search Terms
🕗 Version & Regression Information
4.2.2
💻 Code
foo
🙁 Actual behavior
The lightbulb always shows up. This is because the
infer function return type
quick fix is always being returned🙂 Expected behavior
This quick fix should likely only show when refactoring are explicitly requested or if the cursor is at a specific spot in the code (such as the function signature)
/cc @jessetrinity
The text was updated successfully, but these errors were encountered: