I am working on some legacy code, and VScode is highlighting a lot of lines because of some warnings like Line exceeds 85 characters, contains 91 characters
. It's pretty annoying, and I'd like to raise that limit to at least 120 chars, or even disable it completely.
My vertical ruler is already set to 120.
How can I move or remove that limit? I've been looking everywhere but I can't find a a working answer... this is my project's settings.json
{
"editor.wordWrapColumn": 120
}