diff --git a/api/.vscode/launch.json b/api/.vscode/launch.json index 9f9aa0b..32c4f72 100644 --- a/api/.vscode/launch.json +++ b/api/.vscode/launch.json @@ -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", diff --git a/api/.vscode/settings.json b/api/.vscode/settings.json index 35780cc..0ca9fb2 100644 --- a/api/.vscode/settings.json +++ b/api/.vscode/settings.json @@ -1,7 +1,4 @@ { - // "python.linting.enabled": true, - // "python.linting.pylintEnabled": false, - // "python.linting.flake8Enabled": true, "python.languageServer": "Pylance", "editor.formatOnSave": true, "[python]": {