mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-28 09:54:33 +00:00
a07122d78f
This PR bumps the Deno extension to v0.0.2. Changes: - #14410 Release Notes: - N/A
13 lines
509 B
TOML
13 lines
509 B
TOML
id = "deno"
|
|
name = "Deno"
|
|
description = "Deno support."
|
|
version = "0.0.2"
|
|
schema_version = 1
|
|
authors = ["Lino Le Van <11367844+lino-levan@users.noreply.github.com>"]
|
|
repository = "https://github.com/zed-industries/zed"
|
|
|
|
[language_servers.deno]
|
|
name = "Deno Language Server"
|
|
languages = ["TypeScript", "TSX", "JavaScript", "JSDoc"]
|
|
language_ids = { "TypeScript" = "typescript", "TSX" = "typescriptreact", "JavaScript" = "javascript" }
|
|
code_action_kinds = ["quickfix", "refactor", "refactor.extract", "source"]
|