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

updates (mainly to FF user.js)

This commit is contained in:
2020-05-10 20:42:33 -04:00
parent 6b1b362219
commit 7ab7f84307
6 changed files with 353 additions and 197 deletions

View File

@@ -7,30 +7,26 @@
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.forceDownload": false,
"sync.quietSync": false,
"sync.quietSync": true,
"sync.askGistName": false,
"extensions.autoUpdate": true,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"window.zoomLevel": 0,
"team.showWelcomeMessage": false,
"workbench.colorCustomizations": {},
"workbench.colorTheme": "Slime",
"editor.rulers": [80],
"editor.minimap.enabled": false,
"workbench.enableExperiments": false,
"workbench.quickOpen.preserveInput": true,
"workbench.startupEditor": "none",
"workbench.statusBar.feedback.visible": false,
"breadcrumbs.enabled": true,
"breadcrumbs.enabled": false,
"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,
"html.format.endWithNewline": true,
"css.lint.important": "warning",
"css.lint.unknownVendorSpecificProperties": "warning",
"css.lint.zeroUnits": "warning",
@@ -38,13 +34,51 @@
"git.showPushSuccessNotification": true,
"workbench.iconTheme": "material-icon-theme",
"liveshare.featureSet": "insiders",
"aws.telemetry": false,
"aws.profile": "default",
"aws.profile": "profile:default",
"githubPullRequests.remotes": [
"origin",
"upstream",
"github"
"github",
"hosted"
],
"sync.forceUpload": true,
"editor.renderWhitespace": "none"
"editor.renderWhitespace": "none",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"go.useLanguageServer": true,
"go.lintTool": "golangci-lint",
"go.lintOnSave": "off",
"go.formatTool": "gofmt",
"githubPullRequests.telemetry.enabled": false,
"go.buildOnSave": "off",
"go.vetOnSave": "off",
"php.validate.run": "onType",
"material-icon-theme.activeIconPack": "",
"material-icon-theme.saturation": null,
"workbench.colorTheme": "Slime",
"aws.samcli.location": "/usr/local/bin/sam",
"git.autofetch": true,
"editor.acceptSuggestionOnEnter": "off",
"workbench.tips.enabled": false,
"workbench.editor.tabSizing": "shrink",
"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,
"diffEditor.renderSideBySide": true,
"githubIssues.queries": [
{
"label": "My Issues",
"query": "default"
},
{
"label": "Created Issues",
"query": "author:${user} state:open repo:${owner}/${repository} sort:updated-desc"
}
],
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.cursorBlinking": true
}