This commit is contained in:
lulzette 2021-03-24 20:32:33 +00:00
parent 8417bb4255
commit bc12632061

12
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}