Extract Terraform extension (#10479)
This PR extracts Terraform support into an extension and removes the built-in Terraform support from Zed. Release Notes: - Removed built-in support for Terraform, in favor of making it available as an extension. The Terraform extension will be suggested for download when you open a `.tf`, `.tfvars`, or `.hcl` file.
This commit is contained in:
parent
f4d9a97195
commit
b5b872656b
24 changed files with 162 additions and 208 deletions
|
@ -36,9 +36,3 @@ license = "BSD-3-Clause"
|
|||
[[fuchsia-cprng.clarify.files]]
|
||||
path = 'LICENSE'
|
||||
checksum = '03b114f53e6587a398931762ee11e2395bfdba252a329940e2c8c9e81813845b'
|
||||
|
||||
[tree-sitter-hcl.clarify]
|
||||
license = "Apache-2.0"
|
||||
[[tree-sitter-hcl.clarify.files]]
|
||||
path = 'LICENSE'
|
||||
checksum = 'c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue