Linked Questions
15 questions linked to/from Disable (or toggle) the wavy underline/squigglies (problems) in VS Code
12 votes
6 answers
18k views
flutter in vscode how to remove blue line [duplicate]
I'm using Visual Studio Code how to remove this blue lines
6 votes
4 answers
4k views
How can I easily toggle display of problem underlining in VS Code editor panels? [duplicate]
I'm using VS Code with a number of different programming languages, which all have some form of problem validation provided via an extension. While these problem underlines are generally useful, I ...
0 votes
1 answer
3k views
How to disable red underlines in Visual Studio Code? [duplicate]
I am coding with the latest version of Visual Studio Code with Python. For some reason I get those red underlines on my code, where there would be a "problem". The annoying part of this is ...
-1 votes
1 answer
1k views
How can I remove the blue under lines of the code they are very irritating [duplicate]
The blue underlines are making me lose attention towards my code can anyone help!!!!
0 votes
0 answers
18 views
How to disable or make less visible the wavy underlines in VS Code? [duplicate]
Strong underscores make it hard for me to focus. A number of solutions are described in this link, but it is outdated. I wanted to try the solution in the link, however, the options described do not ...
1679 votes
14 answers
942k views
How can I have multiple vertical rulers in VS Code?
VS Code's default configuration for a ruler is demonstrated below. "editor.ruler": 80 The issue I am having with the default VS Code configuration (as shown above) is that it only renders a ...
81 votes
13 answers
70k views
Disable White Vertical Line
So I've installed VS Code on my Mac and it works perfectly fine. There's just this white vertical line going down the screen which is kinda annoying. I'm not sure if it's supposed to be some sort of ...
53 votes
2 answers
10k views
How do I disable the underlining of Rust variables and their methods in Visual Studio Code?
How do I disable the underlining of variables and their methods, like shown above? I find it quite distracting. I don't think this is a duplicate of Disable wavy underline in VS Code because it's not ...
8 votes
3 answers
16k views
VSCode syntax error highlighting is not working for C++ code
The C/C++ extension by Microsoft has been installed, and everything works really well. But the VSCode does not seem to show any red underline for syntax errors when there are issues. I'm using Linux (...
3 votes
3 answers
2k views
In Visual Studio Code, is it possible to delay displaying inline errors when editing C# code, perhaps until I save the file?
I'm using Visual Studio Code primarily to edit C# code, and it automatically detects errors in the code as I type. However because it updates this every second or so, that means that the moment I ...
0 votes
1 answer
4k views
Why does VScode underline python code in blue and how to solve it?
I have this code and VScode is underlining most of it in blue. What is the reason and how do we solve it? # Python code to count minimum deletions required # so that there are no consecutive ...
0 votes
2 answers
2k views
How to disable all validations for plain text in VS code
I am building a Laravel project with VS Code on Ubuntu 18.04. I've installed a couple of extensions to help me with the syntax. I also have a few .txt files in the same workspace that I use for ...
1 vote
1 answer
1k views
How to hide ESlint/webpack's HMR error overlay
After I run npm run dev nuxt builds the app and displays it and a second later a partly transparent full-viewport modal gets displayed on top of the app (in the browser) listing very 'helpfully' a ...
1 vote
0 answers
1k views
How to remove error/warning underline from a line in vscode?
I develop LKM and vscode does not recognize linux/init.h> (it shouldn't), but it is required for developing LKM's, I want to remove this red underline because it annoying. Is there way I can remove ...
3 votes
0 answers
120 views
How do I hide linter problems in the editor? [duplicate]
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 ...