about summary refs log tree commit diff
path: root/editors/code/src/debug.ts
diff options
context:
space:
mode:
authorvsrs <vit@conrlab.com>2020-05-11 18:00:15 +0300
committervsrs <vit@conrlab.com>2020-05-11 18:04:49 +0300
commitfee0a9fa5a3dd84400108b33a1e8225dc364a9fa (patch)
treeba411eddbb324a6e882b8fc653db17dc58c5ce2a /editors/code/src/debug.ts
parent155f0601421620086a256c9e313568d5bd7391e0 (diff)
downloadrust-fee0a9fa5a3dd84400108b33a1e8225dc364a9fa.tar.gz
rust-fee0a9fa5a3dd84400108b33a1e8225dc364a9fa.zip
"rust-analyzer.newDebugConfig" command
Diffstat (limited to 'editors/code/src/debug.ts')
-rw-r--r--editors/code/src/debug.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/code/src/debug.ts b/editors/code/src/debug.ts
index 4f4b88adfc0..228a7ab75c0 100644
--- a/editors/code/src/debug.ts
+++ b/editors/code/src/debug.ts
@@ -57,8 +57,7 @@ export async function getDebugConfiguration(ctx: Ctx, config: ra.Runnable): Prom
             debugEngine = vscode.extensions.getExtension(engineId);
             if (debugEngine) break;
         }
-    }
-    else {
+    } else {
         debugEngine = vscode.extensions.getExtension(debugOptions.engine);
     }