Created
May 17, 2019 05:35
-
-
Save collegeimprovements/3c10d9fd22a5e39cb3a4ba2b192a0a40 to your computer and use it in GitHub Desktop.
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
// Place your settings in this file to overwrite the default settings | |
{ | |
"http.proxyStrictSSL": false, | |
"editor.tabSize": 2, | |
"files.exclude": { | |
".vscode": false, | |
"**/_build": true, | |
"**/.cache": true, | |
"**/.DS_Store": true, | |
"**/.git": true, | |
"**/.idea": true, | |
"**/.svn": true, | |
"**/.vscode": true, | |
"**/android": true, | |
"**/bower_components": true, | |
"**/deps": true, | |
"**/dist": true, | |
"**/ios": true, | |
"**/node_modules": true, | |
"**/tmp": true, | |
"**/yarn.lock": true | |
}, | |
"files.watcherExclude": { | |
"**/_build": true, | |
"**/.cache": true, | |
"**/.git/objects/**": true, | |
"**/node_modules/**": true, | |
"**/tmp": true | |
}, | |
"search.exclude": { | |
"**/.cache": true, | |
"**/.DS_Store": true, | |
"**/.git": true, | |
"**/bower_components": true, | |
"**/coverage": true, | |
"**/node_modules": true, | |
"**/tmp": true | |
}, | |
"files.trimTrailingWhitespace": true, | |
"files.autoSave": "onFocusChange", | |
"html.suggest.html5": true, | |
"npm-intellisense.scanDevDependencies": true, | |
"terminal.external.osxExec": "iTerm.app", | |
"editor.minimap.enabled": true, | |
"extensions.autoUpdate": true, | |
//-------- Remote VSCode configuration -------- | |
// Port number to use for connection. | |
// "remote.port": 52698, | |
// Launch the server on start up. | |
"remote.onstartup": false, | |
"window.zoomLevel": 1, | |
"guides.enabled": false, | |
"editor.formatOnSave": true, | |
"editor.formatOnPaste": true, | |
"editor.autoIndent": true, | |
"eslint.autoFixOnSave": true, | |
"eslint.alwaysShowStatus": true, | |
// "prettier.disableLanguages": ["javascript"], | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"emmet.syntaxProfiles": { | |
"handlebars": "html" | |
}, | |
"editor.formatOnType": true, | |
// "html.format.enable": true, | |
"html.format.wrapLineLength": 0, | |
"editor.insertSpaces": true, | |
"workbench.startupEditor": "none", | |
"workbench.activityBar.visible": true, | |
"editor.snippetSuggestions": "top", | |
"cSpell.userWords": [ | |
"Lato", | |
"antd", | |
"antialiased", | |
"arpit", | |
"atlaskit", | |
"clsa", | |
"clsablue", | |
"docz", | |
"envvar", | |
"frontmatter", | |
"fullscreen", | |
"grayscale", | |
"hotpink", | |
"imac", | |
"immer", | |
"import", | |
"kawaii", | |
"marketingsite", | |
"minmax", | |
"palevioletred", | |
"powerplug", | |
"precache", | |
"react", | |
"repo", | |
"stylelint", | |
"toastify", | |
"xtuff" | |
], | |
"gitlens.keymap": "alternate", | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"gitlens.advanced.messages": { | |
"suppressCommitHasNoPreviousCommitWarning": false, | |
"suppressCommitNotFoundWarning": false, | |
"suppressFileNotUnderSourceControlWarning": false, | |
"suppressGitVersionWarning": false, | |
"suppressLineUncommittedWarning": false, | |
"suppressNoRepositoryWarning": false, | |
"suppressResultsExplorerNotice": false, | |
"suppressShowKeyBindingsNotice": true | |
}, | |
"emmet.includeLanguages": { | |
"javascript": "javascriptreact", | |
"html": "html" | |
}, | |
"editor.suggestSelection": "first", | |
"sync.gist": "8a24748914c9ed29a0180b81295be020", | |
"peacock.favoriteColors": [ | |
{ | |
"name": "Angular Red", | |
"value": "#b52e31" | |
}, | |
{ | |
"name": "Auth0 Orange", | |
"value": "#eb5424" | |
}, | |
{ | |
"name": "Azure Blue", | |
"value": "#007fff" | |
}, | |
{ | |
"name": "C# Purple", | |
"value": "#68217A" | |
}, | |
{ | |
"name": "Gatsby Purple", | |
"value": "#639" | |
}, | |
{ | |
"name": "JavaScript Yellow", | |
"value": "#f9e64f" | |
}, | |
{ | |
"name": "Mandalorian Blue", | |
"value": "#1857a4" | |
}, | |
{ | |
"name": "Node Green", | |
"value": "#215732" | |
}, | |
{ | |
"name": "React Blue", | |
"value": "#00b3e6" | |
}, | |
{ | |
"name": "Something Different", | |
"value": "#832561" | |
}, | |
{ | |
"name": "Vue Green", | |
"value": "#42b883" | |
}, | |
{ | |
"name": "PHTHALO GREEN", | |
"value": "#113537" | |
} | |
], | |
"peacock.affectStatusBar": true, | |
"bookmarks.navigateThroughAllFiles": true, | |
"workbench.colorTheme": "Noctis", | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"[javascript]": { | |
"editor.formatOnSave": true, | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"emmet.showSuggestionsAsSnippets": true, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.triggerExpansionOnTab": true, | |
"files.associations": { | |
"*.mdx": "markdown" | |
}, | |
"editor.tabCompletion": "on", | |
"[elixir]": { | |
"editor.formatOnSave": true, | |
"editor.defaultFormatter": "maxmellen.elixir-language-support" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment