We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad51a17 + 662ea73 commit 4bf521dCopy full SHA for 4bf521d
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