2024-09-25 08:08:32 +02:00
|
|
|
{
|
|
|
|
// See https://go.microsoft.com/fwlink/?LinkId=827846
|
|
|
|
// for the documentation about the extensions.json format
|
|
|
|
"recommendations": [
|
|
|
|
"EditorConfig.EditorConfig",
|
|
|
|
// Code formatter using prettier
|
2024-10-29 09:28:40 +01:00
|
|
|
"esbenp.prettier-vscode",
|
|
|
|
"gamunu.opentofu"
|
2024-09-25 08:08:32 +02:00
|
|
|
]
|
|
|
|
}
|