Skip to content

Commit

Permalink
Auto merge of #16964 - lnicola:debugger-order, r=roife
Browse files Browse the repository at this point in the history
fix: Revert debug extension priorities

Close #16901
  • Loading branch information
bors committed Mar 28, 2024
2 parents ad51a17 + 662ea73 commit 4bf521d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editors/code/src/debug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4bf521d

Please sign in to comment.