feat: add vscode defaults

This commit is contained in:
ajschroeder
2024-12-09 22:36:07 +00:00
parent c6dbdc37b8
commit 6c313c97d9
2 changed files with 34 additions and 0 deletions

7
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"recommendations": [
"hashicorp.hcl", // HCL
"redhat.ansible", // Ansible
"vscode.json-language-features" // JSON
]
}