46 lines
No EOL
1.2 KiB
Django/Jinja
46 lines
No EOL
1.2 KiB
Django/Jinja
{
|
|
"breadcrumbs.enabled": false,
|
|
|
|
"editor.cursorBlinking": "phase",
|
|
"editor.cursorStyle": "underline",
|
|
|
|
"editor.fontFamily": "CaskaydiaCovePL Nerd Font",
|
|
"editor.fontWeight": 350,
|
|
"editor.fontSize": 16,
|
|
"editor.fontLigatures": true,
|
|
|
|
"terminal.integrated.fontSize": 15,
|
|
|
|
"editor.highlightActiveIndentGuide": true,
|
|
"editor.lineNumbers": "relative",
|
|
|
|
"editor.minimap.enabled": false,
|
|
"editor.minimap.maxColumn": 80,
|
|
|
|
"editor.renderIndentGuides": true,
|
|
"editor.renderWhitespace": "all",
|
|
"editor.rulers": [
|
|
80
|
|
],
|
|
|
|
"git.autofetch": true,
|
|
|
|
"window.menuBarVisibility": "toggle",
|
|
"window.titleBarStyle": "custom",
|
|
"window.zoomLevel": 0,
|
|
|
|
"workbench.activityBar.visible": true,
|
|
"workbench.colorTheme": "Default Dark+",
|
|
|
|
"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
|
|
} |