Revert debug extension priorities
This commit is contained in:
parent
ad51a17c62
commit
662ea73e4e
@ -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