#What should I do if VSCode does not report an error message?
VSCode has error prompts turned on by default. If it does not prompt you because you have turned off the prompts, you can solve it through the following method.
1. First open VSCode, click [File]-[Preferences]-[Settings]
That is: files->preferences->settings
2. Search for "errorSquiggles" in the settings, select enable
3, or press ctrl shift p, search for "Enable error underline" and click it.
Recommended related articles and tutorials: vscode tutorial
The above is the detailed content of What should I do if there is no error message in VSCode?. For more information, please follow other related articles on the PHP Chinese website!