feat(vscode): Update settings

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2021-08-29 16:15:48 +02:00
parent 8dea4557f5
commit bbb6f07b11
No known key found for this signature in database
GPG key ID: 332171FADF1DB90B

View file

@ -4,8 +4,26 @@
"editor.cursorBlinking": "phase",
"editor.cursorStyle": "underline",
// "editor.fontFamily": "BlexMono Nerd Font",
"editor.fontFamily": "CaskaydiaCovePL Nerd Font",
"editor.fontWeight": 350,
// "editor.fontFamily": "FiraCode Nerd Font",
// "editor.fontFamily": "Hack Nerd Font",
// "editor.fontFamily": "Hasklug Nerd Font",
// "editor.fontFamily": "InputMono Nerd Font",
// "editor.fontFamily": "InputMonoNarrow Nerd Font",
// "editor.fontFamily": "InputMonoCondensed Nerd Font",
// "editor.fontFamily": "InputMonoCompressed Nerd Font",
// "editor.fontFamily": "'Iosevka Term', 'InputMonoCompressed Nerd Font'",
// "editor.fontFamily": "'Iosevka Term Extended', 'InputMonoCompressed Nerd Font'",
// "editor.fontFamily": "'Iosevka Term Slab', 'InputMonoCompressed Nerd Font'",
// "editor.fontFamily": "'Iosevka Term Slab Extended', 'InputMonoCompressed Nerd Font'",
// "editor.fontFamily": "JetBrainsMono Nerd Font",
// "editor.fontFamily": "MonoLisa Nerd Font",
// "editor.fontFamily": "RecMonoLinear Nerd Font",
// "editor.fontFamily": "RobotoMono Nerd Font",
// "editor.fontFamily": "SFMono Nerd Font",
// "editor.fontFamily": "VictorMono Nerd Font",
// "editor.fontWeight": 350,
"editor.fontSize": 16,
"editor.fontLigatures": true,
@ -20,7 +38,8 @@
"editor.renderIndentGuides": true,
"editor.renderWhitespace": "all",
"editor.rulers": [
80
80,
100,
],
"git.autofetch": true,
@ -34,13 +53,4 @@
"workbench.settings.editor": "json",
"workbench.editor.showTabs": true,
//****************************** EXTENSIONS ******************************//
"gitlens.views.compare.location": "scm",
"gitlens.views.fileHistory.location": "scm",
"gitlens.views.lineHistory.location": "scm",
"gitlens.views.repositories.location": "scm",
"gitlens.views.search.location": "scm",
"diffEditor.renderSideBySide": true
}