Skip to content

Commit

Permalink
Bump versions for gdb-lldb, codelldb, and cpptools
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 31, 2022
1 parent 1af716b commit dbe0177
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dap-codelldb.el
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
(require 'dap-mode)
(require 'dap-utils)

(defcustom dap-codelldb-extension-version "1.7.4"
(defcustom dap-codelldb-extension-version "1.8.1"
"The version of the codelldb vscode extension."
:group 'dap-codelldb
:type 'string)
Expand Down
2 changes: 1 addition & 1 deletion dap-cpptools.el
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
:type 'string)

(defcustom dap-cpptools-extension-version
(let ((current-ver "1.11.5")
(let ((current-ver "1.13.8")
(installed-ver (dap-utils-vscode-get-installed-extension-version dap-cpptools-debug-path)))
(when (and installed-ver (version< installed-ver current-ver))
(warn "You have an old cpptools v%s. Please run `C-u 1 M-x dap-cpptools-setup' \
Expand Down
2 changes: 1 addition & 1 deletion dap-gdb-lldb.el
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
(require 'dap-mode)
(require 'dap-utils)

(defcustom dap-gdb-lldb-extension-version "0.26.0"
(defcustom dap-gdb-lldb-extension-version "0.26.1"
"The version of the gdb-lldb vscode extension."
:group 'dap-gdb-lldb
:type 'string)
Expand Down

0 comments on commit dbe0177

Please sign in to comment.