Use cwd from runnable.args for debugger

This commit is contained in:
roife 2024-05-22 14:29:34 +08:00
parent 89843ba083
commit f4d3547bc6
2 changed files with 4 additions and 3 deletions

View file

@ -226,6 +226,7 @@ export type Runnable = {
kind: "cargo";
args: {
workspaceRoot?: string;
cwd?: string;
cargoArgs: string[];
cargoExtraArgs: string[];
executableArgs: string[];