[llvm] [lldb] Rename lldb-vscode to lldb-dap (PR #69264)
Jorge Gorbe Moya via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 17 11:52:39 PDT 2023
================
@@ -437,7 +434,7 @@ std::string CreateUniqueVariableNameForDisplay(lldb::SBValue v,
/// context (e.g. locals). This can happen due to shadowed variables in
/// nested blocks.
///
-/// As VSCode doesn't render two of more variables with the same name, we
----------------
slackito wrote:
Same here, "VSCode doesn't render..." looks like it's talking about VSCode the program rather than the protocol, and how we workaround this VSCode-specific behavior.
https://github.com/llvm/llvm-project/pull/69264
More information about the llvm-commits
mailing list