llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-lldb Author: Jonas Devlieghere (JDevlieghere) <details> <summary>Changes</summary> Remove the `lldb-vscode` -> `lldb-dap` symlink in the `tools` directory. I initially created the symlink when we renamed the tool to make migration easier. I think enough time has passed that we don't need it anymore. My personal motivation is that the symlink causes every file in the `lldb-dap` directory to show up twice (once under `lldb-dap` and once under `lldb-vscode`) in Quick Open in VS Code. --- Full diff: https://github.com/llvm/llvm-project/pull/139621.diff 1 Files Affected: - (removed) lldb/tools/lldb-vscode (-1) ``````````diff diff --git a/lldb/tools/lldb-vscode b/lldb/tools/lldb-vscode deleted file mode 120000 index 46b40044086c9..0000000000000 --- a/lldb/tools/lldb-vscode +++ /dev/null @@ -1 +0,0 @@ -lldb-dap \ No newline at end of file `````````` </details> https://github.com/llvm/llvm-project/pull/139621 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits