The bmannconsulting.com website
1{ 2 // See http://go.microsoft.com/fwlink/?LinkId=827846 3 // for the documentation about the extensions.json format 4 "recommendations": [ 5 // Foam's own extension 6 "foam.foam-vscode", 7 8 // Prettier for auto formatting code 9 "esbenp.prettier-vscode", 10 11 // GitLens for seeing version history inline 12 "eamodio.gitlens", 13 14 // Tons of markdown goodies (lists, tables of content, so much more) 15 "yzhang.markdown-all-in-one", 16 17 // [[wiki-links]], backlinking etc 18 "kortina.vscode-markdown-notes", 19 20 // Adds `show graph` command that displays graph of linked notes 21 "tchayen.markdown-links", 22 23 // Understated grayscale theme (light and dark variants) 24 "philipbe.theme-gray-matter" 25 ] 26}