garden/.vscode/extensions.json

12 lines
312 B
JSON

{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"esbenp.prettier-vscode",
"eamodio.gitlens",
"ivangabriele.vscode-git-add-and-commit",
"philipbe.theme-gray-matter",
"yzhang.markdown-all-in-one"
]
}