docker-devops-helper/.vscode/extensions.json

10 lines
246 B
JSON
Raw Normal View History

2023-11-12 12:35:18 +01:00
{
// See https://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"EditorConfig.EditorConfig",
// Code formatter using prettier
"esbenp.prettier-vscode"
]
}