mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Substitute VSCode variables more generally
This commit is contained in:
parent
e46c242a38
commit
ec9476015c
5 changed files with 87 additions and 85 deletions
|
@ -84,7 +84,7 @@ async function getDebugConfiguration(
|
|||
debugEngine = vscode.extensions.getExtension(engineId);
|
||||
if (debugEngine) break;
|
||||
}
|
||||
} else {
|
||||
} else if (debugOptions.engine) {
|
||||
debugEngine = vscode.extensions.getExtension(debugOptions.engine);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue