Skip to content

Commit 393e48c

Browse files
Merge pull request #71023 from adrian-prantl/swift-rename
Rename lldb-vscode -> lldb-dap
2 parents feda2d8 + b413c0d commit 393e48c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmake/caches/Linux-x86_64.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ set(LLDB_TOOLS
135135
lldb-argdumper
136136
lldb-python-scripts
137137
lldb-server
138-
lldb-vscode
138+
lldb-dap
139139
repl_swift
140140
CACHE STRING "")
141141

cmake/caches/Windows-aarch64.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ set(LLDB_TOOLS
141141
lldb-argdumper
142142
lldb-python-scripts
143143
lldb-server
144-
lldb-vscode
144+
lldb-dap
145145
repl_swift
146146
CACHE STRING "")
147147

cmake/caches/Windows-x86_64.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ set(LLDB_TOOLS
141141
lldb-argdumper
142142
lldb-python-scripts
143143
lldb-server
144-
lldb-vscode
144+
lldb-dap
145145
repl_swift
146146
CACHE STRING "")
147147

0 commit comments

Comments
 (0)