[Lldb-commits] [lldb] [lldb-dap] Remove the lldb-vscode symlink (NFC) (PR #139621)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Mon May 12 13:41:59 PDT 2025


https://github.com/JDevlieghere created https://github.com/llvm/llvm-project/pull/139621

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.

>From de8cfd54b4d3c177872e8c9fbfbf5f3e779167ac Mon Sep 17 00:00:00 2001
From: Jonas Devlieghere <jonas at devlieghere.com>
Date: Mon, 12 May 2025 13:37:53 -0700
Subject: [PATCH] [lldb-dap] Remove the lldb-vscode symlink (NFC)

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.
---
 lldb/tools/lldb-vscode | 1 -
 1 file changed, 1 deletion(-)
 delete mode 120000 lldb/tools/lldb-vscode

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



More information about the lldb-commits mailing list