Update template
This commit is contained in:
20
.vscode/extensions.json
vendored
20
.vscode/extensions.json
vendored
@ -2,10 +2,26 @@
|
||||
// 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",
|
||||
|
||||
// GitLens for seeing version history inline
|
||||
"eamodio.gitlens",
|
||||
|
||||
// Git Automator for quick commit and push
|
||||
// (Could be improved)
|
||||
"ivangabriele.vscode-git-add-and-commit",
|
||||
"philipbe.theme-gray-matter",
|
||||
"yzhang.markdown-all-in-one"
|
||||
|
||||
// Tons of markdown goodies (lists, tables of content, so much more)
|
||||
"yzhang.markdown-all-in-one",
|
||||
|
||||
// [[wiki-links]], backlinking etc
|
||||
"kortina.vscode-markdown-notes",
|
||||
|
||||
// Understated grayscale theme (light and dark variants)
|
||||
"philipbe.theme-gray-matter"
|
||||
]
|
||||
}
|
||||
|
||||
4
.vscode/foam.json
vendored
Normal file
4
.vscode/foam.json
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"purpose": "this file exists to tell the foam-vscode plugin that it's currently in a foam workspace",
|
||||
"future": "we may use this for custom configuration"
|
||||
}
|
||||
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -5,5 +5,7 @@
|
||||
"editor.overviewRulerBorder": false,
|
||||
"editor.lineHeight": 24,
|
||||
"workbench.colorTheme": "Gray Matter Light",
|
||||
"cSpell.language": "en-GB"
|
||||
"[markdown]": {
|
||||
"editor.quickSuggestions": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user