VS Code No Longer Dimming Unused JS Variables
Starting a few days ago, VS Code stopped automatically dimming all unused variables in JavaScript. I've gone through all the suggestions I've seen (setting "editor.showUnused": true in my setting JSON, resetting TypeScript, etc) and nothing brings this feature back. Does anyone know how to fix this issue?