Skip to content

Instantly share code, notes, and snippets.

@epzilla
Last active March 11, 2020 15:37
Show Gist options
  • Save epzilla/2364edb92dd398c56dc3a4fc28c48e4d to your computer and use it in GitHub Desktop.
Save epzilla/2364edb92dd398c56dc3a4fc28c48e4d to your computer and use it in GitHub Desktop.
{
"editor.formatOnPaste": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"workbench.editor.enablePreview": false,
"breadcrumbs.enabled": true,
"git.confirmSync": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"typescript.tsserver.log": "verbose",
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.formatOnSave": true,
"editor.formatOnSaveTimeout": 30000,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"jestrunner.configPath": "jest-components.config.json",
"jestrunner.jestPath": "C:\\Users\\aepling\\source\\repos\\OnCallWebsite\\Presentation\\node_modules\\jest\\bin\\jest.js",
"extensions.ignoreRecommendations": false,
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"files.exclude": {
"**/node_modules/*/**": true
},
"search.exclude": {
"**/bower_components": false,
"**/bower_components/*/**": true,
"**/node_modules": false,
"**/node_modules/*/**": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment