Skip to content

Commit 813d3c9

Browse files
committed
Bump debugger extension
1 parent 0f57072 commit 813d3c9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
## Unreleased
44

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

912
## 1.20.0
1013

lsp-dart-dap.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
(require 'lsp-dart-flutter-daemon)
3030
(require 'lsp-dart-devtools)
3131

32-
(defcustom lsp-dart-dap-extension-version "3.28.0"
32+
(defcustom lsp-dart-dap-extension-version "3.32.0"
3333
"The extension version."
3434
:group 'lsp-dart
3535
:type 'string)

0 commit comments

Comments
 (0)