Smarthome Functionen
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

settings.json 251B

1234567891011
  1. {
  2. "python.defaultInterpreterPath": "./venv/bin/python",
  3. "editor.formatOnSave": true,
  4. "autopep8.args": [
  5. "--max-line-length=150"
  6. ],
  7. "editor.fontSize": 14,
  8. "emmet.includeLanguages": {
  9. "django-html": "html"
  10. }
  11. }