Home > Development Tools > VSCode > body text

How to turn off syntax error prompts in vscode

王林
Release: 2020-05-14 16:29:33
Original
10822 people have browsed it

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": [
]
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!