aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/client.ts
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/src/client.ts')
-rw-r--r--editors/code/src/client.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/code/src/client.ts b/editors/code/src/client.ts
index 6ce3b9235..99c9c5ae7 100644
--- a/editors/code/src/client.ts
+++ b/editors/code/src/client.ts
@@ -41,6 +41,7 @@ export async function createClient(config: Config, serverPath: string): Promise<
41 withSysroot: config.withSysroot, 41 withSysroot: config.withSysroot,
42 cargoFeatures: config.cargoFeatures, 42 cargoFeatures: config.cargoFeatures,
43 rustfmtArgs: config.rustfmtArgs, 43 rustfmtArgs: config.rustfmtArgs,
44 vscodeLldb: vscode.extensions.getExtension("vadimcn.vscode-lldb") != null,
44 }, 45 },
45 traceOutputChannel, 46 traceOutputChannel,
46 middleware: { 47 middleware: {