remove vscode files for now

pull/35/head
msramalho 2022-05-25 12:19:37 +02:00
rodzic b58cbd2e85
commit 93cf3a8937
1 zmienionych plików z 0 dodań i 27 usunięć

27
.vscode/launch.json vendored
Wyświetl plik

@ -1,27 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Test Hashing",
"type": "python",
"request": "launch",
"program": "auto_archive.py",
"console": "integratedTerminal",
"justMyCode": true,
// "args": ["--sheet","Test Hashing"]
// "args": ["--sheet","Test Hashing","--use-filenumber-as-directory"]
"args": ["--sheet","Test Hashing","--use-filenumber-as-directory", "--storage=gd"]
},
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": true
}
]
}