Last active
April 30, 2020 20:23
-
-
Save cumet04/779b0068b023d24c7a244efb95cb6004 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-04-29T15:04:09.105Z","extensionVersion":"v3.4.3"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"metadata": { | |
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", | |
"publisherId": "Shan.code-settings-sync", | |
"publisherDisplayName": "Shan" | |
}, | |
"name": "code-settings-sync", | |
"publisher": "Shan", | |
"version": "3.4.3" | |
}, | |
{ | |
"metadata": { | |
"id": "93ce222b-5f6f-49b7-9ab1-a0463c6238df", | |
"publisherId": "ms-vscode-remote.remote-containers", | |
"publisherDisplayName": "ms-vscode-remote" | |
}, | |
"name": "remote-containers", | |
"publisher": "ms-vscode-remote", | |
"version": "0.112.0" | |
}, | |
{ | |
"metadata": { | |
"id": "f0c5397b-d357-4197-99f0-cb4202f22818", | |
"publisherId": "ms-vscode-remote.remote-wsl", | |
"publisherDisplayName": "ms-vscode-remote" | |
}, | |
"name": "remote-wsl", | |
"publisher": "ms-vscode-remote", | |
"version": "0.44.2" | |
}, | |
{ | |
"metadata": { | |
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03", | |
"publisherId": "vscodevim.vim", | |
"publisherDisplayName": "vscodevim" | |
}, | |
"name": "vim", | |
"publisher": "vscodevim", | |
"version": "1.13.1" | |
}, | |
{ | |
"metadata": { | |
"id": "708cfcd8-e0c6-49ca-9af6-b27a342d247b", | |
"publisherId": "wingrunr21.vscode-ruby", | |
"publisherDisplayName": "wingrunr21" | |
}, | |
"name": "vscode-ruby", | |
"publisher": "wingrunr21", | |
"version": "0.27.0" | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extensions": [ | |
"matklad.rust-analyzer" | |
], | |
"workspaceFolder": "/app" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extensions": [ | |
"matklad.rust-analyzer" | |
], | |
"workspaceFolder": "/app" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workspaceFolder": "/app" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workspaceFolder": "/app" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"remoteUser": "www-data" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Empty | |
[ | |
{ | |
"key": "ctrl+e", | |
"command": "-workbench.action.quickOpen" | |
}, | |
{ | |
"key": "ctrl+a", | |
"command": "-editor.action.selectAll", | |
"when": "textInputFocus" | |
}, | |
{ | |
"key": "ctrl+k", | |
"command": "deleteAllRight", | |
"when": "terminalFocus" | |
}, | |
{ | |
"key": "ctrl+p", | |
"command": "workbench.action.quickOpen", | |
"when": "!terminalFocus" | |
}, | |
{ | |
"key": "ctrl+p", | |
"command": "-workbench.action.quickOpen" | |
}, | |
{ | |
"key": "ctrl+f", | |
"command": "-workbench.action.terminal.focusFindWidget", | |
"when": "terminalFocus" | |
}, | |
{ | |
"key": "ctrl+f", | |
"command": "-workbench.action.terminal.focusFindWidget", | |
"when": "terminalFindWidgetFocused" | |
}, | |
{ | |
"key": "ctrl+f", | |
"command": "-workbench.action.terminal.focusFindWidget", | |
"when": "terminalFindWidgetFocused || terminalFocus" | |
}, | |
{ | |
"key": "tab", | |
"command": "workbench.action.terminal.focus", | |
"when": "editorTextFocus && vim.active && vim.mode != 'Insert'" | |
}, | |
{ | |
"key": "ctrl+shift+b", | |
"command": "-workbench.action.tasks.build" | |
}, | |
{ | |
"key": "ctrl+shift+b", | |
"command": "workbench.action.toggleSidebarVisibility" | |
}, | |
{ | |
"key": "ctrl+b", | |
"command": "-workbench.action.toggleSidebarVisibility" | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Empty |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"editor.fontSize": 16, | |
"editor.fontFamily": "Consolas", | |
"editor.renderIndentGuides": true, | |
"editor.rulers": [ | |
80, | |
100 | |
], | |
"editor.tabSize": 2, | |
"editor.formatOnSave": true, | |
"editor.minimap.enabled": false, | |
"explorer.confirmDragAndDrop": false, | |
"extensions.ignoreRecommendations": true, | |
"files.insertFinalNewline": true, | |
"files.eol": "\n", | |
"files.exclude": { | |
"**/.vscode": true, | |
"**/.vscode-server": true, | |
"**/.envrc": true, | |
"**/node_modules": true, | |
"**/.editorconfig": true, | |
"**/.nuxt": true, | |
"**/jsconfig.json": true, | |
}, | |
"gist.defaultPrivate": true, | |
"css.validate": false, | |
"scss.validate": false, | |
"search.useIgnoreFiles": true, | |
"terminal.integrated.fontFamily": "Consolas", | |
"terminal.integrated.fontSize": 16, | |
"terminal.integrated.macOptionIsMeta": true, | |
"vim.useSystemClipboard": true, | |
"vim.handleKeys": { | |
"<C-d>": true, | |
"<C-u>": true | |
}, | |
"workbench.startupEditor": "newUntitledFile", | |
"workbench.tree.indent": 16, | |
"sync.gist": "779b0068b023d24c7a244efb95cb6004", | |
"sync.autoUpload": true, | |
"sync.autoDownload": true, | |
"html.format.enable": false, | |
"vetur.format.defaultFormatter.html": "prettier", | |
"ruby.useLanguageServer": true, | |
"[vue]": { | |
"editor.defaultFormatter": "octref.vetur" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"prettier.disableLanguages": [ | |
"markdown" | |
], | |
"workbench.sideBar.location": "right", | |
"window.menuBarVisibility": "toggle", | |
"workbench.statusBar.visible": true, | |
"workbench.activityBar.visible": false, | |
"breadcrumbs.enabled": false, | |
"rufo.useBundler": true, | |
"ruby.format": "rufo", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment