mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
7948282c88
* feat: add more devcontainer lang extensions, clean up a bit Signed-off-by: Owen-sz <owen@fyralabs.com> * add: more recommended vscode extensions Signed-off-by: Owen-sz <owen@fyralabs.com> * add: .zed folder, and extensions to auto-install Signed-off-by: Owen-sz <owen@fyralabs.com> * smh I literally made it .jsonc earlier Signed-off-by: Owen-sz <owen@fyralabs.com> --------- Signed-off-by: Owen-sz <owen@fyralabs.com>
10 lines
195 B
JSON
10 lines
195 B
JSON
// There is no HCL extension, but the Terraform extension grants HCL support
|
|
{
|
|
"auto_install_extensions": {
|
|
"RPM Spec": true,
|
|
"XML": true,
|
|
"rhai": true,
|
|
"Terraform": true
|
|
}
|
|
}
|