You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parts of your request are already available: if your cursor selection includes multiple instances of e.g. single quote issues then invoking a quick fix will apply to all of them (if you can find the one yellow lightbulb that will appear next to the first occurrence)
ESLint has functionality which provides the following additional quickfixes:
I tried to implement this myself but couldn't figure out how the ESLint extension is structured. I think this line may have something to do with it:
https://github.com/microsoft/vscode-eslint/blob/3aef00d9320a00890beec9f3f8160d5f82a47626/server/src/eslintServer.ts#L2100
The text was updated successfully, but these errors were encountered: