Run through the vscode settings and tinker

This commit is contained in:
Jake Howard 2019-05-11 17:18:41 +01:00
parent 1478e847ad
commit 6c10f0e700
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -67,5 +67,14 @@
"editor.fontFamily": "Fira Code",
"editor.minimap.renderCharacters": false,
"editor.cursorSmoothCaretAnimation": true,
"workbench.settings.enableNaturalLanguageSearch": true
"workbench.settings.enableNaturalLanguageSearch": true,
"cSpell.language": "en-GB",
"update.enableWindowsBackgroundUpdates": false,
"editor.mouseWheelZoom": true,
"files.autoGuessEncoding": true,
"files.useExperimentalFileWatcher": true,
"workbench.startupEditor": "none",
"extensions.ignoreRecommendations": true,
"extensions.showRecommendationsOnlyOnDemand": true,
"latex-workshop.intellisense.package.enabled": true
}