Skip to content

Instantly share code, notes, and snippets.

@vrymel
Last active October 5, 2018 07:38
Show Gist options
  • Save vrymel/619781dfa41e3d4a13a7648e0efc2762 to your computer and use it in GitHub Desktop.
Save vrymel/619781dfa41e3d4a13a7648e0efc2762 to your computer and use it in GitHub Desktop.
Visual studio code user settings
// Place your settings in this file to overwrite the default settings
{
"files.autoSave": "onWindowChange",
"editor.multiCursorModifier": "ctrlCmd",
"editor.fontLigatures": true,
"editor.fontFamily": "Fira Code",
"editor.lineHeight": 25,
"editor.renderIndentGuides": false,
"editor.minimap.enabled": false,
"editor.minimap.renderCharacters": false,
"editor.cursorStyle": "line-thin",
"editor.cursorBlinking": "solid",
"editor.renderWhitespace": "none",
"editor.renderControlCharacters": false,
"editor.lineNumbers": "relative",
"editor.smoothScrolling": true,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"explorer.openEditors.visible": 0,
"vim.incsearch": true,
"vim.hlsearch": true,
"vim.useSystemClipboard": true,
"workbench.sideBar.location": "left",
"workbench.colorTheme": "Monokai",
"workbench.colorCustomizations": {
"statusBar.background": "#3A3A3A",
"statusBar.foreground": "#717171"
},
"workbench.statusBar.feedback.visible": false,
"workbench.editor.showTabs": false,
"workbench.activityBar.visible": false,
"diffEditor.ignoreTrimWhitespace": false,
"less.validate": false,
"grunt.autoDetect": "off",
"gulp.autoDetect": "off",
"zenMode.fullScreen": false,
"breadcrumbs.enabled": true,
"explorer.autoReveal": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment