Skip to content

Instantly share code, notes, and snippets.

@dmitriyzyuzin
Last active November 14, 2020 14:28
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 dmitriyzyuzin/759c44747e4fb1e211b6eb034449ce61 to your computer and use it in GitHub Desktop.
Save dmitriyzyuzin/759c44747e4fb1e211b6eb034449ce61 to your computer and use it in GitHub Desktop.
Visual Studio Code params
{
"workbench.startupEditor": "none",
"workbench.statusBar.feedback.visible": false,
"window.menuBarVisibility": "toggle",
"workbench.statusBar.visible": false,
"workbench.activityBar.visible": false,
"editor.fontFamily": "JetBrains Mono, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"editor.lineHeight": 24,
"editor.folding": false,
"editor.glyphMargin": false,
"editor.smoothScrolling": true,
"workbench.editor.tabSizing": "shrink"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment