Last active
May 22, 2020 10:01
-
-
Save nataliemarleny/1036d3d43d732bf90a0310256d0d3ffb to your computer and use it in GitHub Desktop.
[WIP] VSCode Settings.json
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.renderWhitespace": "boundary", | |
"workbench.colorTheme": "Framer Syntax", | |
"workbench.editor.tabSizing": "shrink", | |
"window.zoomLevel": 3, | |
"explorer.confirmDragAndDrop": false, | |
"files.trimTrailingWhitespace": true, | |
"files.insertFinalNewline": true, | |
"workbench.sideBar.location": "right", | |
"editor.tabSize": 2, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"html.format.enable": true, | |
"html.format.preserveNewLines": true, | |
"powermode.presets": "flames", | |
"editor.wordWrap": "on", | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.fontSize": 16, | |
"editor.cursorStyle": "line", | |
"editor.cursorWidth": 3, | |
"editor.snippetSuggestions": "none", | |
"editor.minimap.enabled": false, | |
"workbench.statusBar.visible": true, | |
"workbench.panel.defaultLocation": "bottom", | |
"breadcrumbs.enabled": true, | |
"typescript.validate.enable": false, | |
"javascript.validate.enable": false, | |
"files.exclude": { | |
"**/.DS_Store": false, | |
"**/.git": false, | |
"**/.hg": false, | |
"**/.svn": false, | |
"**/CVS": false | |
}, | |
"eslint.packageManager": "yarn", | |
"flow.useNPMPackagedFlow": true, | |
"workbench.tree.indent": 20, | |
"workbench.list.horizontalScrolling": true, | |
"workbench.activityBar.visible": true, | |
"json.schemas": [ | |
{ | |
"fileMatch": [ | |
"cypress.json" | |
], | |
"url": "https://on.cypress.io/cypress.schema.json" | |
} | |
], | |
"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": "Go Cyan", | |
"value": "#5dc9e2" | |
}, | |
{ | |
"name": "Java Blue-Gray", | |
"value": "#557c9b" | |
}, | |
{ | |
"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" | |
} | |
], | |
"liveshare.audio.startCallOnShare": true, | |
"liveshare.populateGitCoAuthors": "never", | |
"liveshare.featureSet": "stable", | |
"editor.formatOnSave": true, | |
"editor.parameterHints.enabled": false, | |
"telemetry.enableTelemetry": false, | |
"telemetry.enableCrashReporter": false, | |
"editor.renderFinalNewline": false, | |
"editor.hover.enabled": false, | |
"editor.suggest.showFiles": false, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggest.showWords": false, | |
"editor.suggest.showValues": false, | |
"editor.suggest.showVariables": false, | |
"editor.suggest.showUnits": false, | |
"editor.suggest.showTypeParameters": false, | |
"editor.suggest.showStructs": false, | |
"editor.suggest.showSnippets": false, | |
"editor.suggest.showReferences": false, | |
"editor.suggest.showProperties": false, | |
"editor.suggest.showOperators": false, | |
"editor.suggest.showModules": false, | |
"editor.suggest.showMethods": false, | |
"editor.suggest.showKeywords": false, | |
"editor.suggest.showInterfaces": false, | |
"editor.suggest.showIcons": false, | |
"editor.suggest.showFunctions": false, | |
"editor.suggest.showFolders": false, | |
"editor.suggest.showFields": false, | |
"editor.suggest.showEvents": false, | |
"editor.suggest.showEnums": false, | |
"editor.suggest.showEnumMembers": false, | |
"editor.suggest.showCustomcolors": false, | |
"editor.suggest.showConstructors": false, | |
"editor.suggest.showConstants": false, | |
"editor.suggest.showColors": false, | |
"editor.suggest.showClasses": false, | |
"typescript.suggest.paths": false, | |
"typescript.suggest.autoImports": false, | |
"javascript.suggest.names": false, | |
"javascript.suggest.enabled": false, | |
"php.suggest.basic": false, | |
"javascript.suggest.autoImports": false, | |
"typescript.suggest.enabled": false, | |
"editor.suggest.filterGraceful": false, | |
"editor.suggestOnTriggerCharacters": false, | |
"debug.console.historySuggestions": false, | |
"javascript.suggest.completeJSDocs": false, | |
"javascript.suggest.paths": false, | |
"javascript.suggestionActions.enabled": false, | |
"typescript.suggest.completeJSDocs": false, | |
"typescript.suggestionActions.enabled": false, | |
"emmet.showAbbreviationSuggestions": false, | |
"editor.wordBasedSuggestions": false, | |
"html.suggest.html5": false, | |
"javascript.suggest.includeAutomaticOptionalChainCompletions": false, | |
"flow.useCodeSnippetOnFunctionSuggest": false, | |
"less.completion.triggerPropertyValueCompletion": false, | |
"git.suggestSmartCommit": false, | |
"typescript.suggest.includeAutomaticOptionalChainCompletions": false, | |
"editor.suggest.insertHighlight": false, | |
"editor.acceptSuggestionOnCommitCharacter": false, | |
"editor.acceptSuggestionOnEnter": "off", | |
"editor.quickSuggestionsDelay": 10000, | |
"scss.completion.triggerPropertyValueCompletion": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment