Add recommended extensions

This commit is contained in:
Jani Eväkallio
2020-06-20 01:04:35 +01:00
parent 66a80408ec
commit 9c00742504
2 changed files with 12 additions and 3 deletions

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

@@ -0,0 +1,11 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"esbenp.prettier-vscode",
"eamodio.gitlens",
"ivangabriele.vscode-git-add-and-commit",
"philipbe.theme-gray-matter",
"yzhang.markdown-all-in-one"
]
}

View File

@@ -1,10 +1,8 @@
{
"editor.minimap.enabled": false,
//"editor.fontFamily": "Libre Baskerville, Menlo, Monaco, 'Courier New', monospace",
"editor.minimap.enabled": true,
"editor.fontLigatures": true,
"editor.wrappingIndent": "indent",
"editor.overviewRulerBorder": false,
//"editor.codeLens": false,
"editor.lineHeight": 24,
"workbench.colorTheme": "Gray Matter Light",
"cSpell.language": "en-GB"