Skip to content

Instantly share code, notes, and snippets.

@thetrung
Last active December 10, 2022 07:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thetrung/1eccc9185c10db96c463ffa0a7fce091 to your computer and use it in GitHub Desktop.
Save thetrung/1eccc9185c10db96c463ffa0a7fce091 to your computer and use it in GitHub Desktop.
Settings-vsCode-10.Dec.2022
{
"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