Skip to content

Commit

Permalink
tweak(dap): bump codelldb and cpptools versions
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Sep 16, 2023
1 parent a616cb8 commit 25c78f0
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 @@ -143,14 +143,14 @@
:demand t
:custom
(dap-cpptools-extension-version
(+github-latest-release "microsoft" "vscode-cpptools" "1.17.4")))
(+github-latest-release "microsoft" "vscode-cpptools" "1.17.5")))

(use-package dap-codelldb
:after dap-mode
:demand t
:custom
(dap-codelldb-extension-version
(+github-latest-release "vadimcn" "codelldb" "1.9.2")))
(+github-latest-release "vadimcn" "codelldb" "1.10.0")))

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

0 comments on commit 25c78f0

Please sign in to comment.