project scaffolding options
This commit is contained in:
parent
1e5287b138
commit
0567edf87e
2 changed files with 1 additions and 3 deletions
1
api/.vscode/launch.json
vendored
1
api/.vscode/launch.json
vendored
|
@ -16,6 +16,7 @@
|
||||||
"PYDEVD_DISABLE_FILE_VALIDATION": "1",
|
"PYDEVD_DISABLE_FILE_VALIDATION": "1",
|
||||||
"LOG_LEVEL": "DEBUG",
|
"LOG_LEVEL": "DEBUG",
|
||||||
"WEBDAV__CACHE_TTL": "30",
|
"WEBDAV__CACHE_TTL": "30",
|
||||||
|
"CALDAV__CACHE_TTL": "30",
|
||||||
// "PRODUCTION_MODE": "true",
|
// "PRODUCTION_MODE": "true",
|
||||||
// "WEBDAV__RETRIES": "5",
|
// "WEBDAV__RETRIES": "5",
|
||||||
// "WEBDAV__RETRY_DELAY": "1",
|
// "WEBDAV__RETRY_DELAY": "1",
|
||||||
|
|
3
api/.vscode/settings.json
vendored
3
api/.vscode/settings.json
vendored
|
@ -1,7 +1,4 @@
|
||||||
{
|
{
|
||||||
// "python.linting.enabled": true,
|
|
||||||
// "python.linting.pylintEnabled": false,
|
|
||||||
// "python.linting.flake8Enabled": true,
|
|
||||||
"python.languageServer": "Pylance",
|
"python.languageServer": "Pylance",
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"[python]": {
|
"[python]": {
|
||||||
|
|
Loading…
Reference in a new issue