Last active
December 10, 2022 07:18
-
-
Save thetrung/1eccc9185c10db96c463ffa0a7fce091 to your computer and use it in GitHub Desktop.
Settings-vsCode-10.Dec.2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workbench.startupEditor": "none", | |
"workbench.activityBar.visible": false, | |
// "workbench.editor.showIcons": false, | |
"editor.fontSize": 13.7, | |
// 3 columns section of Line-Number | |
// "editor.lineHeight": 26, | |
// "editor.folding": false, | |
"editor.glyphMargin": false, | |
// "workbench.colorCustomizations": { | |
// "[Solarized Dark]": { | |
// "editorGutter.background" : "#003540", | |
// }, | |
// }, | |
// Custom Firefox font | |
"editor.fontLigatures": true, | |
"editor.fontFamily": "Source Code Pro Bold", | |
// 80 characters ruler | |
"editor.rulers": [ 80 ], | |
// minimap on the right: | |
"editor.minimap.maxColumn": 80, | |
"editor.minimap.enabled": false, | |
"diffEditor.codeLens": true, | |
"editor.semanticHighlighting.enabled": true, | |
"editor.cursorBlinking": "phase", | |
"editor.hideCursorInOverviewRuler": true, | |
"editor.occurrencesHighlight": false, | |
"editor.roundedSelection": true, | |
"editor.scrollBeyondLastLine": false, | |
"explorer.openEditors.visible": 0, | |
"breadcrumbs.enabled": false, | |
"workbench.colorTheme": "Solarized Dark" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment