file was created while setting up Python environment within VSCodium

This commit is contained in:
eclipse 2025-07-15 23:15:09 +02:00
parent 6e737c4103
commit be4e834f56

8
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.terminal.activateEnvironment": true
}