Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 4bf521d

Browse files
committed
Auto merge of rust-lang#16964 - lnicola:debugger-order, r=roife
fix: Revert debug extension priorities Close rust-lang#16901
2 parents ad51a17 + 662ea73 commit 4bf521d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/debug.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ async function getDebugConfiguration(
8181
if (!editor) return;
8282

8383
const knownEngines: Record<string, DebugConfigProvider> = {
84-
"ms-vscode.cpptools": getCCppDebugConfig,
8584
"vadimcn.vscode-lldb": getCodeLldbDebugConfig,
85+
"ms-vscode.cpptools": getCCppDebugConfig,
8686
"webfreak.debug": getNativeDebugConfig,
8787
};
8888
const debugOptions = ctx.config.debug;

0 commit comments

Comments
 (0)