We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f57072 commit 813d3c9Copy full SHA for 813d3c9
CHANGELOG.md
@@ -2,9 +2,12 @@
2
3
## Unreleased
4
5
+## 1.21.0
6
+
7
* Add support for specifying different program entrypoints via variable `lsp-dart-program-entrypoints` used by DAP for example.
8
* Drop support for Eamcs 26.1 and 26.2
9
* Improve lsp-dart-flutter-outline performance a lot, requesting code actions lazily. #127
10
+* Bump debugger extension to 3.32.0
11
12
## 1.20.0
13
lsp-dart-dap.el
@@ -29,7 +29,7 @@
29
(require 'lsp-dart-flutter-daemon)
30
(require 'lsp-dart-devtools)
31
32
-(defcustom lsp-dart-dap-extension-version "3.28.0"
+(defcustom lsp-dart-dap-extension-version "3.32.0"
33
"The extension version."
34
:group 'lsp-dart
35
:type 'string)
0 commit comments