Skip to content

Instantly share code, notes, and snippets.

@dbenchi
Last active November 26, 2018 17:56
Show Gist options
  • Save dbenchi/1c321458dd1fb740f607cbc36634ebfe to your computer and use it in GitHub Desktop.
Save dbenchi/1c321458dd1fb740f607cbc36634ebfe to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-11-26T17:56:33.842Z","extensionVersion":"v3.2.2"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.2.2"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "alt+left",
"command": "workbench.action.navigateBack"
},
{
"key": "ctrl+7",
"command": "workbench.action.terminal.toggleTerminal"
},
{
"key": "ctrl+q ctrl+t",
"command": "workbench.action.tasks.terminate"
},
{
"key": "ctrl+q ctrl+r",
"command": "workbench.action.tasks.runTask"
},
{
"key": "ctrl+q right",
"command": "bookmarks.jumpToNext",
"when": "editorTextFocus"
},
{
"key": "ctrl+alt+l",
"command": "-bookmarks.jumpToNext",
"when": "editorTextFocus"
},
{
"key": "ctrl+q left",
"command": "bookmarks.jumpToPrevious",
"when": "editorTextFocus"
},
{
"key": "ctrl+alt+j",
"command": "-bookmarks.jumpToPrevious",
"when": "editorTextFocus"
},
{
"key": "ctrl+q down",
"command": "bookmarks.toggle",
"when": "editorTextFocus"
},
{
"key": "ctrl+alt+k",
"command": "-bookmarks.toggle",
"when": "editorTextFocus"
},
{
"key": "ctrl+q up",
"command": "bookmarks.list"
},
{
"key": "ctrl+h",
"command": "filesExplorer.findInFolder"
},
{
"key": "ctrl+q ctrl+s",
"command": "extension.changeCase.snake"
},
{
"key": "ctrl+q ctrl+c",
"command": "extension.changeCase.camel"
},
{
"key": "ctrl+q ctrl+o",
"command": "workbench.files.action.showActiveFileInExplorer"
}
]
{
"name": "material-icon-theme",
"version": "2.1.0"
}
// Place your settings in this file to overwrite the default settings
{
"sync.gist": "1c321458dd1fb740f607cbc36634ebfe",
"sync.lastUpload": "2018-01-26T13:26:57.752Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "2017-09-03T16:22:57.702Z",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"workbench.iconTheme": "vscode-icons",
"typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
"editor.tabSize": 2,
"vsicons.projectDetection.autoReload": true,
"window.zoomLevel": 0,
"editor.autoIndent": true,
"sync.askGistName": false,
"material-icon-theme.folders.icons": "specific",
"files.autoSave": "off",
"editor.tabCompletion": true,
"cSpell.enabledLanguageIds": [
"c",
"cpp",
"csharp",
"go",
"javascript",
"javascriptreact",
"json",
"latex",
"markdown",
"php",
"plaintext",
"python",
"text",
"typescript",
"typescriptreact",
"yml"
],
"diffEditor.renderSideBySide": false,
"phpunit.args": [
"-c",
"tests/phpunit.xml"
],
"phpunit.execPath": "vendor/phpunit/phpunit/phpunit",
"editor.smoothScrolling": false,
"editor.snippetSuggestions": "top",
"emmet.triggerExpansionOnTab": true,
"emmet.showSuggestionsAsSnippets": true,
"workbench.startupEditor": "newUntitledFile",
"cSpell.language": "en",
"material-icon-theme.showUpdateMessage": false,
"vsicons.dontShowNewVersionMessage": true,
"beautify.tabSize": 1,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressUpdateNotice": true,
"suppressWelcomeNotice": false
}
}
{"version":"7.28.0","status":0,"welcomeShown":true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment