Skip to content

Instantly share code, notes, and snippets.

@dandevri
Last active July 7, 2018 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dandevri/f103267419247a7f92297c6be0a6f529 to your computer and use it in GitHub Desktop.
Save dandevri/f103267419247a7f92297c6be0a6f529 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-07-07T14:53:53.164Z","extensionVersion":"v2.9.2"}
[
{
"metadata": {
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
"publisherId": "formulahendry.auto-rename-tag",
"publisherDisplayName": "formulahendry"
},
"name": "auto-rename-tag",
"publisher": "formulahendry",
"version": "0.0.15"
},
{
"metadata": {
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherDisplayName": "CoenraadS"
},
"name": "bracket-pair-colorizer",
"publisher": "CoenraadS",
"version": "1.0.59"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.9.2"
},
{
"metadata": {
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "EditorConfig.EditorConfig",
"publisherDisplayName": "EditorConfig"
},
"name": "EditorConfig",
"publisher": "EditorConfig",
"version": "0.12.4"
},
{
"metadata": {
"id": "e58f546c-babc-455f-a265-ba40dbd140d4",
"publisherId": "sdras.night-owl",
"publisherDisplayName": "sdras"
},
"name": "night-owl",
"publisher": "sdras",
"version": "0.4.0"
},
{
"metadata": {
"id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8",
"publisherId": "christian-kohler.npm-intellisense",
"publisherDisplayName": "christian-kohler"
},
"name": "npm-intellisense",
"publisher": "christian-kohler",
"version": "1.3.0"
},
{
"metadata": {
"id": "d80b9a94-f4a6-4e39-bc42-62212e365682",
"publisherId": "pnp.polacode",
"publisherDisplayName": "pnp"
},
"name": "polacode",
"publisher": "pnp",
"version": "0.2.2"
},
{
"metadata": {
"id": "f8b5562e-a2d9-49ab-9f91-e7da91998a92",
"publisherId": "shinnn.stylelint",
"publisherDisplayName": "shinnn"
},
"name": "stylelint",
"publisher": "shinnn",
"version": "0.37.0"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.4.12"
},
{
"metadata": {
"id": "c46b0018-f317-4b6c-a785-d2039b27338f",
"publisherId": "wix.vscode-import-cost",
"publisherDisplayName": "wix"
},
"name": "vscode-import-cost",
"publisher": "wix",
"version": "2.7.2"
},
{
"metadata": {
"id": "beb68b20-7c55-471c-9b63-3486f9423566",
"publisherId": "mrmlnc.vscode-scss",
"publisherDisplayName": "mrmlnc"
},
"name": "vscode-scss",
"publisher": "mrmlnc",
"version": "0.6.2"
}
]
[
{
"key": "a",
"command": "explorer.newFile",
"when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot && !inputFocus"
},
{
"key": "shift+a",
"command": "explorer.newFolder",
"when": "explorerViewletVisible && filesExplorerFocus"
},
{ "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": "backspace",
"command": "moveFileToTrash",
"when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot && !inputFocus"
},
{
"key": "j",
"command": "list.focusDown",
"when": "listFocus && !inputFocus"
},
{
"key": "k",
"command": "list.focusUp",
"when": "listFocus && !inputFocus"
},
{
"key": "cmd+y",
"command": "redo",
"when": "textInputFocus && !editorReadonly"
},
{
"key": "ctrl+o",
"command": "workbench.files.action.focusFilesExplorer"
},
{ "key": "enter",
"command": "list.select",
"when": "explorerViewletVisible && filesExplorerFocus"
},
{
"key": "shift+cmd+g",
"command": "workbench.view.scm"
},
{
"key": "r",
"command": "renameFile",
"when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot && !inputFocus"
},
]
{
"git.autofetch": true,
"editor.multiCursorModifier": "ctrlCmd",
"terminal.integrated.shell.osx": "/bin/zsh",
"git.enableSmartCommit": true,
"workbench.startupEditor": "none",
"explorer.confirmDragAndDrop": false,
"window.zoomLevel": 0,
"editor.tabSize": 2,
"editor.fontFamily": "Input Mono Narrow",
"editor.fontSize": 12,
"editor.cursorStyle": "line-thin",
"editor.renderIndentGuides": true,
"editor.renderWhitespace": "all",
"terminal.integrated.fontFamily": "Input Mono Condensed",
"workbench.colorTheme": "Night Owl",
"terminal.integrated.cursorStyle": "line",
"workbench.iconTheme": "vs-minimal",
"workbench.colorCustomizations": {
"activityBar.border": "#102a44",
"sideBar.border": "#102a44",
"sideBar.foreground": "#8BADC1"
},
"files.autoSave": "onFocusChange",
"editor.wordWrap": "on",
"editor.cursorBlinking": "solid",
"editor.lineHeight": 19,
"markdown.preview.lineHeight": 2,
"workbench.editor.tabSizing": "shrink",
"editor.minimap.enabled": false,
"extensions.ignoreRecommendations": true,
"extensions.showRecommendationsOnlyOnDemand": true,
"workbench.editor.tabCloseButton": "off",
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editor.enablePreview": false,
"auto-rename-tag.activationOnLanguage": [
"html"
],
"explorer.confirmDelete": false,
"sync.gist": "f103267419247a7f92297c6be0a6f529",
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastUpload": "2018-07-01T18:31:47.597Z",
"sync.lastDownload": "",
"sync.forceDownload": false,
"npm.enableScriptExplorer": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment