Project And Teamorganisation Tool
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

settings.json 180B

12345678
  1. {
  2. "python.analysis.typeCheckingMode": "basic",
  3. "editor.formatOnSave": true,
  4. "editor.fontSize": 14,
  5. "emmet.includeLanguages": {
  6. "django-html": "html"
  7. }
  8. }