Skip to content

Instantly share code, notes, and snippets.

@einarlove
Last active May 4, 2018 08:22
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 einarlove/3238312c88fdee1e27665934d9fdfc29 to your computer and use it in GitHub Desktop.
Save einarlove/3238312c88fdee1e27665934d9fdfc29 to your computer and use it in GitHub Desktop.
Subliminal : Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-05-04T08:22:20.231Z","extensionVersion":"v2.9.2"}
[
{
"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": "532533c9-a894-4a58-9eee-bbfbe7c06f71",
"publisherId": "mikestead.dotenv",
"publisherDisplayName": "mikestead"
},
"name": "dotenv",
"publisher": "mikestead",
"version": "1.0.1"
},
{
"metadata": {
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "donjayamanne.githistory",
"publisherDisplayName": "donjayamanne"
},
"name": "githistory",
"publisher": "donjayamanne",
"version": "0.4.0"
},
{
"metadata": {
"id": "3e8a391a-f3f0-44b2-8631-7847b0c8839a",
"publisherId": "kumar-harsh.graphql-for-vscode",
"publisherDisplayName": "kumar-harsh"
},
"name": "graphql-for-vscode",
"publisher": "kumar-harsh",
"version": "1.10.2"
},
{
"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": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "1.3.1"
},
{
"metadata": {
"id": "9d9198ef-15c4-45f2-889d-268757515ebb",
"publisherId": "TimonVS.ReactSnippetsStandard",
"publisherDisplayName": "TimonVS"
},
"name": "ReactSnippetsStandard",
"publisher": "TimonVS",
"version": "1.1.0"
},
{
"metadata": {
"id": "b864db6b-8147-4ff8-b05a-f7c906c91f02",
"publisherId": "joshpeng.sublime-babel-vscode",
"publisherDisplayName": "joshpeng"
},
"name": "sublime-babel-vscode",
"publisher": "joshpeng",
"version": "0.2.9"
},
{
"metadata": {
"id": "06e5aaf2-85ae-4d7e-abe1-4d2975a80171",
"publisherId": "gaearon.subliminal",
"publisherDisplayName": "gaearon"
},
"name": "subliminal",
"publisher": "gaearon",
"version": "1.0.0"
},
{
"metadata": {
"id": "d477f472-4e0f-4b5c-bb35-b7c157fa4eb8",
"publisherId": "rafamel.subtle-brackets",
"publisherDisplayName": "rafamel"
},
"name": "subtle-brackets",
"publisher": "rafamel",
"version": "2.1.1"
},
{
"metadata": {
"id": "71a89264-6924-42d2-87f4-5429f031ab05",
"publisherId": "tgreen7.vs-code-node-require",
"publisherDisplayName": "tgreen7"
},
"name": "vs-code-node-require",
"publisher": "tgreen7",
"version": "1.2.5"
},
{
"metadata": {
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
"publisherId": "PeterJausovec.vscode-docker",
"publisherDisplayName": "PeterJausovec"
},
"name": "vscode-docker",
"publisher": "PeterJausovec",
"version": "0.0.26"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.4.8"
},
{
"metadata": {
"id": "d637104e-1fd7-4063-98fc-8afe46012c9b",
"publisherId": "sleistner.vscode-fileutils",
"publisherDisplayName": "sleistner"
},
"name": "vscode-fileutils",
"publisher": "sleistner",
"version": "2.8.1"
},
{
"metadata": {
"id": "06cc3e44-aedb-41b8-a4ea-29ebf3c491fd",
"publisherId": "jpoissonnier.vscode-styled-components",
"publisherDisplayName": "jpoissonnier"
},
"name": "vscode-styled-components",
"publisher": "jpoissonnier",
"version": "0.0.18"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "cmd+'",
"command": "editor.action.insertSnippet",
"when": "editorTextFocus",
"args": {
"snippet": "console.log(${1:$TM_SELECTED_TEXT})"
}
},
{
"key": "shift+cmd+a",
"command": "editor.action.smartSelect.grow",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+cmd+right",
"command": "-editor.action.smartSelect.grow",
"when": "editorTextFocus"
},
{
"key": "shift+alt+cmd+a",
"command": "editor.action.smartSelect.shrink",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+cmd+left",
"command": "-editor.action.smartSelect.shrink",
"when": "editorTextFocus"
},
{
"key": "shift+cmd+g",
"command": "workbench.view.scm"
},
{
"key": "ctrl+shift+g",
"command": "-workbench.view.scm"
},
{
"key": "shift+alt+0",
"command": "gitlens.showCommitSearch",
"when": "gitlens:enabled && gitlens:keymap == 'alternate'"
},
{
"key": "shift+alt+7",
"command": "-gitlens.showCommitSearch",
"when": "gitlens:enabled && gitlens:keymap == 'alternate'"
},
{
"key": "alt+cmd+g w",
"command": "-gitlens.diffLineWithWorking",
"when": "editorTextFocus && gitlens:activeIsTracked && gitlens:keymap == 'chorded'"
},
{
"key": "alt+w",
"command": "-gitlens.diffLineWithWorking",
"when": "editorTextFocus && gitlens:activeIsTracked && gitlens:keymap == 'alternate'"
},
{
"key": "alt+[Backquote]",
"command": "-gitlens.diffLineWithPrevious",
"when": "editorTextFocus && gitlens:activeIsTracked && gitlens:keymap == 'alternate'"
},
{
"key": "alt+cmd+g [Backquote]",
"command": "-gitlens.diffLineWithPrevious",
"when": "editorTextFocus && gitlens:activeIsTracked && gitlens:keymap == 'chorded'"
},
{
"key": "alt+cmd+g shift+w",
"command": "-gitlens.diffWithWorking",
"when": "editorTextFocus && gitlens:activeIsTracked && gitlens:keymap == 'chorded'"
},
{
"key": "alt+[Comma]",
"command": "-gitlens.diffWithPrevious",
"when": "editorTextFocus && gitlens:activeIsTracked && gitlens:keymap == 'alternate'"
},
{
"key": "alt+cmd+g [Period]",
"command": "-gitlens.diffWithNext",
"when": "editorTextFocus && gitlens:activeIsTracked && gitlens:keymap == 'chorded'"
},
{
"key": "alt+cmd+g [Comma]",
"command": "-gitlens.diffWithPrevious",
"when": "editorTextFocus && gitlens:activeIsTracked && gitlens:keymap == 'chorded'"
},
{
"key": "alt+[Period]",
"command": "-gitlens.diffWithNext",
"when": "editorTextFocus && gitlens:activeIsTracked && gitlens:keymap == 'alternate'"
},
{
"key": "shift+alt+w",
"command": "-gitlens.diffWithWorking",
"when": "editorTextFocus && gitlens:activeIsTracked && gitlens:keymap == 'alternate'"
}
]
{
"workbench.activityBar.visible": false,
"workbench.colorCustomizations": {
"statusBar.background": "#303030",
"statusBar.noFolderBackground": "#222225",
"statusBar.debuggingBackground": "#511f1f"
},
"files.insertFinalNewline": true,
"editor.fontSize": 15,
"editor.fontFamily": "Inconsolata, 'iA Writer Duospace', Menlo, Monaco, 'Courier New', monospace",
"editor.tabSize": 2,
"editor.minimap.enabled": false,
"files.trimTrailingWhitespace": true,
"files.exclude": {
"**/.next": true,
"**/.vscode": true,
"**/__generated__": true,
"**/package-lock.json": true
},
"search.exclude": {
"**/build": true,
"**/node_modules": true
},
"javascript.validate.enable": false,
"window.zoomLevel": 0,
"debug.inlineValues": true,
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/build/**": true,
"**/node_modules/**": true
},
"workbench.startupEditor": "newUntitledFile",
"explorer.confirmDelete": false,
"editor.renderControlCharacters": false,
"sync.gist": "3238312c88fdee1e27665934d9fdfc29",
"sync.lastUpload": "2018-05-04T08:17:04.309Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"prettier.requireConfig": true,
"editor.formatOnSave": true,
"workbench.sideBar.location": "right",
"terminal.integrated.fontSize": 15,
"node_require.aliases": {
"emotion": "{ css }",
"prop-types": "PropTypes",
"graphql-tag": "gql"
},
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"editor.renderIndentGuides": false,
"editor.folding": false,
"editor.hideCursorInOverviewRuler": true,
"editor.lineHeight": 26,
"editor.lineNumbers": "off",
"editor.matchBrackets": false,
"editor.occurrencesHighlight": false,
"editor.overviewRulerBorder": false,
"editor.renderLineHighlight": "none",
"editor.scrollbar.horizontal": "hidden",
"explorer.openEditors.visible": 0,
"workbench.colorTheme": "Subliminal",
"workbench.iconTheme": null,
"workbench.editor.showIcons": false,
"workbench.statusBar.visible": false,
"editor.suggestOnTriggerCharacters": false,
"editor.parameterHints": false,
"editor.quickSuggestions": false,
"editor.hover": false
}
{
/*
// Place your snippets for JavaScript here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
"Print to console": {
"prefix": "log",
"body": [
"console.log('$1');",
"$2"
],
"description": "Log output to console"
}
*/
"console.log": {
"prefix": "log",
"body": [
"console.log($1)"
],
"description": "Log output to console"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment