Visual Studio Code運行Python文件出現 「Linter pylint is not installed 」提示解決辦法

運行Python代碼後出現 「Linter pylint is not installed 」提示

只須要添加一行代碼就能夠解決  python

1 { 2     "python.pythonPath": "/usr/local/bin/python3", 3 "python.linting.enabled":false //添加這行代碼 4 }

界面設置以下圖:

相關文章
相關標籤/搜索