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

Delete launch.json

This commit is contained in:
matan-arnon 2022-01-05 18:04:04 +02:00 committed by GitHub
parent a0166ccae3
commit 2bf52f7a87
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
}
]
}