feat: add recommended extensions

This commit is contained in:
2026-06-23 19:53:51 +01:00
parent 799b19d445
commit bd6c4feeed
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -5,3 +5,4 @@ terraform.tfstate.backup
!.gitignore
!.editorconfig
!.vscode
+6
View File
@@ -0,0 +1,6 @@
{
"recommendations": [
"EditorConfig.EditorConfig",
"opentofu.vscode-opentofu"
]
}