1
0
mirror of synced 2025-01-23 14:52:06 +01:00

.vscode: Add files generated by Codespaces

This commit is contained in:
Viv 2023-07-24 00:43:05 +00:00 committed by GitHub
parent cee3819efa
commit e6cf84758c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 0 deletions

12
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Python: File",
"type": "python",
"request": "launch",
"program": "${file}",
"justMyCode": true
}
]
}

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

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