How to stop warnings in vscode?
VS Code to clear the format warning
How to clear the format warning of weex in the new project structure in VS Code:
1 .Upper left corner, Code->Preferences->Settings, enter your settings panel:
2. Enter vetur, find the following three items, and uncheck them:
They correspond to js, css, and template warnings respectively.
This way you solve the problem of ESLint format warning.
The old version of VS has slightly different settings. It is a directly modified json file:
above, please be informed.
Related recommendations: vscode introductory tutorial
The above is the detailed content of How to stop warnings in vscode. For more information, please follow other related articles on the PHP Chinese website!