Extract Dockerfile extension (#9832)
This PR extracts Dockerfile support into an extension and removes the built-in Dockerfile support from Zed. There's already an existing [Dockerfile extension](https://github.com/d1y/dockerfile.zed) that was just missing language server support. Language server support is being added to that extension in https://github.com/d1y/dockerfile.zed/pull/2. Release Notes: - Removed built-in support for Dockerfile, in favor of making it available as an extension. The Dockerfile extension will be suggested for download when you open a `Dockerfile`.
This commit is contained in:
parent
181dc86b48
commit
7807f23e2a
8 changed files with 0 additions and 223 deletions
|
@ -44,7 +44,6 @@ tree-sitter-clojure.workspace = true
|
|||
tree-sitter-cpp.workspace = true
|
||||
tree-sitter-css.workspace = true
|
||||
tree-sitter-dart.workspace = true
|
||||
tree-sitter-dockerfile.workspace = true
|
||||
tree-sitter-elixir.workspace = true
|
||||
tree-sitter-elm.workspace = true
|
||||
tree-sitter-embedded-template.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue