Delete launch.json

This commit is contained in:
Nile Walker 2021-07-02 09:53:46 -04:00 committed by GitHub
parent 98d641f54d
commit 6e07d9d1cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 15 deletions

15
.vscode/launch.json vendored
View File

@ -1,15 +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": "run.py",
"console": "integratedTerminal"
}
]
}