Skip to content

Instantly share code, notes, and snippets.

@maxjing
Created November 1, 2018 23:17
Show Gist options
  • Save maxjing/f95073d052d2f80360eb53f1479c628c to your computer and use it in GitHub Desktop.
Save maxjing/f95073d052d2f80360eb53f1479c628c to your computer and use it in GitHub Desktop.
vscodeSetting
{
"workbench.colorTheme": "Oceanic Next (dimmed bg)",
"files.autoSave": "onFocusChange",
"editor.minimap.enabled": true,
"workbench.statusBar.visible": true,
"workbench.activityBar.visible": true,
"editor.formatOnSave": false,
"workbench.colorCustomizations": {
"statusBar.background": "#333333",
"statusBar.noFolderBackground": "#333333",
"statusBar.debuggingBackground": "#263238"
},
"editor.fontSize": 14,
"css.validate": false,
"scss.validate": false,
"less.validate": false,
"editor.wordWrap": "on",
"editor.formatOnSave": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment