Home > Article > Development Tools > vscode uses the pylint plug-in to disable E1101 error reporting
In the menu bar, click File->Preferences->Settings to open the custom settings window.
(Learning video recommendation: java video tutorial)
Search python.linting.pylint to find the pylint plug-in related information set up.
Copy python.linting.pylintArgs to user settings and add parameters:
--disable=E1101
Recommended related tutorials: vscode tutorial
The above is the detailed content of vscode uses the pylint plug-in to disable E1101 error reporting. For more information, please follow other related articles on the PHP Chinese website!