Nagios Plugins
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

settings.json 440B

12345678910111213
  1. {
  2. "autopep8.args": ["--max-line-length=150"],
  3. "[python]": {
  4. "python.formatting.provider": "none",
  5. "editor.defaultFormatter": "ms-python.autopep8",
  6. "editor.formatOnSave": true
  7. },
  8. "editor.fontSize": 14,
  9. "emmet.includeLanguages": { "django-html": "html" },
  10. "python.testing.pytestArgs": ["-v", "--cov", "--cov-report=xml", "__test__"],
  11. "python.testing.unittestEnabled": false,
  12. "python.testing.pytestEnabled": true
  13. }