Skip to content

Commit

Permalink
fix: rename code_actions_kind to code_action_kinds
Browse files Browse the repository at this point in the history
The Zed extension manifest does not have field `code_action_kinds`
for specifying known code action kinds. This field
should be named `code_action_kinds`.
See the Zed's extension manifest by using the link below:

https://github.com/zed-industries/zed/blob/main/crates/extension/src/extension_manifest.rs#L116
  • Loading branch information
vitallium committed Oct 18, 2024
1 parent 5878de9 commit c1ab431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ schema_version = 1
version = "0.1.3"

[language_servers.biome]
code_actions_kind = ["quickfix"]
code_action_kinds = ["quickfix"]
language = "JavaScript"
languages = ["JavaScript", "JSX", "TypeScript", "TSX", "Vue.js", "Astro", "Svelte", "JSON", "JSONC", "CSS", "GraphQL"]
name = "Biome Language Server"
Expand Down

0 comments on commit c1ab431

Please sign in to comment.