mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Revert debug extension priorities
This commit is contained in:
parent
ad51a17c62
commit
662ea73e4e
1 changed files with 1 additions and 1 deletions
|
@ -81,8 +81,8 @@ async function getDebugConfiguration(
|
|||
if (!editor) return;
|
||||
|
||||
const knownEngines: Record<string, DebugConfigProvider> = {
|
||||
"ms-vscode.cpptools": getCCppDebugConfig,
|
||||
"vadimcn.vscode-lldb": getCodeLldbDebugConfig,
|
||||
"ms-vscode.cpptools": getCCppDebugConfig,
|
||||
"webfreak.debug": getNativeDebugConfig,
|
||||
};
|
||||
const debugOptions = ctx.config.debug;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue