Skip to content

Instantly share code, notes, and snippets.

@jaredcnance
Last active October 30, 2017 15:47
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 jaredcnance/b3c645af5de835540e5a0a4810d9d166 to your computer and use it in GitHub Desktop.
Save jaredcnance/b3c645af5de835540e5a0a4810d9d166 to your computer and use it in GitHub Desktop.
{
"window.zoomLevel": -2,
//"terminal.integrated.fontFamily": "Meslo LG M DZ for Powerline", // mac only
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "Material Palenight",
"editor.codeLens": true,
"window.zoomLevel": -1,
"editor.renderWhitespace": "boundary",
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/tmp": true,
"**/dist": true,
"**/obj": true,
"**/bin": true
},
"explorer.autoReveal": false,
"csharp.suppressHiddenDiagnostics": false,
"editor.fontFamily": "Fira Code",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"editor.formatOnSave": true,
"editor.renderWhitespace": "all",
"workbench.editor.labelFormat": "medium",
"cSpell.enabledLanguageIds": [
"c",
"cpp",
// "csharp",
"go",
"handlebars",
"javascript",
"javascriptreact",
"json",
"latex",
"markdown",
"php",
"plaintext",
"python",
"restructuredtext",
"text",
"typescript",
"typescriptreact",
"yml"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment