feat(vscode): Update settings
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
8dea4557f5
commit
bbb6f07b11
1 changed files with 21 additions and 11 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue