fix: rename vscode workspace

This commit is contained in:
scito 2023-02-07 14:21:27 +01:00 committed by Roland Kurmann
parent 5e94c43140
commit 75e5d2671f

View file

@ -0,0 +1,25 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"python.testing.pytestEnabled": true
},
"launch": {
"version": "0.2.0",
"configurations": [
{
"name": "Python: extract_otp_secrets.py",
"type": "python",
"request": "launch",
"program": "extract_otp_secrets.py",
"args": [
"example_export.txt"
],
"console": "integratedTerminal"
},
]
}
}