Skip to content

Instantly share code, notes, and snippets.

@miklosme
Created February 20, 2019 11:20
Show Gist options
  • Save miklosme/89f41639cb87f63c55bf72dce6e88a6e to your computer and use it in GitHub Desktop.
Save miklosme/89f41639cb87f63c55bf72dce6e88a6e to your computer and use it in GitHub Desktop.
vscode settings.json
{
"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