Skip to content

Instantly share code, notes, and snippets.

@matusmarcin
Last active October 11, 2017 19:49
Show Gist options
  • Save matusmarcin/3b5f31d686f4a9a989549d0f3eaa29a8 to your computer and use it in GitHub Desktop.
Save matusmarcin/3b5f31d686f4a9a989549d0f3eaa29a8 to your computer and use it in GitHub Desktop.
VS Code settings
{
"editor.fontFamily": "Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 13,
"workbench.welcome.enabled": false,
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "Monokai",
"window.zoomLevel": 0,
"vsicons.dontShowNewVersionMessage": true,
"editor.minimap.enabled": false,
"files.associations": {
"*.lock": "json"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment