[Lldb-commits] [lldb] 1b582ef - [lldb-dap] Bump the version number for publishing in the Marketplace
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 12 16:14:43 PST 2025
Author: Jonas Devlieghere
Date: 2025-02-12T16:14:00-08:00
New Revision: 1b582ef3c0a887409b513aae282682b23c7a1a41
URL: https://github.com/llvm/llvm-project/commit/1b582ef3c0a887409b513aae282682b23c7a1a41
DIFF: https://github.com/llvm/llvm-project/commit/1b582ef3c0a887409b513aae282682b23c7a1a41.diff
LOG: [lldb-dap] Bump the version number for publishing in the Marketplace
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 edcae59867b53..12d143babfd73 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.9",
+ "version": "0.2.10",
"publisher": "llvm-vs-code-extensions",
"homepage": "https://lldb.llvm.org",
"description": "LLDB debugging from VSCode",
More information about the lldb-commits
mailing list