Skip to content

Instantly share code, notes, and snippets.

@duanehutchins
Last active July 30, 2020 13:30
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 duanehutchins/51f26da9c11ce1cc6f411eb9c7e61a0b to your computer and use it in GitHub Desktop.
Save duanehutchins/51f26da9c11ce1cc6f411eb9c7e61a0b to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-07-30T13:30:19.705Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.3"
},
{
"metadata": {
"id": "532533c9-a894-4a58-9eee-bbfbe7c06f71",
"publisherId": "mikestead.dotenv",
"publisherDisplayName": "mikestead"
},
"name": "dotenv",
"publisher": "mikestead",
"version": "1.0.1"
},
{
"metadata": {
"id": "c941a679-d500-46a8-b2a9-208063125901",
"publisherId": "wholroyd.jinja",
"publisherDisplayName": "wholroyd"
},
"name": "jinja",
"publisher": "wholroyd",
"version": "0.0.8"
},
{
"metadata": {
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherDisplayName": "PKief"
},
"name": "material-icon-theme",
"publisher": "PKief",
"version": "4.2.0"
},
{
"metadata": {
"id": "93ce222b-5f6f-49b7-9ab1-a0463c6238df",
"publisherId": "ms-vscode-remote.remote-containers",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-containers",
"publisher": "ms-vscode-remote",
"version": "0.128.0"
},
{
"metadata": {
"id": "607fd052-be03-4363-b657-2bd62b83d28a",
"publisherId": "ms-vscode-remote.remote-ssh",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-ssh",
"publisher": "ms-vscode-remote",
"version": "0.51.0"
},
{
"metadata": {
"id": "bfeaf631-bcff-4908-93ed-fda4ef9a0c5c",
"publisherId": "ms-vscode-remote.remote-ssh-edit",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-ssh-edit",
"publisher": "ms-vscode-remote",
"version": "0.51.0"
},
{
"metadata": {
"id": "f0c5397b-d357-4197-99f0-cb4202f22818",
"publisherId": "ms-vscode-remote.remote-wsl",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-wsl",
"publisher": "ms-vscode-remote",
"version": "0.44.4"
},
{
"metadata": {
"id": "3324c5be-43aa-4c39-a0f8-d94c2978804f",
"publisherId": "whatwedo.twig",
"publisherDisplayName": "whatwedo"
},
"name": "twig",
"publisher": "whatwedo",
"version": "1.0.2"
},
{
"metadata": {
"id": "2d803fdd-31e6-4d11-a864-be81823ba991",
"publisherId": "ms-vscode.vs-keybindings",
"publisherDisplayName": "ms-vscode"
},
"name": "vs-keybindings",
"publisher": "ms-vscode",
"version": "0.2.0"
},
{
"metadata": {
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
"publisherId": "ms-azuretools.vscode-docker",
"publisherDisplayName": "ms-azuretools"
},
"name": "vscode-docker",
"publisher": "ms-azuretools",
"version": "1.4.1"
},
{
"metadata": {
"id": "c856990a-978d-46eb-aa5e-318cd7bfecc6",
"publisherId": "shanoor.vscode-nginx",
"publisherDisplayName": "shanoor"
},
"name": "vscode-nginx",
"publisher": "shanoor",
"version": "0.6.0"
},
{
"metadata": {
"id": "23d72dfc-8dd1-4e30-926e-8783b4378f13",
"publisherId": "ms-vscode-remote.vscode-remote-extensionpack",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "vscode-remote-extensionpack",
"publisher": "ms-vscode-remote",
"version": "0.20.0"
}
]
[
{
"key": "ctrl+f2",
"command": "bookmarks.toggle",
"when": "editorTextFocus"
},
{
"key": "f2",
"command": "bookmarks.jumpToNext",
"when": "editorTextFocus"
},
{
"key": "shift+f2",
"command": "bookmarks.jumpToPrevious",
"when": "editorTextFocus"
},
{
"key": "ctrl+j",
"command": "editor.action.joinLines",
"when": "editorTextFocus"
},
{
"key": "ctrl+k u",
"command": "editor.action.transformToUppercase",
"when": "editorTextFocus"
},
{
"key": "ctrl+k l",
"command": "editor.action.transformToLowercase",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+c",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+insert",
"command": "editor.action.copyLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+delete",
"command": "deleteAllRight",
"when": "editorTextFocus"
},
{
"key": "ctrl+backspace",
"command": "deleteAllLeft",
"when": "editorTextFocus"
},
{
"key": "ctrl+w",
"command": "workbench.action.closeActiveEditor",
"when": "editorIsOpen"
},
{
"key": "ctrl+shift+s",
"command": "workbench.action.files.saveAs"
},
{
"key": "ctrl+d",
"command": "-editor.action.copyLinesDownAction"
},
{
"key": "ctrl+b",
"command": "-workbench.debug.viewlet.action.addFunctionBreakpointAction"
},
{
"key": "alt+f3",
"command": "-editor.action.dirtydiff.next",
"when": "editorTextFocus"
},
{
"key": "alt+f3",
"command": "editor.action.changeAll",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+f2",
"command": "-editor.action.changeAll",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+w",
"command": "workbench.action.terminal.kill",
"when": "terminalFocus"
},
{
"key": "shift+alt+right",
"command": "-cursorColumnSelectRight",
"when": "editorTextFocus"
},
{
"key": "shift+alt+left",
"command": "-cursorColumnSelectLeft",
"when": "editorTextFocus"
},
{
"key": "ctrl+alt+enter",
"command": "cursorMove",
"when": "editorTextFocus && !panelFocus",
"args": {
"to": "viewPortCenter"
}
},
{
"key": "ctrl+alt+enter",
"command": "workbench.action.focusActiveEditorGroup",
"when": "!editorTextFocus || panelFocus"
},
{
"key": "ctrl+tab",
"command": "workbench.action.quickOpenPreviousRecentlyUsedEditor",
"when": "!inEditorsPicker"
},
{
"key": "ctrl+shift+tab",
"command": "workbench.action.quickOpenLeastRecentlyUsedEditor",
"when": "!inEditorsPicker"
},
{
"key": "f5",
"command": "-workbench.action.debug.start",
"when": "!inDebugMode"
},
{
"key": "ctrl+up",
"command": "workbench.action.terminal.scrollToPreviousCommand",
"when": "terminalFocus"
},
{
"key": "ctrl+down",
"command": "workbench.action.terminal.scrollToNextCommand",
"when": "terminalFocus"
},
{
"key": "shift+alt+down",
"command": "-cursorColumnSelectDown",
"when": "editorTextFocus"
},
{
"key": "shift+alt+up",
"command": "-cursorColumnSelectUp",
"when": "editorTextFocus"
},
]
{
"bookmarks.saveBookmarksInProject": true,
"bookmarks.useWorkaroundForFormatters": false,
"css.validate": false,
"editor.cursorBlinking": "solid",
"editor.dragAndDrop": false,
"editor.emptySelectionClipboard": false,
"editor.fontFamily": "'Fira Code', Consolas, 'Courier New', monospace",
"editor.fontLigatures": "'ss02', 'ss04', 'ss07', 'zero'",
"editor.fontWeight": "400",
"editor.links": false,
"editor.mouseWheelZoom": true,
"editor.quickSuggestions": {
"comments": true,
"other": true,
"strings": true
},
"editor.renderControlCharacters": true,
"editor.renderLineHighlight": "all",
"editor.renderWhitespace": "all",
"editor.suggestSelection": "first",
"editor.trimAutoWhitespace": false,
"editor.wordWrap": "on",
"editor.wrappingIndent": "none",
"explorer.confirmDelete": false,
"files.associations": {
"*.cgi": "perl",
"*.bin": "hexdump"
},
"files.autoGuessEncoding": true,
"files.eol": "\n",
"files.insertFinalNewline": true,
"files.maxMemoryForLargeFilesMB": 32768,
"files.trimTrailingWhitespace": true,
"git.enableStatusBarSync": false,
"hexdump.showAddress": false,
"hexdump.showAscii": false,
"hexdump.showInspector": false,
"hexdump.showOffset": false,
"hexdump.sizeDisplay": 10485760,
"hexdump.sizeWarning": 10485760,
"hexdump.uppercase": false,
"html.autoClosingTags": false,
"less.validate": false,
"scss.validate": false,
"sync.gist": "51f26da9c11ce1cc6f411eb9c7e61a0b",
"sync.removeExtensions": false,
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"window.title": "${dirty}${rootName}${separator}${appName}${separator}${activeEditorMedium}",
"window.zoomLevel": -1,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editor.revealIfOpen": true,
"workbench.iconTheme": "material-icon-theme",
"[markdown]": {
"files.trimTrailingWhitespace": false
},
"[plaintext]": {
"editor.wordWrap": "off"
},
"python.jediEnabled": false,
"remote.SSH.remotePlatform": {
"sv-dev": "linux",
"bx-mac": "macOS"
},
"terminal.integrated.shell.osx": "/bin/zsh",
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"java.semanticHighlighting.enabled": true,
"python.languageServer": "Microsoft",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment