Skip to content

Instantly share code, notes, and snippets.

@abrahamdio
Last active December 19, 2018 19:39
Show Gist options
  • Save abrahamdio/36747737e84012aea3223176df321225 to your computer and use it in GitHub Desktop.
Save abrahamdio/36747737e84012aea3223176df321225 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-12-19T19:39:07.230Z","extensionVersion":"v3.2.4"}
[
{
"metadata": {
"id": "d3836729-9cc1-42c1-b2af-d50071f57d29",
"publisherId": "formulahendry.auto-close-tag",
"publisherDisplayName": "formulahendry"
},
"name": "auto-close-tag",
"publisher": "formulahendry",
"version": "0.5.6"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.2.4"
},
{
"metadata": {
"id": "90a838c3-675b-4b87-b7a5-75ea88432cce",
"publisherId": "joelday.docthis",
"publisherDisplayName": "joelday"
},
"name": "docthis",
"publisher": "joelday",
"version": "0.7.1"
},
{
"metadata": {
"id": "2335b326-c334-4e81-bc51-c408fcec6e7c",
"publisherId": "waderyan.gitblame",
"publisherDisplayName": "waderyan"
},
"name": "gitblame",
"publisher": "waderyan",
"version": "2.6.3"
},
{
"metadata": {
"id": "7f937559-a3c9-43e0-a62b-0008a5da127b",
"publisherId": "idleberg.hopscotch",
"publisherDisplayName": "idleberg"
},
"name": "hopscotch",
"publisher": "idleberg",
"version": "0.2.2"
},
{
"metadata": {
"id": "eaa2127d-cb69-4ab9-8505-a60c9ee5f28b",
"publisherId": "oderwat.indent-rainbow",
"publisherDisplayName": "oderwat"
},
"name": "indent-rainbow",
"publisher": "oderwat",
"version": "7.2.4"
},
{
"metadata": {
"publisherId": "salesforce.lwc-vscode",
"publisherDisplayName": "salesforce"
},
"name": "lwc-vscode",
"publisher": "salesforce",
"version": "0.15.0"
},
{
"metadata": {
"id": "79afa437-682e-4fa2-a4fd-87844832a1dc",
"publisherId": "ryu1kn.partial-diff",
"publisherDisplayName": "ryu1kn"
},
"name": "partial-diff",
"publisher": "ryu1kn",
"version": "1.4.0"
},
{
"metadata": {
"id": "67e66172-30c7-4478-8f5d-6eac4ae755dc",
"publisherId": "mohsen1.prettify-json",
"publisherDisplayName": "mohsen1"
},
"name": "prettify-json",
"publisher": "mohsen1",
"version": "0.0.3"
},
{
"metadata": {
"id": "1d9d0701-6f65-4174-a1a6-5720ffa59b61",
"publisherId": "salesforce.salesforcedx-vscode-core",
"publisherDisplayName": "salesforce"
},
"name": "salesforcedx-vscode-core",
"publisher": "salesforce",
"version": "44.11.0"
},
{
"metadata": {
"id": "72747198-3a76-4040-9fc0-a6fe07b25a0d",
"publisherId": "salesforce.salesforcedx-vscode-lightning",
"publisherDisplayName": "salesforce"
},
"name": "salesforcedx-vscode-lightning",
"publisher": "salesforce",
"version": "44.11.0"
},
{
"metadata": {
"id": "529697b9-b343-4b1c-ba2f-f5ef692132d4",
"publisherId": "ms-vscode.sublime-keybindings",
"publisherDisplayName": "ms-vscode"
},
"name": "sublime-keybindings",
"publisher": "ms-vscode",
"version": "4.0.0"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.7.2"
},
{
"metadata": {
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "robertohuertasm.vscode-icons",
"publisherDisplayName": "robertohuertasm"
},
"name": "vscode-icons",
"publisher": "robertohuertasm",
"version": "8.0.0"
},
{
"metadata": {
"id": "5a6dc0d5-dc02-4121-8e24-cad33a2ff0af",
"publisherId": "ms-vsliveshare.vsliveshare",
"publisherDisplayName": "ms-vsliveshare"
},
"name": "vsliveshare",
"publisher": "ms-vsliveshare",
"version": "0.3.1071"
},
{
"metadata": {
"id": "44152c54-df0e-4281-96be-de2d6ffcfeb0",
"publisherId": "sandcastle.whitespace",
"publisherDisplayName": "sandcastle"
},
"name": "whitespace",
"publisher": "sandcastle",
"version": "0.0.5"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "shift+alt+down",
"command": "",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+up",
"command": "",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+up",
"command": "cursorUpSelect",
"when": "editorTextFocus"
},
{
"key": "shift+alt+down",
"command": "cursorDownSelect",
"when": "editorTextFocus"
},
{
"key": "cmd+k cmd+b",
"command": "workbench.action.toggleSidebarVisibility"
},
{
"key": "cmd+b",
"command": "-workbench.action.toggleSidebarVisibility"
},
{
"key": "cmd+1",
"command": "workbench.action.openEditorAtIndex1"
},
{
"key": "cmd+2",
"command": "workbench.action.openEditorAtIndex2"
},
{
"key": "cmd+3",
"command": "workbench.action.openEditorAtIndex3"
},
{
"key": "cmd+4",
"command": "workbench.action.openEditorAtIndex4"
},
{
"key": "cmd+5",
"command": "workbench.action.openEditorAtIndex5"
},
{
"key": "cmd+6",
"command": "workbench.action.openEditorAtIndex6"
},
{
"key": "cmd+7",
"command": "workbench.action.openEditorAtIndex7"
},
{
"key": "cmd+8",
"command": "workbench.action.openEditorAtIndex8"
},
{
"key": "cmd+9",
"command": "workbench.action.openEditorAtIndex9"
},
{
"key": "ctrl+0",
"command": "workbench.action.focusSideBar"
},
{
"key": "ctrl+1",
"command": "workbench.action.focusFirstEditorGroup"
},
{
"key": "ctrl+2",
"command": "workbench.action.focusSecondEditorGroup"
},
{
"key": "ctrl+3",
"command": "workbench.action.focusThirdEditorGroup"
},
{
"key": "ctrl+cmd+down",
"command": "editor.action.moveLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+cmd+up",
"command": "editor.action.moveLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+down",
"command": "-editor.action.moveLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+up",
"command": "-editor.action.moveLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+cmd+]",
"command": "workbench.action.focusNextGroup"
},
{
"key": "ctrl+cmd+[",
"command": "workbench.action.focusPreviousGroup"
},
{
"key": "ctrl+alt+down",
"command": "editor.action.insertCursorBelow",
"when": "editorTextFocus"
},
{
"key": "alt+cmd+down",
"command": "-editor.action.insertCursorBelow",
"when": "editorTextFocus"
},
{
"key": "ctrl+alt+up",
"command": "editor.action.insertCursorAbove",
"when": "editorTextFocus"
},
{
"key": "alt+cmd+up",
"command": "-editor.action.insertCursorAbove",
"when": "editorTextFocus"
},
{
"key": "shift+cmd+[",
"command": "workbench.action.previousEditor"
},
{
"key": "shift+cmd+]",
"command": "workbench.action.nextEditor"
},
]
{
"editor.formatOnPaste": true,
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": false
},
"editor.renderWhitespace": "all",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.expo": true,
"**/.vscode": true,
"**/.DS_Store": true
},
"editor.quickSuggestionsDelay": 50,
"workbench.iconTheme": "vscode-icons",
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"explorer.openEditors.visible": 0,
"sync.gist": "36747737e84012aea3223176df321225",
"sync.lastUpload": "",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "2018-02-08T21:58:59.793Z",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"terminal.integrated.fontFamily": "Meslo LG M DZ for Powerline",
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.activityBar.visible": true,
"workbench.statusBar.visible": true,
"workbench.colorTheme": "Abyss",
"window.zoomLevel": 1,
"eslint.options": {
"configFile": "/Users/abraham.suharli/blt/app/main/core/ui-parent/modules.eslintrc.json"
},
"extensions.ignoreRecommendations": true,
"docthis.includeAuthorTag": false,
"docthis.includeDescriptionTag": true,
"docthis.includeMemberOfOnClassMembers": false,
"docthis.includeMemberOfOnInterfaceMembers": false,
"docthis.inferTypesFromNames": true,
"workbench.editor.showTabs": true,
"search.exclude": {
"**/target": true,
"**/node_modules": true,
"**/bower_components": true
},
"editor.wordWrap": "on",
"diffEditor.ignoreTrimWhitespace": false,
"perforce.user": "abraham.suharli",
"perforce.port": "ssl:p4proxy.soma.salesforce.com:1999",
"perforce.client": "abrahamsuha-wsm-blt",
"keyboard.touchbar.enabled": false,
"keyboard.dispatch": "keyCode",
"editor.fontWeight": "500",
"editor.fontSize": 14,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment