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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user