[Lldb-commits] [lldb] b9a5285 - [lldb-dap] Bump the version to 0.2.15
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 2 14:43:33 PDT 2025
Author: Jonas Devlieghere
Date: 2025-06-02T14:43:24-07:00
New Revision: b9a528553a8d0fadaa167ea2b5c0f860cc0b33dc
URL: https://github.com/llvm/llvm-project/commit/b9a528553a8d0fadaa167ea2b5c0f860cc0b33dc
DIFF: https://github.com/llvm/llvm-project/commit/b9a528553a8d0fadaa167ea2b5c0f860cc0b33dc.diff
LOG: [lldb-dap] Bump the version to 0.2.15
Added:
Modified:
lldb/tools/lldb-dap/package.json
Removed:
################################################################################
diff --git a/lldb/tools/lldb-dap/package.json b/lldb/tools/lldb-dap/package.json
index 20d418d727bbc..0f51c4f935e33 100644
--- a/lldb/tools/lldb-dap/package.json
+++ b/lldb/tools/lldb-dap/package.json
@@ -1,7 +1,7 @@
{
"name": "lldb-dap",
"displayName": "LLDB DAP",
- "version": "0.2.14",
+ "version": "0.2.15",
"publisher": "llvm-vs-code-extensions",
"homepage": "https://lldb.llvm.org",
"description": "Debugging with LLDB in Visual Studio Code",
More information about the lldb-commits
mailing list