aboutsummaryrefslogtreecommitdiff
path: root/lldb/tools
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2025-09-24 13:41:34 -0700
committerJonas Devlieghere <jonas@devlieghere.com>2025-09-24 13:41:38 -0700
commit18cffb8f469e9fd6df70084b121caaa18490a4af (patch)
tree51ea31b7cd1dd1c7db820e32838b9e1a6d6e4615 /lldb/tools
parent2a5c6e1b990c002c6852047edb6affd4bbe9f8cb (diff)
downloadllvm-18cffb8f469e9fd6df70084b121caaa18490a4af.tar.gz
llvm-18cffb8f469e9fd6df70084b121caaa18490a4af.tar.bz2
llvm-18cffb8f469e9fd6df70084b121caaa18490a4af.zip
[lldb-dap] Bump the version to 0.2.18
Bump the version to 0.2.18 to address the missing chokidar dependency in the .vsix.
Diffstat (limited to 'lldb/tools')
-rw-r--r--lldb/tools/lldb-dap/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/lldb-dap/package.json b/lldb/tools/lldb-dap/package.json
index 3c504e028288..e961c2e48b25 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.17",
+ "version": "0.2.18",
"publisher": "llvm-vs-code-extensions",
"homepage": "https://lldb.llvm.org",
"description": "Debugging with LLDB in Visual Studio Code",