diff options
| author | Jonas Devlieghere <jonas@devlieghere.com> | 2025-09-24 13:41:34 -0700 |
|---|---|---|
| committer | Jonas Devlieghere <jonas@devlieghere.com> | 2025-09-24 13:41:38 -0700 |
| commit | 18cffb8f469e9fd6df70084b121caaa18490a4af (patch) | |
| tree | 51ea31b7cd1dd1c7db820e32838b9e1a6d6e4615 /lldb/tools | |
| parent | 2a5c6e1b990c002c6852047edb6affd4bbe9f8cb (diff) | |
| download | llvm-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.json | 2 |
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", |
