Skip to content

Commit

Permalink
Add Vue extension (#534)
Browse files Browse the repository at this point in the history
This PR adds the Vue extension.

Vue support was extracted from Zed in
zed-industries/zed#10486.

Note that the Terraform extension requires Zed v0.132.x (which will be
released this coming Wednesday) in order for some problematic code
action kinds to be filtered out from the language server.
  • Loading branch information
maxdeviant authored Apr 12, 2024
1 parent aeb91aa commit 8d53ac1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,11 @@ version = "0.0.1"
submodule = "extensions/vscode-monokai-charcoal"
version = "0.0.2"

[vue]
submodule = "extensions/zed"
path = "extensions/vue"
version = "0.0.1"

[wgsl]
submodule = "extensions/wgsl"
version = "0.0.1"
Expand Down

0 comments on commit 8d53ac1

Please sign in to comment.