Skip to content

Releases: emacs-lsp/lsp-dart

Test tree

14 Sep 01:48
1889ac7
Compare
Choose a tag to compare

Finally, lsp-dart has test tree 🎉

test-tree-macro

test-tree

Check the docs for more information.

New tests output

08 Sep 01:38
16691dd
Compare
Choose a tag to compare

Huge refactor on how tests are executed improving the test output and preparing for future tests tree feature.

Passed tests

test-output

Expected vs Actual

image

Tests passed count

image

Hot reload/restart on save

28 Aug 01:04
9036e4b
Compare
Choose a tag to compare
  • 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

26 Aug 16:53
5a2fccb
Compare
Choose a tag to compare

Add pub commands

09 Aug 00:47
0246546
Compare
Choose a tag to compare
  • Add pub get command
  • Add pub upgrade command
  • Add pub outdated command

Fix performance on analyzer status

15 Jul 13:49
582ebac
Compare
Choose a tag to compare
1.13.1

Bump lsp-dart: 1.13.1

Follow lsp-mode 7.0

09 Jul 20:35
a490264
Compare
Choose a tag to compare
  • Drop emacs 25 support
  • Refactor features architecture improving readability

Migrate hash-tables -> plists for performance

14 Jun 22:17
b136485
Compare
Choose a tag to compare

Add Dart/Flutter code lens to main methods

18 May 19:24
aa16083
Compare
Choose a tag to compare

Add Run|Debug code lens to main methods for Dart and Flutter.

Add Dart/Flutter test debug support

14 May 02:52
19be8d5
Compare
Choose a tag to compare
  • 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.