Skip to content

Instantly share code, notes, and snippets.

@ozluy
Last active April 17, 2017 06:44
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 ozluy/42adf589a478cf8fcf834ccf7b96543b to your computer and use it in GitHub Desktop.
Save ozluy/42adf589a478cf8fcf834ccf7b96543b to your computer and use it in GitHub Desktop.
VS Code
{
"recommendations": [
"zignd.html-css-class-completion",
"formulahendry.auto-close-tag",
"dzannotti.vscode-babel-coloring",
"michelemelluso.code-beautifier",
"dbaeumer.vscode-eslint",
"donjayamanne.githistory",
"ecmel.vscode-html-css",
"abusaidm.html-snippets",
"christian-kohler.path-intellisense",
"xabikos.ReactSnippets",
"shinnn.stylelint",
"robertohuertasm.vscode-icons",
"xyz.local-history"
]
}
[
{
"key": "cmd+alt+i",
"command": "editor.action.formatDocument"
},
{
"key": "cmd+y",
"command": "redo"
}
]
{
"vsicons.projectDetection.disableDetect": true,
"git.confirmSync": false,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/.history": true
},
"workbench.iconTheme": "vscode-icons",
"editor.minimap.enabled": true,
"editor.dragAndDrop": false,
"editor.minimap.renderCharacters": false,
"local-history.exclude": "{.history, dist, .vscode,**/node_modules,typings, out}",
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/dist": true,
"**/.history": true
},
"path-intellisense.extensionOnImport": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment