Skip to content

Instantly share code, notes, and snippets.

@Dogfalo
Last active December 30, 2017 03:39
Show Gist options
  • Save Dogfalo/62add24d9c1498814b38963ce724ded7 to your computer and use it in GitHub Desktop.
Save Dogfalo/62add24d9c1498814b38963ce724ded7 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2017-12-15T00:28:43.123Z","extensionVersion":"v2.8.7"}
[
{
"metadata": {
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
"publisherId": "HookyQR.beautify",
"publisherDisplayName": "HookyQR"
},
"name": "beautify",
"publisher": "HookyQR",
"version": "1.1.1"
},
{
"metadata": {
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherDisplayName": "CoenraadS"
},
"name": "bracket-pair-colorizer",
"publisher": "CoenraadS",
"version": "0.10.14"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.8.7"
},
{
"metadata": {
"id": "90a838c3-675b-4b87-b7a5-75ea88432cce",
"publisherId": "joelday.docthis",
"publisherDisplayName": "joelday"
},
"name": "docthis",
"publisher": "joelday",
"version": "0.6.0"
},
{
"metadata": {
"id": "7b71fc1b-190d-4f7d-95d1-93e422649b0a",
"publisherId": "Zignd.html-css-class-completion",
"publisherDisplayName": "Zignd"
},
"name": "html-css-class-completion",
"publisher": "Zignd",
"version": "1.14.0"
},
{
"metadata": {
"id": "e86acd7a-7484-4006-bf9f-5e9ddacb84d8",
"publisherId": "jasonlhy.hungry-delete",
"publisherDisplayName": "jasonlhy"
},
"name": "hungry-delete",
"publisher": "jasonlhy",
"version": "1.4.0"
},
{
"metadata": {
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherDisplayName": "PKief"
},
"name": "material-icon-theme",
"publisher": "PKief",
"version": "3.1.0"
},
{
"metadata": {
"id": "da1d0f98-4e87-49f4-85f6-d9bcec4e78f1",
"publisherId": "tristanremy.mirage",
"publisherDisplayName": "tristanremy"
},
"name": "mirage",
"publisher": "tristanremy",
"version": "0.3.10"
},
{
"metadata": {
"id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
"publisherId": "christian-kohler.path-intellisense",
"publisherDisplayName": "christian-kohler"
},
"name": "path-intellisense",
"publisher": "christian-kohler",
"version": "1.4.2"
},
{
"metadata": {
"id": "2f5dd8cb-d251-4d70-abfe-ddebcb077483",
"publisherId": "octref.vetur",
"publisherDisplayName": "octref"
},
"name": "vetur",
"publisher": "octref",
"version": "0.11.4"
},
{
"metadata": {
"id": "dffaf5a1-2219-434b-9d87-cb586fd59260",
"publisherId": "Equinusocio.vsc-material-theme",
"publisherDisplayName": "Equinusocio"
},
"name": "vsc-material-theme",
"publisher": "Equinusocio",
"version": "1.1.2"
},
{
"metadata": {
"id": "66aff7f9-96b5-4e8b-a5f6-2c27c968a816",
"publisherId": "jmfirth.vsc-space-block-jumper",
"publisherDisplayName": "jmfirth"
},
"name": "vsc-space-block-jumper",
"publisher": "jmfirth",
"version": "1.2.2"
},
{
"metadata": {
"id": "8dddff65-1f17-4f35-b6a2-a50d7829da04",
"publisherId": "lfs.vscode-emacs-friendly",
"publisherDisplayName": "lfs"
},
"name": "vscode-emacs-friendly",
"publisher": "lfs",
"version": "0.8.2"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.4.3"
},
{
"metadata": {
"id": "ae9e3eb0-3357-4cc0-90ee-598d2d384757",
"publisherId": "eg2.vscode-npm-script",
"publisherDisplayName": "eg2"
},
"name": "vscode-npm-script",
"publisher": "eg2",
"version": "0.3.3"
},
{
"metadata": {
"id": "9b2c953d-6ad4-46d1-b18e-7e5992d1d8a6",
"publisherId": "akamud.vscode-theme-onedark",
"publisherDisplayName": "akamud"
},
"name": "vscode-theme-onedark",
"publisher": "akamud",
"version": "2.1.0"
}
]
// Place your key bindings in this file to overwrite the defaults
[{
"key": "ctrl+i",
"command": "HookyQR.beautify",
"when": "editorFocus"
},
{
"key": "ctrl+shift+-",
"command": "undo",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+/",
"command": "redo",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+c f",
"command": "workbench.action.quickOpen"
},
{
"key": "ctrl+x 3",
"command": "workbench.action.splitEditor"
},
{
"key": "ctrl+x 2",
"command": "workbench.action.toggleEditorGroupLayout"
},
{
"key": "alt+n",
"command": "spaceBlockJumper.moveDown"
},
{
"key": "alt+p",
"command": "spaceBlockJumper.moveUp"
},
{
"key": "ctrl+shift+.",
"command": "editor.action.addSelectionToNextFindMatch",
"when": "editorFocus"
},
{
"key": "ctrl+shift+,",
"command": "editor.action.addSelectionToPreviousFindMatch"
}
]
{
"editor.fontSize": 15,
"editor.tabSize": 2,
"editor.formatOnSave": false,
"editor.insertSpaces": true,
"editor.useTabStops": false,
"editor.trimAutoWhitespace": true,
"window.zoomLevel": 0,
"workbench.colorTheme": "Mirage",
"workbench.iconTheme": "material-icon-theme",
"editor.renderWhitespace": "all",
"editor.lineNumbers": "off",
"editor.folding": false,
"editor.glyphMargin": false,
"editor.minimap.enabled": false,
"extensions.ignoreRecommendations": false,
"sync.gist": "62add24d9c1498814b38963ce724ded7",
"sync.lastUpload": "2017-12-15T00:22:23.542Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"files.trimTrailingWhitespace": true,
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"editor.renderControlCharacters": false,
"workbench.sideBar.location": "left",
"window.menuBarVisibility": "toggle",
"hungryDelete.enableSmartBackspace": false
}
{
"log": {
"prefix": "log",
"body": [
"console.log(${1});"
],
"description": "Console Log"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment