Skip to content

Instantly share code, notes, and snippets.

@dongyuwei
Created November 2, 2017 07:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dongyuwei/3ed538729a58b8467365032a65712ee4 to your computer and use it in GitHub Desktop.
Save dongyuwei/3ed538729a58b8467365032a65712ee4 to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"workbench.colorTheme": "Monokai Dimmed",
"window.zoomLevel": 1,
"workbench.statusBar.visible": false,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/node_modules": true,
"**/.vscode": true
},
"files.autoSave": "afterDelay",
"javascript.validate.enable": false,
"workbench.iconTheme": "ayu",
"editor.minimap.enabled": false,
"java.errors.incompleteClasspath.severity": "ignore",
"extensions.ignoreRecommendations": false,
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": false,
"sublimeTextKeymap.promptV3Features": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment