Lsp Dart Versions Save

lsp-mode :heart: dart

1.24.2

11 months ago
  • Avoid outdated test tree after tests run.
  • Improve test output to be more precise on output messages.
  • Fix lsp-dart-run not working for dart ^3.0.0. #197

1.24.1

1 year ago
  • Handle flutter.appStarted notification during debug.
  • Better handle snap installings of flutter on linux.
  • Replace communication implementation with flutter daemon with jsonrpc avoiding exception parsing jsons.
  • Bump legacy debugger extension to 3.52.0

1.23.0

1 year ago
  • Fix lsp-dart-run when default-directory is not the project root. #173
  • Add lsp-dart-project-root-discovery-strategies variable to search project root with different startegies and orders.
  • Fix find definition of external files on Flutter, not asking for project root anymore, this should help a lot navigating between flutter classes loading properly the imports

1.22.0

1 year ago
  • Change lsp-dart-dap-vm-additional-args from string to vector type following debugger server changes. #136
  • Check for dart related file extension during hot-reload/restart when auto-save enabled. #134
  • Run flutter proccess if not already running during hot-restart/hot-reload. #143
  • Bump dart debugger extension to 3.40.0
  • Add flag to use Dart SDK debugger instead of vscode extension. #128
  • Drop variable lsp-dart-dap-only-essential-log, usually it filters important logs.
  • Improve flutter debugging, fixing some cases where multiple devices available would result in error.

1.21.0

2 years ago
  • Add support for specifying different program entrypoints via variable lsp-dart-program-entrypoints used by DAP for example.
  • Drop support for Eamcs 26.1 and 26.2
  • Improve lsp-dart-flutter-outline performance a lot, requesting code actions lazily. #127
  • Bump debugger extension to 3.32.0

1.20.1

2 years ago

Minor fixes from previous 1.19.4 and 1.19.5 versions

1.19.5

2 years ago

Fixes #120

1.19.4

2 years ago

Fixes #118

1.20.0

2 years ago
  • Add new command to run your flutter/dart app lsp-dart-run, which use dap-mode to run flutter but without debug support, this command also supports custom args as prefix-argument
  • Improve logs during run/debug, some logs were not being logged and now this was fixed.
  • Add new lsp-dart-dap-only-essential-log with default as nil which should reduce the debug/run output

1.19.3

2 years ago

This should fix server not starting because pkg-info is not present, with thise release pkg-info is not a dependency anymore