Skip to content

Instantly share code, notes, and snippets.

@kat-perreira
Last active August 14, 2020 16:30
Show Gist options
  • Save kat-perreira/dac4449c6ddbd5744a671f8bd7e86d39 to your computer and use it in GitHub Desktop.
Save kat-perreira/dac4449c6ddbd5744a671f8bd7e86d39 to your computer and use it in GitHub Desktop.
VS Code Settings
{
"sync.gist": "60b2bd8c42840839e41a306d94fdca29",
"sync.lastUpload": "2018-08-02T19:35:09.031Z",
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": true,
"sync.askGistName": false,
"team.showWelcomeMessage": false,
"auto-close-tag.SublimeText3Mode": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.panel.location": "bottom",
"terminal.integrated.shell.windows": "C:\\windows\\System32\\cmd.exe",
"extensions.ignoreRecommendations": false,
"explorer.confirmDragAndDrop": false,
"window.zoomLevel": 1,
"editor.mouseWheelZoom": false,
"editor.wordWrap": "on",
"typescript.validate.enable": false,
"explorer.confirmDelete": false,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/node_modules/*/**": true,
"**/bin/*/**": true,
"**/Config/*/**": true
},
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"workbench.colorTheme": "fairyfloss",
"prettier.tabWidth": 2,
"prettier.useTabs": false,
"prettier.printWidth": 100,
"javascript.updateImportsOnFileMove.enabled": "always",
"gitlens.hovers.currentLine.over": "line",
"editor.accessibilitySupport": "off",
"editor.colorDecorators": false,
"debug.node.autoAttach": "off",
"quokka.suppressExpirationNotifications": true,
"html.format.endWithNewline": true,
"html.format.indentHandlebars": true,
"html.format.indentInnerHtml": true,
"editor.tabSize": 2,
// "[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
// },
// "[json]": {
// "editor.defaultFormatter": "esbenp.prettier-vscode"
// },
"gitlens.currentLine.enabled": false,
"workbench.editor.showTabs": true,
"workbench.tips.enabled": false,
"zenMode.hideTabs": false,
"prettier.packageManager": "yarn",
"prettier.withNodeModules": true,
"npm.fetchOnlinePackageInfo": false,
"typescript.check.npmIsInstalled": false,
"npm.packageManager": "yarn",
"workbench.iconTheme": "material-icon-theme",
//"jestrunner.jestPath": "/Users/kris.byrum/Documents/nutella/web/client/node_modules/jest/bin/jest.js",
//"jestrunner.configPath": "web/client/jest.config.js",
"editor.formatOnSave": true,
"[yaml]": {
"editor.formatOnSave": false
},
"eslint.packageManager": "yarn",
"eslint.alwaysShowStatus": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment