Releases: emacs-lsp/lsp-dart
Releases · emacs-lsp/lsp-dart
Test tree
New tests output
Hot reload/restart on save
- Add
lsp-dart-dap-flutter-hot-reload-on-save
setting default to nil - Add
lsp-dart-dap-flutter-hot-restart-on-save
setting default to nil
Support for client workspace configuration
- Added support for client workspace configuration
Add pub commands
- Add pub get command
- Add pub upgrade command
- Add pub outdated command
Fix performance on analyzer status
1.13.1 Bump lsp-dart: 1.13.1
Follow lsp-mode 7.0
- Drop emacs 25 support
- Refactor features architecture improving readability
Migrate hash-tables -> plists for performance
For more info check: #36
Add Dart/Flutter code lens to main methods
Add Run|Debug
code lens to main methods for Dart and Flutter.
Add Dart/Flutter test debug support
- Support for debugging Dart/Flutter tests.
- Add "Debug" code lens on tests.
- Add
lsp-dart-debug-test-at-point
command. - Add
lsp-dart-debug-last-test
command.