mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Add CodeLLDB Rust visualization
This commit is contained in:
parent
435a17ecd8
commit
23f4859166
2 changed files with 3 additions and 2 deletions
|
@ -609,4 +609,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -72,7 +72,8 @@ function getLldbDebugConfig(config: ra.Runnable, executable: string, sourceFileM
|
||||||
program: executable,
|
program: executable,
|
||||||
args: config.extraArgs,
|
args: config.extraArgs,
|
||||||
cwd: config.cwd,
|
cwd: config.cwd,
|
||||||
sourceMap: sourceFileMap
|
sourceMap: sourceFileMap,
|
||||||
|
sourceLanguages: ["rust"]
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue