Created
February 20, 2019 11:20
-
-
Save miklosme/89f41639cb87f63c55bf72dce6e88a6e to your computer and use it in GitHub Desktop.
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
{ | |
"flow.enabled": false, | |
"search.useIgnoreFiles": true, | |
"typescript.autoImportSuggestions.enabled": false, | |
"workbench.editor.enablePreview": false, | |
"javascript.suggestionActions.enabled": false, | |
"javascript.implicitProjectConfig.experimentalDecorators": true, | |
"files.autoSave": "onFocusChange", | |
"files.exclude": { | |
"**/.cache": true, | |
"**/.DS_Store": true, | |
"**/.git": true, | |
"**/flow-typed": true, | |
"**/log": true, | |
"**/tmp": true | |
}, | |
"git.autofetch": true, | |
"git.enableSmartCommit": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment