garden/.vscode/extensions.json

18 lines
448 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",
// Tons of markdown goodies (lists, tables of content, so much more)
"yzhang.markdown-all-in-one",
2021-11-24 04:00:28 +00:00
// Image-pasting for markdown
"mushan.vscode-paste-image",
2020-06-24 23:20:38 +00:00
2021-11-24 04:00:28 +00:00
// Spell checking for text, markdown and latex
"ban.spellright",
2020-06-20 01:24:45 +00:00
]
}