-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Description
Type: Feature Request
Say I've opened some random Python file in Code, and it is filled with linter issues producing many squiggly colored underlines all over.
Is there a way to hide those squiggly lines without disabling linters? I'm just looking for a way to quickly toggle them off and on. I'm not looking to edit this code, I just want to browse it and or maybe present it during a meeting. I'd still like to have syntax highlighting. Essentially, I want to use Code as a great code viewer sometimes.
It seems like these are the colors of the things I want to hide entirely:
editorError.foreground, editorWarning.foreground, editorInfo.foreground
I searched settings and commands and online but didn't find an answer yet. Zen mode wasn't even zen enough in this case. Putting the file in Plain Text mode removes them, but also eliminates colorizing the code, which I wish to retain.
VS Code version: Code 1.73.1 (6261075, 2022-11-09T02:08:38.961Z)
OS version: Darwin x64 21.6.0
Modes:
Sandboxed: No