mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-28 22:34:17 +00:00
"rust-analyzer.newDebugConfig" command
This commit is contained in:
parent
155f060142
commit
fee0a9fa5a
4 changed files with 36 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue