Turn Off Unused Variable Underlines in VS Code

October 2025

I'm working on screen recordings for bitty. While going through things step by step, I don't want the underline highlights for things like unused variables.

I've turned them off in the settings by searching for JavaScript and unchecking:

Javascript > Validate: Enable
a screen shot showing the VS Code settings page where the setting has been turned off

It's a minor thing, but it reduces unnecessary distraction.

-a

end of line