Skip to content

Instantly share code, notes, and snippets.

@Oluwasetemi
Last active August 26, 2017 14:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Oluwasetemi/44d97dccbd8fb77d54c5eae0c2ea944e to your computer and use it in GitHub Desktop.
Save Oluwasetemi/44d97dccbd8fb77d54c5eae0c2ea944e to your computer and use it in GitHub Desktop.
My VS code setting in json file
"files.autoSave": "afterDelay",
"files.associations": {
"*.ejs": "html"
},
"editor.wordWrap": "on",
"workbench.colorTheme": "monokai-best",
"workbench.iconTheme": "vscode-icons",
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 0,
"cSpell.userWords": [
"Customizations",
"Lucida",
"Monokai",
"quokka",
"vsicons"
],
"eslint.autoFixOnSave": true,
"java.home": "C:/Program Files (x86)/Java/jdk1.8.0_25",
"editor.fontFamily": "Ubuntu Mono",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"git.enableSmartCommit": true,
"editor.cursorStyle": "line-thin",
"editor.fontWeight": "100",
"editor.lineHeight": 0,
"editor.letterSpacing": -0.5,
"window.newWindowDimensions": "inherit",
"css.lint.zeroUnits": "error",
"terminal.integrated.fontFamily": "Lucida Handwriting",
"terminal.integrated.fontSize": 12,
"terminal.integrated.fontLigatures": true,
"terminal.integrated.lineHeight": 1.2,
"terminal.integrated.enableBold": false,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.cursorStyle": "line",
"java.errors.incompleteClasspath.severity": "ignore",
"workbench.colorCustomizations": {
"activityBar.foreground": "#E28BDD",
"activityBarBadge.background": "#37E90FDD",
"notification.background": "#210FE980"
},
"editor.tokenColorCustomizations": {
"comments": "#D80C0F",
"functions": "#EE089A"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment