Skip to content

Instantly share code, notes, and snippets.

@swieder227
Last active July 2, 2018 18:46
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 swieder227/7653885fc33faa6a0686c711d206d85a to your computer and use it in GitHub Desktop.
Save swieder227/7653885fc33faa6a0686c711d206d85a to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-07-02T18:46:22.241Z","extensionVersion":"v2.9.2"}
[
{
"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": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
"publisherId": "formulahendry.auto-rename-tag",
"publisherDisplayName": "formulahendry"
},
"name": "auto-rename-tag",
"publisher": "formulahendry",
"version": "0.0.15"
},
{
"metadata": {
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
"publisherId": "HookyQR.beautify",
"publisherDisplayName": "HookyQR"
},
"name": "beautify",
"publisher": "HookyQR",
"version": "1.3.2"
},
{
"metadata": {
"id": "5f38c7d7-a5b5-4eac-a6bb-da0b7344a89d",
"publisherId": "viablelab.bracket-padder",
"publisherDisplayName": "viablelab"
},
"name": "bracket-padder",
"publisher": "viablelab",
"version": "0.0.1"
},
{
"metadata": {
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherDisplayName": "CoenraadS"
},
"name": "bracket-pair-colorizer",
"publisher": "CoenraadS",
"version": "1.0.58"
},
{
"metadata": {
"id": "c529c9f4-005a-45b0-9fb9-89e0d9b8b990",
"publisherId": "Anjali.clipboard-history",
"publisherDisplayName": "Anjali"
},
"name": "clipboard-history",
"publisher": "Anjali",
"version": "1.0.7"
},
{
"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": "f6dbd813-b0a0-42c1-90ea-10dde9d925a7",
"publisherId": "streetsidesoftware.code-spell-checker",
"publisherDisplayName": "streetsidesoftware"
},
"name": "code-spell-checker",
"publisher": "streetsidesoftware",
"version": "1.6.10"
},
{
"metadata": {
"id": "26a529c9-2654-4b95-a63f-02f6a52429e6",
"publisherId": "zhuangtongfa.Material-theme",
"publisherDisplayName": "zhuangtongfa"
},
"name": "Material-theme",
"publisher": "zhuangtongfa",
"version": "2.15.0"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2018.6.0"
},
{
"metadata": {
"id": "19e1cdbe-42df-443e-89c0-bfecc7204b1d",
"publisherId": "tht13.python",
"publisherDisplayName": "tht13"
},
"name": "python",
"publisher": "tht13",
"version": "0.2.3"
},
{
"metadata": {
"id": "3792588c-3d35-442d-91ea-fe6a755e8155",
"publisherId": "mechatroner.rainbow-csv",
"publisherDisplayName": "mechatroner"
},
"name": "rainbow-csv",
"publisher": "mechatroner",
"version": "0.4.2"
},
{
"metadata": {
"id": "7f7e0e9c-b5ad-4e21-a425-f63bd56cb13f",
"publisherId": "EQuimper.react-native-react-redux",
"publisherDisplayName": "EQuimper"
},
"name": "react-native-react-redux",
"publisher": "EQuimper",
"version": "1.9.1"
},
{
"metadata": {
"id": "00518570-772b-4ccb-8b06-d056f3f556e0",
"publisherId": "Tyriar.sort-lines",
"publisherDisplayName": "Tyriar"
},
"name": "sort-lines",
"publisher": "Tyriar",
"version": "1.7.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": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "robertohuertasm.vscode-icons",
"publisherDisplayName": "robertohuertasm"
},
"name": "vscode-icons",
"publisher": "robertohuertasm",
"version": "7.24.0"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{ "key": "cmd+shift+l",
"command": "editor.action.insertCursorAtEndOfEachLineSelected"
},
{
"key": "ctrl+shift+down",
"command": "cursorColumnSelectDown",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+up",
"command": "cursorColumnSelectUp",
"when": "editorTextFocus"
},
{
"key": "cmd+f2",
"command": "bookmarks.toggle",
"when": "editorTextFocus"
},
{
"key": "alt+cmd+k",
"command": "-bookmarks.toggle",
"when": "editorTextFocus"
},
{
"key": "f2",
"command": "bookmarks.jumpToNext",
"when": "editorTextFocus"
},
{
"key": "alt+cmd+l",
"command": "-bookmarks.jumpToNext",
"when": "editorTextFocus"
},
{
"key": "f2 b",
"command": "bookmarks.jumpToPrevious",
"when": "editorTextFocus"
},
{
"key": "alt+cmd+j",
"command": "-bookmarks.jumpToPrevious",
"when": "editorTextFocus"
}
]
{
"editor.detectIndentation": false,
"editor.tabSize": 2,
"editor.fontSize": 13,
"editor.fontFamily": "Monaco, Consolas, 'Courier New', Courier, serif",
"editor.formatOnPaste": false,
"editor.letterSpacing": 0.25,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "alt",
"editor.renderLineHighlight": "all",
"editor.scrollBeyondLastLine": false,
"editor.wordWrap": "off",
"editor.rulers": [
100
],
"emmet.includeLanguages": {
"scsss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx",
"javascript": "html"
},
"files.exclude": {
"**/*.pyc": true
},
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": true,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": true,
"javascript.format.insertSpaceAfterKeywordsInControlFlowStatements": true,
"python.autoComplete.extraPaths": [
"/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine",
"/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib",
"${workspaceRoot}/appengine/lib",
"${workspaceRoot}/appengine/libnode_modules",
"${workspaceRoot}/appengine/liblocal"
],
"python.linting.pylintEnabled": false,
"python.linting.mypyEnabled": false,
"python.linting.mypyPath": "/Library/Frameworks/Python.framework/Versions/3.6/bin/mypy",
"python.pythonPath": "/usr/bin/python",
"python.linting.flake8Enabled": false,
"python.linting.flake8Args": [
"--ignore=E111,E114",
"--max-line-length=100"
],
"python.formatting.provider": "autopep8",
"python.formatting.autopep8Args": [
"--indent-size=2",
"--max-line-length=100"
],
"python.linting.pylintArgs": [
"--max-line-length=100"
],
"cSpell.userWords": [
"Buganizer",
"Denormalizes",
"Dropdown",
"Googler",
"Ldap",
"Subpage",
"XSRF",
"camelcase",
"datasets",
"denormalize",
"denormalized",
"destructured",
"immute",
"iteratee",
"prefill",
"proptypes",
"recurses",
"resizable",
"subcomponent"
],
"window.zoomLevel": 0,
"workbench.colorTheme": "One Dark Pro",
"jsDocCompletion.enabled": false,
"typescript.useCodeSnippetsOnMethodSuggest": false,
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/build": true
},
"search.useIgnoreFilesByDefault": true,
"sync.gist": "7653885fc33faa6a0686c711d206d85a",
"sync.lastUpload": "",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "2018-06-27T04:48:13.616Z",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"vsicons.dontShowNewVersionMessage": true,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"bracketPairColorizer.consecutivePairColors": [
"()",
"[]",
"{}",
[
"royalblue",
"orchid",
"lightskyblue"
],
"Red"
]
}
{
/*
// Place your snippets for Dockerfile 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"
}
*/
}
{
/*
// 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"
}
*/
"ESLint Disable": {
"prefix": "esd",
"body": [
"/* eslint-disable */"
],
"description": "Add eslint-disable"
}
}
{
/*
// Place your snippets for JavaScript React 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"
}
*/
"ESLint Disable": {
"prefix": "esd",
"body": [
"/* eslint-disable */"
],
"description": "Add eslint-disable"
}
}
{
/*
// Place your snippets for JSON 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"
}
*/
"Overlook Project JSON": {
"prefix": "oj",
"body": [
"{",
"\t\"uuid\": $3\"$1\",",
"\t\"name\": \"$2\",",
"\t\"directParent\": $4",
"}"
]
}
}
{
/*
// Place your snippets for Python 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"
}
*/
"Print Log": {
"prefix": "print*",
"body": [
"print \"************ %s ************\" % $1"
],
"description": "'print' statement"
}
}
{"version":"7.24.0","status":2,"welcomeShown":true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment