fix vscode launch file
This commit is contained in:
parent
310ed74515
commit
4d937f14b3
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -6,7 +6,7 @@
|
|||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "Python: Main File execution",
|
"name": "Python: Main File execution",
|
||||||
"type": "debugpy",
|
"type": "python",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${workspaceFolder}/loggy.py",
|
"program": "${workspaceFolder}/loggy.py",
|
||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user