Update launch.json (#109)

pull/112/head
AkifSaeed20 2021-09-30 21:52:43 +05:30 committed by GitHub
parent cb82fcfe58
commit d52db0444e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
.vscode/launch.json vendored
View File

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