Löschung eigener Enträge implementiert.

This commit is contained in:
2023-04-26 19:20:21 +02:00
parent 865df5d588
commit add528fb80
6 changed files with 77 additions and 12 deletions

View File

@ -10,5 +10,8 @@
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true,
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true
"python.linting.flake8Enabled": true,
"emmet.includeLanguages": {
"django-html": "html"
}
}