Lsp Dart Versions Save

lsp-mode :heart: dart

1.19.2

2 years ago
  • 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

1.19.1

2 years ago
  • Improve open library files when going to definition .Fix #106

1.19.0

2 years ago

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

1.18.4

2 years ago

1.18.2

3 years ago
  • Add support for pubspec.yaml completion

1.18.1

3 years ago

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

1.18.0

3 years ago
  • Add lsp-dart-show-todos as false by default.
  • Add lsp-dart-complete-function-calls as true by default.

1.17.13

3 years ago
  • 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.

1.17.5

3 years ago

image

1.17.1

3 years ago
  • 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.