1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-04-26 15:48:27 -04:00
dotfiles/vscode/settings.json

51 lines
1.8 KiB
JSON

// Place your settings in this file to overwrite the default settings
{
"editor.fontFamily": "Source Code Pro, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 14.5,
"editor.cursorStyle": "line",
"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,
"workbench.iconTheme": "material-icon-theme",
"liveshare.featureSet": "insiders",
"aws.telemetry": false,
"aws.profile": "default",
"githubPullRequests.remotes": [
"origin",
"upstream",
"github"
],
"sync.forceUpload": true,
"editor.renderWhitespace": "none"
}