[Lldb-commits] [lldb] dd0bb2c - [lldb-dap] Bump the version to 0.2.16
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 5 09:15:49 PDT 2025
Author: Jonas Devlieghere
Date: 2025-08-05T09:15:43-07:00
New Revision: dd0bb2c3a8675ff1e2b9de565a301c0a09d3063b
URL: https://github.com/llvm/llvm-project/commit/dd0bb2c3a8675ff1e2b9de565a301c0a09d3063b
DIFF: https://github.com/llvm/llvm-project/commit/dd0bb2c3a8675ff1e2b9de565a301c0a09d3063b.diff
LOG: [lldb-dap] Bump the version to 0.2.16
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 fa2d4daffaf27..1ce27e7d62fa5 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.15",
+ "version": "0.2.16",
"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