fixup! feat: add debug code lens

autodetect vscode-lldb
This commit is contained in:
Hannes De Valkeneer 2020-03-12 22:31:47 +01:00
parent e9d025b618
commit 39c92b3872
7 changed files with 26 additions and 19 deletions

View file

@ -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: {