Local file clean up

This commit is contained in:
Abhorrent_Anger 2019-10-29 11:11:26 +02:00 committed by Mārtiņš Kurmis
parent bbca10e126
commit 79d87e4de9
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": "${file}",
"console": "integratedTerminal"
}
]
}