[Lldb-commits] [lldb] 0323d8d - [lldb-dap] Bump the version to 0.2.2
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 1 11:35:08 PDT 2024
Author: Jonas Devlieghere
Date: 2024-07-01T11:34:05-07:00
New Revision: 0323d8d83ccad9a74df36d2662e96aa0f56e3060
URL: https://github.com/llvm/llvm-project/commit/0323d8d83ccad9a74df36d2662e96aa0f56e3060
DIFF: https://github.com/llvm/llvm-project/commit/0323d8d83ccad9a74df36d2662e96aa0f56e3060.diff
LOG: [lldb-dap] Bump the version to 0.2.2
Bump the lldb-dap version to 0.2.2.
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 62cf69b359728..fd5de30ed28dd 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.1",
+ "version": "0.2.2",
"publisher": "llvm-vs-code-extensions",
"homepage": "https://lldb.llvm.org",
"description": "LLDB debugging from VSCode",
More information about the lldb-commits
mailing list