Auto merge of #16964 - lnicola:debugger-order, r=roife
fix: Revert debug extension priorities Close #16901
This commit is contained in:
commit
4bf521df35
@ -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…
Reference in New Issue
Block a user