mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
fixup! feat: add debug code lens
autodetect vscode-lldb
This commit is contained in:
parent
e9d025b618
commit
39c92b3872
7 changed files with 26 additions and 19 deletions
|
@ -41,6 +41,7 @@ export async function createClient(config: Config, serverPath: string): Promise<
|
|||
withSysroot: config.withSysroot,
|
||||
cargoFeatures: config.cargoFeatures,
|
||||
rustfmtArgs: config.rustfmtArgs,
|
||||
vscodeLldb: vscode.extensions.getExtension("vadimcn.vscode-lldb") != null,
|
||||
},
|
||||
traceOutputChannel,
|
||||
middleware: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue