diff --git a/.vscode/launch.json b/.vscode/launch.json index 4d2bc8c..e75ed61 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,6 +8,7 @@ "cwd": "${workspaceRoot}", "program": "${workspaceRoot}/target/debug/${workspaceFolderBasename}", "preLaunchTask": "Rust: 构建开发版本", + "args": ["list"], "env": { "RUST_BACKTRACE": "full" } @@ -20,6 +21,7 @@ "valuesFormatting": "parseText", "target": "./target/debug/${workspaceFolderBasename}.exe", "preLaunchTask": "Rust: 构建开发版本", + "arguments": "list", "env": { "RUST_BACKTRACE": "full" }