Skip to content

Instantly share code, notes, and snippets.

@pipwilson
Last active March 7, 2018 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pipwilson/f29be554f7ac1b5939cef069445342c4 to your computer and use it in GitHub Desktop.
Save pipwilson/f29be554f7ac1b5939cef069445342c4 to your computer and use it in GitHub Desktop.
VS Code user settings
{
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "Solarized Dark",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/.settings": true,
"**/.idea" :true,
"**/.vscode": true,
"**/.classpath": true,
"**/.project": true
},
"window.openFilesInNewWindow": "off",
"files.autoSave": "off",
"workbench.editor.enablePreview": false,
"editor.renderWhitespace": "all",
"vsicons.dontShowNewVersionMessage": true,
"terminal.integrated.shell.windows": "C:\\tools\\cmder\\vendor\\git-for-windows\\bin\\bash.exe",
"git.path": "C:\\tools\\cmder\\vendor\\git-for-windows\\bin\\git.exe",
"java.errors.incompleteClasspath.severity": "ignore",
"workbench.startupEditor": "newUntitledFile",
"files.associations": {
"Vagrantfile": "ruby"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment