9 lines
240 B
JSON
9 lines
240 B
JSON
{
|
|
"python.analysis.autoImportCompletions": true,
|
|
"vscord.app.privacyMode.enable": false,
|
|
"python.testing.pytestArgs": [
|
|
"src"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true
|
|
} |