1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-11-04 22:10:09 -05:00

some updates for my new M1 mac

This commit is contained in:
2021-02-11 10:28:06 -05:00
parent 1348e52eb2
commit 3515d439b8
9 changed files with 70 additions and 144 deletions

Binary file not shown.

View File

@@ -1,20 +1,11 @@
// Place your settings in this file to overwrite the default settings
{
"editor.fontFamily": "Source Code Pro, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 14,
"sync.gist": "80a04530e0142ff5b7b77c92d5c6f526",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.forceDownload": false,
"sync.quietSync": true,
"sync.askGistName": false,
"extensions.autoUpdate": true,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"window.zoomLevel": 0,
"workbench.colorCustomizations": {},
"editor.fontFamily": "'Source Code Pro', Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 13,
"editor.rulers": [80],
"editor.minimap.enabled": false,
"extensions.autoUpdate": true,
"workbench.colorCustomizations": {},
"workbench.enableExperiments": false,
"workbench.quickOpen.preserveInput": true,
"workbench.startupEditor": "none",
@@ -31,8 +22,6 @@
"git.showPushSuccessNotification": true,
"workbench.iconTheme": "material-icon-theme",
"liveshare.featureSet": "insiders",
"aws.profile": "profile:default",
"sync.forceUpload": true,
"editor.renderWhitespace": "none",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
@@ -45,17 +34,15 @@
"go.vetOnSave": "off",
"php.validate.run": "onType",
"workbench.colorTheme": "GitHub Dark",
"aws.samcli.location": "/usr/local/bin/sam",
"aws.samcli.location": "/opt/homebrew/bin/sam",
"git.autofetch": true,
"editor.acceptSuggestionOnEnter": "smart",
"workbench.tips.enabled": false,
"explorer.confirmDragAndDrop": false,
"extensions.ignoreRecommendations": true,
"extensions.showRecommendationsOnlyOnDemand": true,
"terminal.explorerKind": "external",
"remote.SSH.showLoginTerminal": true,
"terminal.integrated.shell.osx": "/bin/zsh",
"editor.letterSpacing": 0.2,
"terminal.integrated.shell.osx": "/opt/homebrew/bin/zsh",
"diffEditor.renderSideBySide": true,
"githubIssues.queries": [
{
@@ -72,7 +59,6 @@
"prettier.requireConfig": true,
"aws.telemetry": false,
"git.allowForcePush": true,
"git.defaultCloneDirectory": "~/source",
"git.fetchOnPull": true,
"git.suggestSmartCommit": false,
"githubPullRequests.defaultMergeMethod": "rebase",
@@ -86,9 +72,6 @@
"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,
@@ -101,5 +84,16 @@
"githubIssues.useBranchForIssues": "prompt",
"material-icon-theme.folders.theme": "classic",
"scss.lint.zeroUnits": "warning",
"stylelint.reportNeedlessDisables": true
"stylelint.reportNeedlessDisables": true,
"codespaces.accountProvider": "GitHub",
"settingsSync.ignoredSettings": [
],
"settingsSync.ignoredExtensions": [
"amazonwebservices.aws-toolkit-vscode",
"ms-vscode.azure-account",
"msjsdiag.debugger-for-chrome",
"firefox-devtools.vscode-firefox-debug"
],
"aws.profile": "profile:default"
}