[Lldb-commits] [lldb] f34900b - [lldb-dap] Bump the version to 0.4.1

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 17 20:07:12 PST 2025


Author: Jonas Devlieghere
Date: 2025-12-17T20:06:55-08:00
New Revision: f34900b7dd0f4ef8c29019574ac8c873a07ca884

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

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

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 8e07c550b88c3..75d86f74a95d0 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.18",
+  "version": "0.4.1",
   "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