Skip to content

Commit 4bf521d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: editors/code/src/debug.ts

+1-1
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)