mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
feat(.devcontainer, .vscode, add .zed): add more devcontainer lang extensions and clean up, add more extensions to .vscode, create .zed folder and install extensions there too (#7520)
* 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>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// There is no HCL extension, but the Terraform extension grants HCL support
|
||||
{
|
||||
"auto_install_extensions": {
|
||||
"RPM Spec": true,
|
||||
"XML": true,
|
||||
"rhai": true,
|
||||
"Terraform": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user