Skip to content

Commit

Permalink
tweak(dap): bump versions of cpptools and code-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Feb 18, 2024
1 parent 32f1afc commit 39c2465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/me-lsp.el
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,14 @@
:demand t
:custom
(dap-gdb-lldb-extension-version
(+github-latest-release "WebFreak001/code-debug" "0.26.1")))
(+github-latest-release "WebFreak001/code-debug" "0.27.0")))

(use-package dap-cpptools
:after dap-mode
:demand t
:custom
(dap-cpptools-extension-version
(+github-latest-release "microsoft/vscode-cpptools" "1.17.5")))
(+github-latest-release "microsoft/vscode-cpptools" "1.18.5")))

(use-package dap-codelldb
:after dap-mode
Expand Down

0 comments on commit 39c2465

Please sign in to comment.