Last active
July 31, 2017 14:23
-
-
Save lucianobarauna/5cd454a549d503b3b88fe075480d4d7e to your computer and use it in GitHub Desktop.
Config pessoal para editor Visual Code
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
| { | |
| "editor.fontSize": 14, | |
| "editor.fontFamily": "Hasklig", | |
| "search.exclude": { | |
| "**/node_modules": true, | |
| "**/bower_components": true, | |
| "_BAK": true | |
| }, | |
| "workbench.iconTheme": "simple-icons", | |
| "editor.renderIndentGuides": true, | |
| "editor.minimap.enabled": true, | |
| "editor.dragAndDrop": true, | |
| "window.zoomLevel": 0, | |
| "editor.wordWrap": "on", | |
| "workbench.colorTheme": "Visual Studio Light", | |
| "atomKeymap.promptV3Features": true, | |
| "editor.multiCursorModifier": "ctrlCmd", | |
| "editor.formatOnPaste": true | |
| } | |
| // Complementos isntalados | |
| // advanced-new-file | |
| // https://marketplace.visualstudio.com/items?itemName=patbenatar.advanced-new-file | |
| // patbenatar | |
| // Auto Rename Tag | |
| // https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag | |
| // Jun Han | |
| // HTML CSS Support | |
| // https://marketplace.visualstudio.com/items?itemName=ecmel.vscode-html-css | |
| // Path Intellisense | |
| // https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense | |
| // Christian Kohler | |
| // Git Lens | |
| // https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens | |
| // Eric Amodio | |
| // Git blame | |
| // https://marketplace.visualstudio.com/items?itemName=waderyan.gitblame | |
| // Wade Andreson | |
| // Markdown All in One | |
| // https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one | |
| // Yu Zhang | |
| // SVG Viewer | |
| // https://marketplace.visualstudio.com/items?itemName=cssho.vscode-svgviewer | |
| // cssho | |
| // SVG Snippets | |
| // https://marketplace.visualstudio.com/items?itemName=sidthesloth.svg-snippets | |
| // sidthesloth | |
| // SVG | |
| // https://marketplace.visualstudio.com/items?itemName=jock.svg | |
| // jock | |
| // Git History (git log) | |
| // https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory | |
| // Atom Keymap | |
| // https://marketplace.visualstudio.com/items?itemName=ms-vscode.atom-keybindings | |
| // EditorConfig for Visual Studio Code | |
| // https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig | |
| // Sass | |
| // https://marketplace.visualstudio.com/items?itemName=robinbentley.sass-indented | |
| // SCSS IntelliSense | |
| // https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-scss | |
| // change-case | |
| // https://marketplace.visualstudio.com/items?itemName=wmaurer.change-case | |
| // wmaurer | |
| // vscode-icons | |
| // https://marketplace.visualstudio.com/items?itemName=robertohuertasm.vscode-icons | |
| // Roberto Huertas | |
| // Simple icon theme | |
| // https://marketplace.visualstudio.com/items?itemName=LaurentTreguier.vscode-simple-icons | |
| // LaurentTreguier | |
| // stylelint | |
| // https://marketplace.visualstudio.com/items?itemName=shinnn.stylelint | |
| // Shinnosuke Watanabe | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment