"rust-analyzer.newDebugConfig" command

This commit is contained in:
vsrs 2020-05-11 18:00:15 +03:00
parent 155f060142
commit fee0a9fa5a
4 changed files with 36 additions and 3 deletions

View file

@ -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);
}