Why do I get lightbulbs/refactorings on all quoted strings (among other things)? #33972
Labels
bug
Issue identified by VS Code Team member as probable bug
javascript
JavaScript support issues
typescript
Typescript support issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
verified
Verification succeeded
Milestone
I seem to get a lot of lightbulbs. For examaple, when I highlight the entire line here why am i getting a refactoring?
If i put the cursor in the
'docker'
string I get a lightbulb:I move the cursor to
getConfiguration
and the lightbulb goes away...Actually, it looks like no matter where I have a quoted string, I get a lightbulb. Here my cursor is in
"Images"
:And when I tell it to refactor my code into a new function, I get this which is technically correct I guess, but not very useful as far as I can tell.
The text was updated successfully, but these errors were encountered: