Files
ceph-s3-backup/.vscode/extensions.json
2026-04-11 21:53:30 +02:00

10 lines
246 B
JSON

{
// 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"
]
}