Skip to content

Instantly share code, notes, and snippets.

@limarc
Last active October 2, 2018 16:02
Show Gist options
  • Select an option

  • Save limarc/a8182b2c4ed9b8031bb530a1cd46bdda to your computer and use it in GitHub Desktop.

Select an option

Save limarc/a8182b2c4ed9b8031bb530a1cd46bdda to your computer and use it in GitHub Desktop.
VSCode settings
{
"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"
}
@limarc
Copy link
Author

limarc commented Mar 16, 2017

@limarc
Copy link
Author

limarc commented Oct 2, 2018

EditConfig
ESLint
Material Theme
npm intellisense
Stylelint
Babel
Theme Oceanic
TSLint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment