diff --git a/test/integration-tests/testexplorer/TestExplorerIntegration.test.ts b/test/integration-tests/testexplorer/TestExplorerIntegration.test.ts index 374044db0..55eb84dc2 100644 --- a/test/integration-tests/testexplorer/TestExplorerIntegration.test.ts +++ b/test/integration-tests/testexplorer/TestExplorerIntegration.test.ts @@ -147,7 +147,10 @@ suite("Test Explorer Suite", function () { const lldbPath = process.env["CI"] === "1" - ? { "lldb.library": await getLLDBDebugAdapterPath() } + ? { + "lldb.library": await getLLDBDebugAdapterPath(), + "lldb.launch.expressions": "native", + } : {}; resetSettings = await updateSettings({