0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-19 09:51:19 +02:00

Delete .vscode directory

contained configured launch file for debugging.
This commit is contained in:
matan-arnon 2021-12-31 15:30:31 +02:00 committed by GitHub
parent c8c3090d49
commit 74728d7f30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
.vscode/launch.json vendored
View file

@ -1,19 +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": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"args": [
"matan"
],
"sudo": true
}
]
}