当前位置:   article > 正文

setting.json_settings.json泄露

settings.json泄露
  1. {
  2. "python.linting.pylintArgs": [
  3. "–load-plugins=pylint_django"
  4. ],
  5. "files.autoSave": "afterDelay",
  6. "files.autoSaveDelay": 1000,
  7. // ファイルの終了時に行末のスペース削除
  8. "files.trimTrailingWhitespace": true,
  9. "files.insertFinalNewline": true,
  10. "python.linting.lintOnSave": true,
  11. //Tabをスペースキーとして変換
  12. "[python]": {
  13. "editor.insertSpaces": true,
  14. "editor.detectIndentation": true,
  15. "editor.tabSize": 4
  16. },
  17. "python.pythonPath": "python.exeの実行パス",
  18. "python.venvPath": ".venv",
  19. "python.pipenvPath": "/usr/local/bin/pipenv",
  20. "python.linting.pylintEnabled": true,
  21. "python.linting.pep8Enabled": false,
  22. "python.linting.mypyEnabled": true,
  23. "python.linting.flake8Enabled": true,
  24. "python.linting.flake8Args": [
  25. "--max-line-length=120",
  26. "--max-complexity&
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/76990
推荐阅读
相关标签
  

闽ICP备14008679号