project scaffolding options

This commit is contained in:
Jörn-Michael Miehe 2023-10-26 22:45:37 +02:00
parent 1e5287b138
commit 0567edf87e
2 changed files with 1 additions and 3 deletions

View file

@ -16,6 +16,7 @@
"PYDEVD_DISABLE_FILE_VALIDATION": "1",
"LOG_LEVEL": "DEBUG",
"WEBDAV__CACHE_TTL": "30",
"CALDAV__CACHE_TTL": "30",
// "PRODUCTION_MODE": "true",
// "WEBDAV__RETRIES": "5",
// "WEBDAV__RETRY_DELAY": "1",

View file

@ -1,7 +1,4 @@
{
// "python.linting.enabled": true,
// "python.linting.pylintEnabled": false,
// "python.linting.flake8Enabled": true,
"python.languageServer": "Pylance",
"editor.formatOnSave": true,
"[python]": {