file was created while setting up Python environment within VSCodium
This commit is contained in:
parent
6e737c4103
commit
be4e834f56
8
.vscode/settings.json
vendored
Normal file
8
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"python.testing.pytestArgs": [
|
||||||
|
"tests"
|
||||||
|
],
|
||||||
|
"python.testing.unittestEnabled": false,
|
||||||
|
"python.testing.pytestEnabled": true,
|
||||||
|
"python.terminal.activateEnvironment": true
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user