mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2026-01-12 16:32:54 -05:00
move stuff around to make just dotfiles work on linux
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// 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.fontSize": 14,
|
||||
"editor.cursorStyle": "line",
|
||||
"sync.gist": "80a04530e0142ff5b7b77c92d5c6f526",
|
||||
"sync.autoDownload": false,
|
||||
@@ -25,22 +25,15 @@
|
||||
"terminal.external.osxExec": "iTerm.app",
|
||||
"telemetry.enableCrashReporter": false,
|
||||
"telemetry.enableTelemetry": false,
|
||||
"html.format.indentInnerHtml": true,
|
||||
"html.format.endWithNewline": true,
|
||||
"css.lint.important": "warning",
|
||||
"css.lint.unknownVendorSpecificProperties": "warning",
|
||||
"css.lint.zeroUnits": "warning",
|
||||
"git.enableCommitSigning": true,
|
||||
"git.showPushSuccessNotification": true,
|
||||
"workbench.iconTheme": "material-icon-theme",
|
||||
"workbench.iconTheme": "vscode-icons",
|
||||
"liveshare.featureSet": "insiders",
|
||||
"aws.profile": "profile:default",
|
||||
"githubPullRequests.remotes": [
|
||||
"origin",
|
||||
"upstream",
|
||||
"github",
|
||||
"hosted"
|
||||
],
|
||||
"sync.forceUpload": true,
|
||||
"editor.renderWhitespace": "none",
|
||||
"editor.suggestSelection": "first",
|
||||
@@ -53,9 +46,7 @@
|
||||
"go.buildOnSave": "off",
|
||||
"go.vetOnSave": "off",
|
||||
"php.validate.run": "onType",
|
||||
"material-icon-theme.activeIconPack": "",
|
||||
"material-icon-theme.saturation": null,
|
||||
"workbench.colorTheme": "Slime",
|
||||
"workbench.colorTheme": "GitHub Dark",
|
||||
"aws.samcli.location": "/usr/local/bin/sam",
|
||||
"git.autofetch": true,
|
||||
"editor.acceptSuggestionOnEnter": "off",
|
||||
@@ -80,5 +71,21 @@
|
||||
}
|
||||
],
|
||||
"terminal.integrated.cursorStyle": "line",
|
||||
"terminal.integrated.cursorBlinking": true
|
||||
"terminal.integrated.cursorBlinking": true,
|
||||
"prettier.requireConfig": true,
|
||||
"eslint.alwaysShowStatus": true,
|
||||
"aws.telemetry": false,
|
||||
"git.allowForcePush": true,
|
||||
"git.defaultCloneDirectory": "~/source",
|
||||
"git.fetchOnPull": true,
|
||||
"git.suggestSmartCommit": false,
|
||||
"githubPullRequests.defaultMergeMethod": "rebase",
|
||||
"material-icon-theme.activeIconPack": "none",
|
||||
"material-icon-theme.showReloadMessage": false,
|
||||
"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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user