vscode-template/.vscode/extensions.json

10 lines
246 B
JSON
Raw Normal View History

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
"esbenp.prettier-vscode"
]
}