Skip to content

Instantly share code, notes, and snippets.

@Aminadav
Last active June 12, 2018 09:52
Show Gist options
  • Save Aminadav/36a4a949da93ccc25adde52b43370c67 to your computer and use it in GitHub Desktop.
Save Aminadav/36a4a949da93ccc25adde52b43370c67 to your computer and use it in GitHub Desktop.
Visual Studio Code Sync Settings Gist
{"lastUpload":"2018-06-12T09:52:12.194Z","extensionVersion":"v2.9.2"}
[
{
"metadata": {
"id": "b689fcc8-d494-4dbf-a228-2c694a578afc",
"publisherId": "alefragnani.Bookmarks",
"publisherDisplayName": "alefragnani"
},
"name": "Bookmarks",
"publisher": "alefragnani",
"version": "0.19.1"
},
{
"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": "74f34f8a-245e-4133-8617-a3a94b5a417e",
"publisherId": "cmstead.jsrefactor",
"publisherDisplayName": "cmstead"
},
"name": "jsrefactor",
"publisher": "cmstead",
"version": "2.13.0"
},
{
"metadata": {
"id": "f0173dd6-501a-46b6-9840-c7849f6f9ee2",
"publisherId": "alefragnani.numbered-bookmarks",
"publisherDisplayName": "alefragnani"
},
"name": "numbered-bookmarks",
"publisher": "alefragnani",
"version": "0.11.1"
},
{
"metadata": {
"id": "79afa437-682e-4fa2-a4fd-87844832a1dc",
"publisherId": "ryu1kn.partial-diff",
"publisherDisplayName": "ryu1kn"
},
"name": "partial-diff",
"publisher": "ryu1kn",
"version": "1.1.0"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "1.3.1"
},
{
"metadata": {
"id": "b6f833d6-8b13-4480-aedb-af907c4125c7",
"publisherId": "jakob101.relativepathrefactor",
"publisherDisplayName": "jakob101"
},
"name": "relativepathrefactor",
"publisher": "jakob101",
"version": "0.9.0"
},
{
"metadata": {
"id": "8f26d05e-e8ef-4156-af0a-ca7778b47006",
"publisherId": "lihui.vs-color-picker",
"publisherDisplayName": "lihui"
},
"name": "vs-color-picker",
"publisher": "lihui",
"version": "0.7.0"
},
{
"metadata": {
"id": "d637104e-1fd7-4063-98fc-8afe46012c9b",
"publisherId": "sleistner.vscode-fileutils",
"publisherDisplayName": "sleistner"
},
"name": "vscode-fileutils",
"publisher": "sleistner",
"version": "2.9.0"
},
{
"metadata": {
"id": "5a6dc0d5-dc02-4121-8e24-cad33a2ff0af",
"publisherId": "ms-vsliveshare.vsliveshare",
"publisherDisplayName": "ms-vsliveshare"
},
"name": "vsliveshare",
"publisher": "ms-vsliveshare",
"version": "0.3.98"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+alt+b",
"command": "taskmaster.showTasks"
},
{
"key": "ctrl+shift+right",
"command": "workbench.action.terminal.focusNext",
"when": "terminalFocus"
},
{
"key": "ctrl+shift+left",
"command": "workbench.action.terminal.focusPrevious",
"when": "terminalFocus"
},
{
"key": "ctrl+shift+alt+x",
"command": "workbench.action.terminal.kill",
"when": "terminalFocus"
},
{
"key": "ctrl+shift+r",
"command": "workbench.action.terminal.runActiveFile"
},
{
"key": "ctrl+1",
"command": "workbench.action.terminal.focusAtIndex1"
},
{
"key": "ctrl+2",
"command": "workbench.action.terminal.focusAtIndex2"
},
{
"key": "ctrl+3",
"command": "workbench.action.terminal.focusAtIndex3"
},
{
"key": "ctrl+q",
"command": "workbench.action.focusActiveEditorGroup"
},
{
"key": "ctrl+m",
"command": "editor.emmet.action.matchingPair"
},
{
"key": "ctrl+shift+x",
"command": "workbench.action.toggleMaximizedPanel"
},
{
"key": "ctrl+f2",
"command": "bookmarks.toggle",
"when": "editorTextFocus"
},
{
"key": "ctrl+alt+k",
"command": "-bookmarks.toggle",
"when": "editorTextFocus"
},
{
"key": "alt+a",
"command": "git.stage"
},
{
"key": "alt+c",
"command": "git.commit"
},
{
"key": "ctrl+4",
"command": "workbench.action.terminal.focusAtIndex4"
},
{
"key": "ctrl+5",
"command": "workbench.action.terminal.focusAtIndex5"
},
{
"key": "ctrl+6",
"command": "workbench.action.terminal.focusAtIndex6"
},
{
"key": "ctrl+7",
"command": "workbench.action.terminal.focusAtIndex7"
},
{
"key": "ctrl+8",
"command": "workbench.action.terminal.focusAtIndex8"
},
{
"key": "ctrl+9",
"command": "workbench.action.terminal.focusAtIndex9"
},
{
"key": "ctrl+als+s",
"command": "-workbench.action.files.saveAs"
},
{
"key": "ctrl+shift+s",
"command": "workbench.action.files.save"
},
{
"key": "ctrl+s",
"command": "workbench.action.files.saveAll"
},
{
"key": "ctrl+k h",
"command": "editor.emmet.action.matchTag"
},
{
"key": "shift+alt+down",
"command": "-editor.action.insertCursorBelow",
"when": "editorTextFocus"
},
{
"key": "shift+alt+up",
"command": "-editor.action.insertCursorAbove",
"when": "editorTextFocus"
},
{
"key": "alt+1",
"command": "workbench.action.openEditorAtIndex1"
},
{
"key": "alt+1",
"command": "-workbench.action.openEditorAtIndex1"
},
{
"key": "alt+2",
"command": "workbench.action.openEditorAtIndex2"
},
{
"key": "alt+2",
"command": "-workbench.action.openEditorAtIndex2"
},
{
"key": "alt+3",
"command": "workbench.action.openEditorAtIndex3"
},
{
"key": "alt+3",
"command": "-workbench.action.openEditorAtIndex3"
},
{
"key": "alt+4",
"command": "workbench.action.openEditorAtIndex4"
},
{
"key": "alt+4",
"command": "-workbench.action.openEditorAtIndex4"
},
{
"key": "alt+5",
"command": "workbench.action.openEditorAtIndex5"
},
{
"key": "alt+5",
"command": "-workbench.action.openEditorAtIndex5"
},
{
"key": "alt+6",
"command": "workbench.action.openEditorAtIndex6"
},
{
"key": "alt+6",
"command": "-workbench.action.openEditorAtIndex6"
},
{
"key": "alt+7",
"command": "workbench.action.openEditorAtIndex7"
},
{
"key": "alt+7",
"command": "-workbench.action.openEditorAtIndex7"
},
{
"key": "alt+8",
"command": "workbench.action.openEditorAtIndex8"
},
{
"key": "alt+8",
"command": "-workbench.action.openEditorAtIndex8"
},
{
"key": "alt+9",
"command": "workbench.action.openEditorAtIndex9"
},
{
"key": "alt+9",
"command": "-workbench.action.openEditorAtIndex9"
},
{
"key": "ctrl+shift+r",
"command": "workbench.action.openRecent"
},
{
"key": "ctrl+r",
"command": "-workbench.action.openRecent"
},
{
"key": "ctrl+f2",
"command": "-editor.action.changeAll",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+f2",
"command": "editor.action.rename",
"when": "editorHasRenameProvider && editorTextFocus && !editorReadonly"
},
{
"key": "f2",
"command": "-editor.action.rename",
"when": "editorHasRenameProvider && editorTextFocus && !editorReadonly"
},
{
"key": "f2",
"command": "bookmarks.jumpToNext",
"when": "editorTextFocus"
},
{
"key": "ctrl+alt+l",
"command": "-bookmarks.jumpToNext",
"when": "editorTextFocus"
},
{
"key": "shift+f2",
"command": "bookmarks.jumpToPrevious",
"when": "editorTextFocus"
},
{
"key": "ctrl+alt+j",
"command": "-bookmarks.jumpToPrevious",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+alt+f2",
"command": "bookmarks.list"
},
{
"key": "ctrl+alt+f2",
"command": "workbench.action.terminal.rename"
}
]
{
"files.hotExit": "onExitAndWindowClose",
"window.zoomLevel": 0,
"files.autoSave": "off",
"path-autocomplete.extensionOnImport": true,
"typescript.check.tscVersion": false,
"terminal.integrated.shell.windows": "c:\\windows\\system32\\cmd.exe",
"typescript.autoImportSuggestions.enabled": false,
"terminal.integrated.env.windows": {
"DOCKER_TLS_VERIFY": "0",
"DOCKER_HOST": "tcp://192.168.99.100:2376",
"DOCKER_CERT_PATH": "C:\\Users\\lclaptop1\\.docker\\machine\\machines\\default",
"DOCKER_MACHINE_NAME": "default"
},
"workbench.colorCustomizations": {
// "activityBar.background": "#494621"
},
"editor.formatOnSave": true,
"editor.insertSpaces": false,
"extensions.autoUpdate": false,
"editor.autoClosingBrackets": false,
"update.channel": "default",
"bookmarks.saveBookmarksInProject": true,
"html.autoClosingTags": false,
"files.eol": "\n",
"editor.minimap.enabled": false,
"window.openFoldersInNewWindow": "on",
"explorer.autoReveal": true,
"window.restoreWindows": "all",
"merge-conflict.decorators.enabled": false,
"window.title": "[ ${rootName} ]${separator} ${dirty}${activeEditorMedium}${separator}${separator} (vs)",
"workbench.quickOpen.closeOnFocusLost": false,
"window.openFilesInNewWindow": "off",
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editor.enablePreview": true,
"workbench.editor.closeOnFileDelete": false,
"sync.gist": "36a4a949da93ccc25adde52b43370c67",
"sync.lastUpload": "",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "2018-03-12T16:36:21.172Z",
"sync.version": 262,
"editor.autoIndent": false,
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"editor.formatOnType": false,
"editor.formatOnPaste": false,
"sync.quietSync": false,
"sync.askGistName": false,
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.acceptSuggestionOnEnter": false,
"editor.find.autoFindInSelection": true,
"editor.find.seedSearchStringFromSelection": false,
"code-runner.fileDirectoryAsCwd": true,
"code-runner.saveFileBeforeRun": true,
"emeraldwalk.runonsave": {
"autoClearConsole": true,
"commands": [
{
"match": "monitor-module.js",
"cmd": "copy ${file} c:\\backupbox-updater\\monitor-module /y & copy ${file} c:\\backupbox-server\\monitor-module /y & copy ${file} c:\\backupbox-client\\monitor-module /y"
}
]
},
"editor.tabSize": 2,
"prettier.useTabs": false,
"prettier.trailingComma": "es5",
"extensions.ignoreRecommendations": false,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"node_modules": true,
"**/.sass-cache": true,
"npm-debug.log.*": true,
".vscode": true,
"**/*.css.map": true,
"**/*.js.map": true,
"**/build": true
},
"workbench.panel.location": "right",
"editor.renderControlCharacters": false,
"workbench.commandPalette.preserveInput": true,
"workbench.startupEditor": "none",
"editor.renderWhitespace": "none",
"python.pythonPath": "C:\\python\\python.exe",
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"git.autofetch": true,
"terminal.integrated.rendererType": "dom",
}
{
/*
// Place your snippets for HTML 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"
},
*/
"help": {
"prefix": "help hover",
"body": [
"<!-- ${1:description} -->",
"<div class=\"help\">\r",
"\t<div class=\"help-content\">\r",
"\t\t${2:final}",
"\t</div>\r",
"</div>"
],
"description": "help"
}
}
{
"help": {
"prefix": "help",
"body": [
"<div class=\"help\">\r",
" <div class=\"help-content\">\r",
" $0",
" </div>\r",
" </div> "
],
"description": "help"
},
"describe":{
"prefix":"describe",
"body":[
"describe('$1',async function (){)",
"\t$2",
"}"
]
},
"it":{
"prefix":"it",
"body":[
"it('$1',async function (){)",
"\t$2",
"}"
]
},
"import reactcomponent":{
"prefix": "import reactcomponent",
"body":[
"import React,{Component} from \"react\"",
"",
"class $1 extends Component {",
"\tconstructor (props){",
"\t\tsuper(props)",
"\t\tthis.state={}",
"\t}",
"\trender (){",
"\t\treturn (",
"\t\t\t <div>",
"\t\t\t\t$3",
"\t\t\t </div>",
"\t\t )",
"\t}",
"}",
"",
"export default $2"
]
}
}
},
"eslint disable next line": {
"prefix": "eslint disable next line",
"body": [
"// eslint-disable-next-line"
],
"description": "eslint-disable-next-line"
}
}
{
"snippet-file":{
"prefix":"snippet-file",
"description":"Create new snippet",
"body":[
"{",
"\t\"$1\": { \r",
"\t\t\"prefix\": \"$2\", \r",
"\t\t\"description\": \"$3\", \r",
"\t\t\"body\": [",
"\t\t\t\"$4 \\n\"\r",
"\t\t]\r",
"\t}\r",
"}"
]
},
"snippet":{
"prefix":"snippet",
"description":"Create new snippet",
"body":[
"\"$1\": { \r",
"\t\"prefix\": \"$2\", \r",
"\t\"description\": \"$3\", \r",
"\t\"body\": [",
"\t\t\"$4 \\n\"\r",
"\t]\r",
"}\r"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment