Home >Development Tools >VSCode >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
2. Add the following code in the user settings
"eslint.validate": [ ]
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!