Created
November 1, 2018 23:17
-
-
Save maxjing/f95073d052d2f80360eb53f1479c628c to your computer and use it in GitHub Desktop.
vscodeSetting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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