Skip to content

Commit

Permalink
Bump debugger extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo committed Jan 2, 2022
1 parent 0f57072 commit 813d3c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

## Unreleased

## 1.21.0

* Add support for specifying different program entrypoints via variable `lsp-dart-program-entrypoints` used by DAP for example.
* Drop support for Eamcs 26.1 and 26.2
* Improve lsp-dart-flutter-outline performance a lot, requesting code actions lazily. #127
* Bump debugger extension to 3.32.0

## 1.20.0

Expand Down
2 changes: 1 addition & 1 deletion lsp-dart-dap.el
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
(require 'lsp-dart-flutter-daemon)
(require 'lsp-dart-devtools)

(defcustom lsp-dart-dap-extension-version "3.28.0"
(defcustom lsp-dart-dap-extension-version "3.32.0"
"The extension version."
:group 'lsp-dart
:type 'string)
Expand Down

0 comments on commit 813d3c9

Please sign in to comment.