问题
Linter 'pylint' is not installed. Please install it or select another linter".
Error: Module 'pylint' not installed.
解决
- Open a terminal (ctrl+~)
- Run the command pip install pylint
2022-12-06 09:27:26
Linter 'pylint' is not installed. Please install it or select another linter".
Error: Module 'pylint' not installed.