garden/.vscode/extensions.json

27 lines
723 B
JSON
Raw Normal View History

2020-06-20 01:24:45 +00:00
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
2020-06-24 23:20:38 +00:00
// Foam's own extension
"foam.foam-vscode",
// Prettier for auto formatting code
2020-06-20 01:24:45 +00:00
"esbenp.prettier-vscode",
2020-06-24 23:20:38 +00:00
// GitLens for seeing version history inline
2020-06-20 01:24:45 +00:00
"eamodio.gitlens",
2020-06-24 23:20:38 +00:00
// Tons of markdown goodies (lists, tables of content, so much more)
"yzhang.markdown-all-in-one",
// [[wiki-links]], backlinking etc
"kortina.vscode-markdown-notes",
// Adds `show graph` command that displays graph of linked notes
"tchayen.markdown-links",
2020-06-24 23:20:38 +00:00
// Understated grayscale theme (light and dark variants)
"philipbe.theme-gray-matter"
2020-06-20 01:24:45 +00:00
]
}