ConceptPortal-public/.vscode/settings.json

5 lines
132 B
JSON
Raw Normal View History

2023-07-15 17:46:19 +03:00
{
"python.linting.flake8Enabled": true,
2023-07-25 20:27:29 +03:00
"python.linting.enabled": true,
"eslint.workingDirectories": [{ "mode": "auto" }]
2023-07-15 17:46:19 +03:00
}