Skip to content

Instantly share code, notes, and snippets.

@jmn
Created April 23, 2017 21:36
Show Gist options
  • Save jmn/6968d2f5026cf16f50be17d8b86f313e to your computer and use it in GitHub Desktop.
Save jmn/6968d2f5026cf16f50be17d8b86f313e to your computer and use it in GitHub Desktop.
VS Code settings.json April 2017
{
"workbench.colorTheme": "Minimal Colors",
"workbench.activityBar.visible": true,
"window.zoomLevel": 1,
"workbench.sideBar.location": "right",
"editor.fontLigatures": true,
"editor.fontSize": 12,
"editor.fontFamily": "'Fira Code', 'SF Mono', Hasklig, Menlo, Monaco, 'Courier New', monospace",
"terminal.integrated.fontLigatures": true,
"editor.lineNumbers": "off",
"workbench.statusBar.visible": true,
"workbench.welcome.enabled": false,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 80,
"[markdown]": {
"editor.wordWrap": "wordWrapColumn",
"editor.quickSuggestions": false
},
"editor.glyphMargin": false,
"editor.folding": false,
"editor.lineHeight": 14.8,
"workbench.experimental.colorCustomizations": {
"statusBarNoFolderBackground" : "#0A0A0D",
"statusBarBackground": "#1A1A1A",
"statusBarDebuggingBackground": "#511f1f"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment