1
0
mirror of synced 2024-11-13 17:10:46 +01:00

.vscode: Delete codespaces files (no longer used)

This commit is contained in:
Viv 2023-10-17 21:57:14 -04:00 committed by GitHub
parent 2042c8177e
commit dcbe269899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 19 deletions

12
.vscode/launch.json vendored
View File

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

View File

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