ZIm/extensions/dart
Yohanes Bandung Bondowoso 2cae6f3e08
dart: Respect LSP binary settings (#17494)
Enable configuring Dart's LSP from other means of installation types.

Some users don't install the `dart` binary, but uses version manager.

In the example, I uses [FVM](https://fvm.app/) (short for "Flutter
Version Manager").

I have tested this with "Install Dev Extensions".

Release Notes:

- N/A

cc other maintainer: @agent3bood @flo80

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
2024-09-16 11:03:51 -04:00
..
languages/dart dart: Add Flutter runnables and tasks (#13686) 2024-07-11 10:46:53 +02:00
src dart: Respect LSP binary settings (#17494) 2024-09-16 11:03:51 -04:00
Cargo.toml extensions: Upgrade zed_extension_api to v0.1.0 (#16955) 2024-08-27 12:00:43 -04:00
extension.toml dart: Respect LSP binary settings (#17494) 2024-09-16 11:03:51 -04:00
LICENSE-APACHE Add language_server_workspace_configuration to extension API (#10212) 2024-04-05 17:04:07 -04:00
README.md dart: Add Flutter runnables and tasks (#13686) 2024-07-11 10:46:53 +02:00

Roadmap

  1. Add dart run command.
  2. Add dart test command.
  3. Add flutter test --name command, to allow running a single test or group of tests.
  4. Auto hot reload Flutter app when files change.