mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Use cwd from runnable.args for debugger
This commit is contained in:
parent
89843ba083
commit
f4d3547bc6
2 changed files with 4 additions and 3 deletions
|
@ -226,6 +226,7 @@ export type Runnable = {
|
|||
kind: "cargo";
|
||||
args: {
|
||||
workspaceRoot?: string;
|
||||
cwd?: string;
|
||||
cargoArgs: string[];
|
||||
cargoExtraArgs: string[];
|
||||
executableArgs: string[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue