Skip to content

Commit

Permalink
tweak(dap): update cpptools & codelldb default versions
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 31, 2023
1 parent 868bb15 commit b9f673c
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 @@ -145,14 +145,14 @@
:demand t
:custom
(dap-cpptools-extension-version
(+github-latest-release "microsoft" "vscode-cpptools" "1.14.4")))
(+github-latest-release "microsoft" "vscode-cpptools" "1.15.4")))

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

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

0 comments on commit b9f673c

Please sign in to comment.