Update launch.json (#109)

pull/112/head
AkifSaeed20 3 years ago committed by GitHub
parent cb82fcfe58
commit d52db0444e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,12 +28,12 @@
"args": ["dev", "..\\..\\chs1"] "args": ["dev", "..\\..\\chs1"]
}, },
{ {
"name": "Python: demo box", "name": "Python: Demo Box",
"type": "python", "type": "python",
"request": "launch", "request": "launch",
"program": "demo_toolbox.py", "program": "demo_toolbox.py",
"console": "integratedTerminal", "console": "integratedTerminal",
"args": ["-d", "..\\..\\chs"] "args": ["-d","..\\..\\chs"]
} }
] ]
} }

Loading…
Cancel
Save