Files
centurion_erp/.vscode/settings.json

12 lines
294 B
JSON

{
"gitlab.aiAssistedCodeSuggestions.enabled": false,
"gitlab.duoChat.enabled": false,
"cSpell.enableFiletypes": [
"!python"
],
"python.testing.pytestArgs": [
"app"
],
"python.testing.unittestEnabled": true,
"python.testing.pytestEnabled": true,
}