Docs sync @ 4276e80 extension descriptions now reflect .vscode dir (#1302) (#56)

This commit is contained in:
Riccardo
2023-10-26 10:25:29 +02:00
committed by GitHub
parent 158665acb0
commit b90eb07935
6 changed files with 13 additions and 6 deletions

17
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,17 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
// Foam's own extension
"foam.foam-vscode",
// Tons of markdown goodies (lists, tables of content, so much more)
"yzhang.markdown-all-in-one",
// Prettier for auto formatting code
"esbenp.prettier-vscode",
// Understated grayscale theme (light and dark variants)
"philipbe.theme-gray-matter"
]
}