20 lines
483 B
JSON
20 lines
483 B
JSON
{
|
|
"gitlab.aiAssistedCodeSuggestions.enabled": false,
|
|
"gitlab.duoChat.enabled": false,
|
|
"cSpell.enableFiletypes": [
|
|
"!python"
|
|
],
|
|
"python.testing.pytestArgs": [
|
|
// "-v",
|
|
// "--cov",
|
|
// "--cov-report xml",
|
|
"app"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"testing.coverageToolbarEnabled": true,
|
|
"cSpell.words": [
|
|
"ITSM"
|
|
],
|
|
"cSpell.language": "en-AU",
|
|
} |