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

brewfile, firefox, vscode updates

This commit is contained in:
2020-07-26 11:31:25 -04:00
parent 6f1b663987
commit 32a95ccc7d
6 changed files with 107 additions and 53 deletions

View File

@@ -2,7 +2,6 @@
{
"editor.fontFamily": "Source Code Pro, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 14,
"editor.cursorStyle": "line",
"sync.gist": "80a04530e0142ff5b7b77c92d5c6f526",
"sync.autoDownload": false,
"sync.autoUpload": false,
@@ -19,7 +18,6 @@
"workbench.enableExperiments": false,
"workbench.quickOpen.preserveInput": true,
"workbench.startupEditor": "none",
"breadcrumbs.enabled": false,
"workbench.editor.openPositioning": "last",
"workbench.settings.enableNaturalLanguageSearch": false,
"terminal.external.osxExec": "iTerm.app",
@@ -31,7 +29,7 @@
"css.lint.zeroUnits": "warning",
"git.enableCommitSigning": true,
"git.showPushSuccessNotification": true,
"workbench.iconTheme": "vscode-icons",
"workbench.iconTheme": "material-icon-theme",
"liveshare.featureSet": "insiders",
"aws.profile": "profile:default",
"sync.forceUpload": true,
@@ -49,9 +47,8 @@
"workbench.colorTheme": "GitHub Dark",
"aws.samcli.location": "/usr/local/bin/sam",
"git.autofetch": true,
"editor.acceptSuggestionOnEnter": "off",
"editor.acceptSuggestionOnEnter": "smart",
"workbench.tips.enabled": false,
"workbench.editor.tabSizing": "shrink",
"explorer.confirmDragAndDrop": false,
"extensions.ignoreRecommendations": true,
"extensions.showRecommendationsOnlyOnDemand": true,
@@ -73,7 +70,6 @@
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.cursorBlinking": true,
"prettier.requireConfig": true,
"eslint.alwaysShowStatus": true,
"aws.telemetry": false,
"git.allowForcePush": true,
"git.defaultCloneDirectory": "~/source",
@@ -85,7 +81,25 @@
"material-icon-theme.showWelcomeMessage": false,
"prettier.configPath": ".prettierrc",
"dotfiles.repository": "https://github.com/jakejarvis/dotfiles.git",
"scss.lint.duplicateProperties": "warning",
"scss.lint.compatibleVendorPrefixes": "warning",
"scss.lint.zeroUnits": "warning"
"editor.lineHeight": 23,
"markdown.preview.lineHeight": 1.75,
"css.validate": false,
"less.validate": false,
"scss.validate": false,
"java.home": "/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home",
"java.help.firstView": "gettingStarted",
"java.configuration.checkProjectSettingsExclusions": false,
"editor.tabSize": 2,
"workbench.view.alwaysShowHeaderActions": true,
"workbench.editor.highlightModifiedTabs": true,
"workbench.editor.tabSizing": "shrink",
"window.openFilesInNewWindow": "default",
"aws.cdk.explorer.enabled": false,
"git.scanRepositories": [
"~/source"
],
"githubIssues.useBranchForIssues": "prompt",
"material-icon-theme.folders.theme": "classic",
"scss.lint.zeroUnits": "warning",
"stylelint.reportNeedlessDisables": true
}