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

move stuff around to make just dotfiles work on linux

This commit is contained in:
2020-05-13 11:19:39 -04:00
parent bc2ee5ceec
commit 53ff9d8ecb
11 changed files with 131 additions and 412 deletions

View File

@@ -47,7 +47,7 @@
},
"name": "cpptools",
"publisher": "ms-vscode",
"version": "0.27.1"
"version": "0.28.0"
},
{
"metadata": {
@@ -69,6 +69,16 @@
"publisher": "EditorConfig",
"version": "0.14.5"
},
{
"metadata": {
"id": "7328a705-91fc-49e6-8293-da6f112e482d",
"publisherId": "GitHub.github-vscode-theme",
"publisherDisplayName": "GitHub"
},
"name": "github-vscode-theme",
"publisher": "GitHub",
"version": "1.0.0"
},
{
"metadata": {
"id": "d6f6cfea-4b6f-41f4-b571-6ad2ab7918da",
@@ -99,6 +109,16 @@
"publisher": "PKief",
"version": "4.1.0"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "4.6.0"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
@@ -107,7 +127,7 @@
},
"name": "python",
"publisher": "ms-python",
"version": "2020.4.76186"
"version": "2020.5.78807"
},
{
"metadata": {
@@ -167,7 +187,7 @@
},
"name": "vscode-docker",
"publisher": "ms-azuretools",
"version": "1.1.0"
"version": "1.2.0"
},
{
"metadata": {
@@ -179,6 +199,16 @@
"publisher": "mrmlnc",
"version": "1.2.1"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "2.1.5"
},
{
"metadata": {
"id": "c5f4d87f-a524-462c-ac01-923eb19cf3e9",
@@ -189,6 +219,16 @@
"publisher": "firefox-devtools",
"version": "2.8.0"
},
{
"metadata": {
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "vscode-icons-team.vscode-icons",
"publisherDisplayName": "vscode-icons-team"
},
"name": "vscode-icons",
"publisher": "vscode-icons-team",
"version": "10.1.1"
},
{
"metadata": {
"id": "69ddd764-339a-4ecc-97c1-9c4ece58e36d",

View File

@@ -1,6 +1,5 @@
// Place your key bindings in this file to overwrite the defaults
[
{ "key": "ctrl+tab", "command": "workbench.action.nextEditor" },
{ "key": "ctrl+shift+tab", "command": "workbench.action.previousEditor" }
{ "key": "ctrl+tab", "command": "workbench.action.nextEditor" },
{ "key": "ctrl+shift+tab", "command": "workbench.action.previousEditor" }
]

View File

@@ -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"
}