Skip to content

Commit b413c0d

Browse files
committed
Rename lldb-vscode -> lldb-dap
1 parent 5edd379 commit b413c0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmake/caches/Linux-x86_64.cmake

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ set(LLDB_TOOLS
139139
lldb-argdumper
140140
lldb-python-scripts
141141
lldb-server
142-
lldb-vscode
142+
lldb-dap
143143
repl_swift
144144
CACHE STRING "")
145145

cmake/caches/Windows-x86_64.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ set(LLDB_TOOLS
139139
lldb-argdumper
140140
lldb-python-scripts
141141
lldb-server
142-
lldb-vscode
142+
lldb-dap
143143
repl_swift
144144
CACHE STRING "")
145145

0 commit comments

Comments
 (0)