foam-template/.vscode/extensions.json
Riccardo Ferretti c8567e7dd4 removed gitlens
2021-01-22 12:57:50 +01:00

20 lines
522 B
JSON

{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
// Foam's own extension
"foam.foam-vscode",
// Prettier for auto formatting code
"esbenp.prettier-vscode",
// Tons of markdown goodies (lists, tables of content, so much more)
"yzhang.markdown-all-in-one",
// [[wiki-links]], backlinking etc
"kortina.vscode-markdown-notes",
// Image-pasting for markdown
"mushan.vscode-paste-image"
]
}