[Lldb-commits] [lldb] 64737ce - [lldb-dap] Bump the version to 0.2.12

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 28 10:33:37 PDT 2025


Author: Jonas Devlieghere
Date: 2025-04-28T10:33:22-07:00
New Revision: 64737ceb9a2060db940e4562fe04887e73f7a65c

URL: https://github.com/llvm/llvm-project/commit/64737ceb9a2060db940e4562fe04887e73f7a65c
DIFF: https://github.com/llvm/llvm-project/commit/64737ceb9a2060db940e4562fe04887e73f7a65c.diff

LOG: [lldb-dap] Bump the version to 0.2.12

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 c25d5033d09f1..1ef42b4a0d95c 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.11",
+  "version": "0.2.12",
   "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