[llvm] [lldb] Rename lldb-vscode to lldb-dap (PR #69264)

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 17 02:16:09 PDT 2023


================
@@ -196,6 +196,7 @@ Changes to LLDB
   for formatters to quickly find directly nested type when it's known
   where to search for it, avoiding more expensive global search via
   ``SBTarget::FindFirstType``.
+* ``lldb-vscode`` was renamed to `lldb-dap``.
----------------
DavidSpickett wrote:

Needs double backtick around lldb-dap.

It is obvious to most but is it worth stating that functionality has not changed? Which is a strong hint that users are a symlink away from keeping existing scripts working.

Perhaps also "and its installation instructions have been updated to reflect this". Hinting hey, next time you do this you will have to read this again.

https://github.com/llvm/llvm-project/pull/69264


More information about the llvm-commits mailing list