1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2026-01-12 16:32:54 -05:00

random 2019 updates

This commit is contained in:
2019-07-05 20:52:47 -04:00
parent 2d77da8c1f
commit f763a1b3cd
7 changed files with 536 additions and 92 deletions

View File

@@ -1,9 +1,40 @@
// Place your settings in this file to overwrite the default settings
{
"workbench.colorTheme": "Slime",
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Source Code Pro, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 14.5,
"editor.cursorStyle": "line",
"extensions.autoUpdate": false
}
"sync.gist": "80a04530e0142ff5b7b77c92d5c6f526",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.forceDownload": false,
"sync.quietSync": false,
"sync.askGistName": false,
"extensions.autoUpdate": true,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"window.zoomLevel": 0,
"team.showWelcomeMessage": false,
"workbench.colorCustomizations": {},
"workbench.colorTheme": "Slime",
"editor.minimap.enabled": false,
"workbench.enableExperiments": false,
"workbench.quickOpen.preserveInput": true,
"workbench.startupEditor": "none",
"workbench.statusBar.feedback.visible": false,
"breadcrumbs.enabled": true,
"workbench.editor.openPositioning": "last",
"workbench.editor.tabSizing": "shrink",
"workbench.settings.enableNaturalLanguageSearch": false,
"terminal.external.osxExec": "iTerm.app",
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"team.appInsights.enabled": false,
"html.autoClosingTags": false,
"html.format.indentInnerHtml": true,
"css.lint.important": "warning",
"css.lint.unknownVendorSpecificProperties": "warning",
"css.lint.zeroUnits": "warning",
"git.enableCommitSigning": true,
"git.showPushSuccessNotification": true
}