Last active
October 2, 2018 16:02
-
-
Save limarc/a8182b2c4ed9b8031bb530a1cd46bdda to your computer and use it in GitHub Desktop.
VSCode settings
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.fontFamily": "Consolas, monospace", | |
| "editor.fontSize": 15, | |
| "editor.lineHeight": 20, | |
| "workbench.colorTheme": "Material Theme", | |
| "editor.fontLigatures": true, | |
| "explorer.decorations.badges": false, | |
| "window.nativeTabs": true, | |
| "workbench.statusBar.visible": true, | |
| "window.zoomLevel": 0, | |
| "files.trimTrailingWhitespace": true, | |
| "files.insertFinalNewline": true, | |
| "workbench.iconTheme": "eq-material-theme-icons", | |
| "workbench.startupEditor": "newUntitledFile", | |
| "workbench.colorCustomizations": { | |
| "[Material Theme]": { | |
| "sideBar.background": "#1B282E", | |
| "sideBarTitle.foreground": "#44636E", | |
| "sideBarSectionHeader.background": "#1B282E", | |
| "activityBar.background": "#1B282E", | |
| "activityBar.foreground": "#44636E", | |
| "statusBar.foreground": "#44636E", | |
| "statusBar.background": "#1B282E", | |
| "statusBar.noFolderBackground": "#142428" | |
| } | |
| }, | |
| "workbench.activityBar.visible": true, | |
| "javascript.validate.enable": true, | |
| "javascript.suggestionActions.enabled": true, | |
| "typescript.suggestionActions.enabled": true, | |
| "javascript.updateImportsOnFileMove.enabled": "never", | |
| "typescript.validate.enable": true, | |
| "git.decorations.enabled": false, | |
| "terminal.integrated.fontSize": 14, | |
| "terminal.integrated.lineHeight": 1.2, | |
| "explorer.confirmDragAndDrop": false, | |
| "explorer.confirmDelete": false, | |
| "problems.decorations.enabled": false, | |
| "flow.pathToFlow": "${workspaceRoot}/node_modules/.bin/flow" | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
EditConfig
ESLint
Material Theme
npm intellisense
Stylelint
Babel
Theme Oceanic
TSLint