Skip to content

Releases: emacs-lsp/lsp-dart

Fix debug for already started emulators

19 Aug 01:08
ac52f45
Compare
Choose a tag to compare
  • Smart check if the selected emulator is already running avoiding try to start again and receive an error. Fixes #114
  • Bump debugger to latest Dart-Code 3.25.1

Improve open library files

15 Jul 17:04
8481da6
Compare
Choose a tag to compare
  • Improve open library files when going to definition .Fix #106

Debug improvements

08 Jun 21:05
49bb4d5
Compare
Choose a tag to compare

This release mainly focus on debug improvements:

  • Supports web debug on google chrome via dap-mode.
  • Deprecate dap-dart-setup, use lsp-dart-dap-setup now.
  • Improve debugger setup downloading directly from Dart-Code repo.
  • Bump debugger from 3.19.2 to 3.23.0.
  • Fix device label for web/chrome

Fix recent elisp warnings for emacs new versions

01 Jun 04:15
1c42eff
Compare
Choose a tag to compare

Add support for pubspec.yaml completion

01 May 23:52
40a86d6
Compare
Choose a tag to compare
  • Add support for pubspec.yaml completion

Improve defaults

06 Apr 20:08
3eef3b7
Compare
Choose a tag to compare

Change the default of lsp-dart-only-analyze-projects-with-open-files to nil as a recommendation from Dart LSP server.

Complete functions calls as default

13 Mar 19:41
f3b70ec
Compare
Choose a tag to compare
  • Add lsp-dart-show-todos as false by default.
  • Add lsp-dart-complete-function-calls as true by default.

Minor fixes and bumps

15 Feb 16:08
71902ca
Compare
Choose a tag to compare
  • Bump debugger extension: 3.17 -> 3.19.2
  • Remove group name from test name on test tree making it clear.
  • Fix tests trees with latest dart sdk 2.10.0.

Test tree mouse support

19 Sep 01:33
8d9d041
Compare
Choose a tag to compare

Improve test code lens performance

16 Sep 01:04
a73691a
Compare
Choose a tag to compare
  • Improve test code lens performance
  • Uncouple test code lens from tests core, now you can run tests without need to have test code lens enabled.