diff options
| author | vsrs <vit@conrlab.com> | 2020-05-11 18:00:15 +0300 |
|---|---|---|
| committer | vsrs <vit@conrlab.com> | 2020-05-11 18:04:49 +0300 |
| commit | fee0a9fa5a3dd84400108b33a1e8225dc364a9fa (patch) | |
| tree | ba411eddbb324a6e882b8fc653db17dc58c5ce2a /editors/code/src/debug.ts | |
| parent | 155f0601421620086a256c9e313568d5bd7391e0 (diff) | |
| download | rust-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.ts | 3 |
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); } |
