Ask questionsHow can i remove this red underline?
When I write wrong command in visual studio code, red underline occur in wrong command. I hope remove this function. What should I do?
Answer
questions
karrtikr
You can disable Linting by adding "python.linting.enabled": false
in your settings, or by using the Select Linter
command from the the Command palette (CTRL + SHIFT + P), and then selecting Disable linting.
Please note that this repository is for feature requests and bugs, and you can ask all these questions in stack overflow.
Related questions