2021-08-29 15:43:54 +08:00
|
|
|
{
|
2021-09-11 22:59:09 +08:00
|
|
|
// 使用 IntelliSense 了解相关属性。
|
|
|
|
// 悬停以查看现有属性的描述。
|
|
|
|
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Python: Web",
|
|
|
|
"type": "python",
|
|
|
|
"request": "launch",
|
2021-09-21 16:56:12 +08:00
|
|
|
"program": "web.py",
|
2021-09-11 22:59:09 +08:00
|
|
|
"console": "integratedTerminal"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Python: Vocoder Preprocess",
|
|
|
|
"type": "python",
|
|
|
|
"request": "launch",
|
|
|
|
"program": "vocoder_preprocess.py",
|
|
|
|
"console": "integratedTerminal",
|
|
|
|
"args": ["..\\..\\chs1"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Python: Vocoder Train",
|
|
|
|
"type": "python",
|
|
|
|
"request": "launch",
|
|
|
|
"program": "vocoder_train.py",
|
|
|
|
"console": "integratedTerminal",
|
|
|
|
"args": ["dev", "..\\..\\chs1"]
|
|
|
|
},
|
|
|
|
{
|
2021-10-01 00:22:43 +08:00
|
|
|
"name": "Python: Demo Box",
|
2021-09-11 22:59:09 +08:00
|
|
|
"type": "python",
|
|
|
|
"request": "launch",
|
|
|
|
"program": "demo_toolbox.py",
|
|
|
|
"console": "integratedTerminal",
|
2021-10-01 00:22:43 +08:00
|
|
|
"args": ["-d","..\\..\\chs"]
|
2021-09-11 22:59:09 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|