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. Thanks.
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.
addendum: I opened a feature request for this: https://github.com/microsoft/vscode/issues/166797