fix: use lldb when debugging with C++ extension

This commit is contained in:
roife 2024-03-28 14:25:26 +08:00
parent 4bf521df35
commit 3521089985

View file

@ -203,6 +203,10 @@ function getCCppDebugConfig(
cwd: cargoWorkspace || runnable.args.workspaceRoot,
sourceFileMap,
env,
// See https://github.com/rust-lang/rust-analyzer/issues/16901#issuecomment-2024486941
osx: {
MIMode: "lldb",
},
};
}