Home  >  Article  >  Development Tools  >  How to turn off syntax error prompts in vscode

How to turn off syntax error prompts in vscode

王林
王林Original
2020-05-14 16:29:3310862browse

How to turn off syntax error prompts in vscode

If we want to turn off the syntax error prompt, then we only need to turn off the syntax check. The specific method is as follows:

1. Enter settings

How to turn off syntax error prompts in vscode

2. Add the following code in the user settings

"eslint.validate": [
]

How to turn off syntax error prompts in vscode

The above is the detailed content of How to turn off syntax error prompts in vscode. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn