[Lldb-commits] [lldb] [lldb-vscode] make "integratedTerminal" the default console (PR #171429)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 17 07:09:56 PST 2025
SquallATF wrote:
> I just tried `"console": "integratedTerminal"` on Windows, and I got an `Unimplemented` error with release `21.1.7`.
>
> I wonder if #168729 will fix this. I will try and report back!
#168729 not fix this. `integratedTerminal` or `externalTerminal` bouth blocked by
https://github.com/llvm/llvm-project/blob/c3a5ec03608d5e88c3b1ff18d5d8056bc5810b1c/lldb/tools/lldb-dap/FifoFiles.cpp#L36-L38
https://github.com/llvm/llvm-project/pull/171429
More information about the lldb-commits
mailing list