zed/extensions/dart/extension.toml
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

16 lines
486 B
TOML

id = "dart"
name = "Dart"
description = "Dart support."
version = "0.0.3"
schema_version = 1
authors = ["Abdullah Alsigar <abdullah.alsigar@gmail.com>", "Flo <flo80@users.noreply.github.com>", "ybbond <hi@ybbond.id>"]
repository = "https://github.com/zed-industries/zed"
[language_servers.dart]
name = "Dart LSP"
language = "Dart"
languages = ["Dart"]
[grammars.dart]
repository = "https://github.com/UserNobody14/tree-sitter-dart"
commit = "6da46473ab8accb13da48113f4634e729a71d335"