优化测试脚本。

This commit is contained in:
aaronchenyongzhi 2023-06-25 22:40:01 +08:00
parent 5de7e8b3cd
commit a103509ef2
1 changed files with 16 additions and 0 deletions

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

@ -0,0 +1,16 @@
{
// 使 IntelliSense
//
// 访: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": true
}
]
}