24 lines
600 B
JSON
24 lines
600 B
JSON
{
|
|
"gitlab.aiAssistedCodeSuggestions.enabled": false,
|
|
"gitlab.duoChat.enabled": false,
|
|
"cSpell.enableFiletypes": [
|
|
"!python"
|
|
],
|
|
"python.testing.pytestArgs": [
|
|
// "-v",
|
|
// "--cov",
|
|
// "--cov-report xml",
|
|
"-s",
|
|
"app",
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"testing.coverageToolbarEnabled": true,
|
|
"cSpell.words": [
|
|
"ITSM"
|
|
],
|
|
"cSpell.language": "en-AU",
|
|
"jest.enable": false,
|
|
"pylint.enabled": true,
|
|
"pylint.importStrategy": "fromEnvironment",
|
|
} |