[Lldb-commits] [lldb] 812efdb - [lldb-dap] Bump the version to 0.2.11
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 28 13:20:43 PDT 2025
Author: Jonas Devlieghere
Date: 2025-03-28T13:20:37-07:00
New Revision: 812efdb0940f82fbfd2a139573764364cb55cdc2
URL: https://github.com/llvm/llvm-project/commit/812efdb0940f82fbfd2a139573764364cb55cdc2
DIFF: https://github.com/llvm/llvm-project/commit/812efdb0940f82fbfd2a139573764364cb55cdc2.diff
LOG: [lldb-dap] Bump the version to 0.2.11
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 289e07c12682c..c339178cbc126 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.10",
+ "version": "0.2.11",
"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