[Lldb-commits] [lldb] 7d4e6ff - [lldb-dap] Bump the version to 0.2.13
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 28 14:11:12 PDT 2025
Author: Jonas Devlieghere
Date: 2025-04-28T14:11:01-07:00
New Revision: 7d4e6ff2169998e43f5072e022e34c6e0324e123
URL: https://github.com/llvm/llvm-project/commit/7d4e6ff2169998e43f5072e022e34c6e0324e123
DIFF: https://github.com/llvm/llvm-project/commit/7d4e6ff2169998e43f5072e022e34c6e0324e123.diff
LOG: [lldb-dap] Bump the version to 0.2.13
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 a0230421814e9..adbb5b2bcf722 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.12",
+ "version": "0.2.13",
"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