Update VSCode settings.json
This commit is contained in:
Vendored
+7
-1
@@ -1,3 +1,9 @@
|
||||
{
|
||||
"python.analysis.autoImportCompletions": true
|
||||
"python.analysis.autoImportCompletions": true,
|
||||
"vscord.app.privacyMode.enable": false,
|
||||
"python.testing.pytestArgs": [
|
||||
"src"
|
||||
],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true
|
||||
}
|
||||
Reference in New Issue
Block a user