We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad51a17 commit 662ea73Copy full SHA for 662ea73
editors/code/src/debug.ts
@@ -81,8 +81,8 @@ async function getDebugConfiguration(
81
if (!editor) return;
82
83
const knownEngines: Record<string, DebugConfigProvider> = {
84
- "ms-vscode.cpptools": getCCppDebugConfig,
85
"vadimcn.vscode-lldb": getCodeLldbDebugConfig,
+ "ms-vscode.cpptools": getCCppDebugConfig,
86
"webfreak.debug": getNativeDebugConfig,
87
};
88
const debugOptions = ctx.config.debug;
0 commit comments