Skip to content

Commit 662ea73

Browse files
committed
Revert debug extension priorities
1 parent ad51a17 commit 662ea73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)