1
私はチェックするもののリストを使い果たしましたが、Python拡張機能はOSXラップトップでは動作していないようです。 OSX上のVScode pylintが黙って失敗する
私は、Python拡張を再インストールし、すべての私の設定は documentation withpylint
のように設定されたことを確認し、自分のユーザー設定に関連する設定を定義した:
// Python settings
"python.linting.lintOnSave": true,
"python.formatting.formatOnSave": false,
"python.pythonPath": "/usr/local/bin/python",
"python.linting.pylintPath": "/usr/local/bin/pylint",
"python.linting.pylintArgs": []
(全設定here)
しかし、幸運、エラーメッセージ、警告、何もない。たぶん私のconfigurationで私が行方不明です何かがある
#!/usr/bin/env python
def foo
pass
:下記のファイルは、私にすべてのエラーが表示されませんか?拡張機能はLinuxでうまく動作するので、何か間違っている必要がありますが、何がわからないのですか。