Skip to content

Instantly share code, notes, and snippets.

@misraX
Last active March 31, 2018 21:17
Show Gist options
  • Save misraX/3eae4d89d25632d620cdd114ddfde42c to your computer and use it in GitHub Desktop.
Save misraX/3eae4d89d25632d620cdd114ddfde42c to your computer and use it in GitHub Desktop.
// setting.json
{
"window.zoomLevel": 1,
"workbench.colorTheme": "quietLight-plus-theme",
"workbench.iconTheme": "material-icon-theme",
"emmet.syntaxProfiles": {
"javascript": "jsx",
"xml": {
"attr_quotes": "single"
}
},
"editor.formatOnSave": true,
"eslint.autoFixOnSave": true,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
}
}
// workspace.json
// For flow types
{
"javascript.validate.enable": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment