[Lldb-commits] [lldb] [lldb-vscode] make "integratedTerminal" the default console (PR #171429)

Charles Zablit via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 2 07:16:34 PDT 2026


https://github.com/charles-zablit updated https://github.com/llvm/llvm-project/pull/171429

>From 2d29c7b37a8fa0d1dd845fc0ac5c9ab7f5c7781a Mon Sep 17 00:00:00 2001
From: Charles Zablit <c_zablit at apple.com>
Date: Tue, 9 Dec 2025 12:10:50 +0000
Subject: [PATCH] [lldb-vscode] make "integratedTerminal" the default console

---
 lldb/tools/lldb-dap/extension/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lldb/tools/lldb-dap/extension/package.json b/lldb/tools/lldb-dap/extension/package.json
index 923c437006556..d0932eee1f661 100644
--- a/lldb/tools/lldb-dap/extension/package.json
+++ b/lldb/tools/lldb-dap/extension/package.json
@@ -633,7 +633,7 @@
                   "Launch the program inside an external terminal window."
                 ],
                 "description": "Specify where to launch the program: internal console, integrated terminal or external terminal.",
-                "default": "internalConsole"
+                "default": "integratedTerminal"
               },
               "stdio": {
                 "type": "array",



More information about the lldb-commits mailing list