Skip to content

Instantly share code, notes, and snippets.

@oboje
Last active April 14, 2020 13:58
Show Gist options
  • Save oboje/dd413186ca57d45f5502de9dc700ae18 to your computer and use it in GitHub Desktop.
Save oboje/dd413186ca57d45f5502de9dc700ae18 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-04-14T13:58:45.149Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3",
"publisherId": "formulahendry.code-runner",
"publisherDisplayName": "formulahendry"
},
"name": "code-runner",
"publisher": "formulahendry",
"version": "0.9.17"
},
{
"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": "816d44eb-5e28-431b-be81-2c52551d81ea",
"publisherId": "mitchdenny.ecdc",
"publisherDisplayName": "mitchdenny"
},
"name": "ecdc",
"publisher": "mitchdenny",
"version": "1.3.0"
},
{
"metadata": {
"id": "1f5eb737-5496-44a3-a8a1-36a85eee4979",
"publisherId": "magicstack.MagicPython",
"publisherDisplayName": "magicstack"
},
"name": "MagicPython",
"publisher": "magicstack",
"version": "1.1.0"
},
{
"metadata": {
"id": "3b1db1fc-c7f7-4bd6-9fa4-b499dfa99a8a",
"publisherId": "shd101wyy.markdown-preview-enhanced",
"publisherDisplayName": "shd101wyy"
},
"name": "markdown-preview-enhanced",
"publisher": "shd101wyy",
"version": "0.5.2"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2020.3.71659"
},
{
"metadata": {
"id": "ae062c8a-c68e-4b92-9ecf-8f1d4288b05d",
"publisherId": "rebornix.ruby",
"publisherDisplayName": "rebornix"
},
"name": "ruby",
"publisher": "rebornix",
"version": "0.27.0"
},
{
"metadata": {
"id": "c3382f5b-0525-4f74-93df-3a82483c1ad8",
"publisherId": "kenhowardpdx.vscode-gist",
"publisherDisplayName": "kenhowardpdx"
},
"name": "vscode-gist",
"publisher": "kenhowardpdx",
"version": "3.0.3"
},
{
"metadata": {
"id": "0bdca1de-109d-4135-8ca9-0d72cac04c26",
"publisherId": "fabiospampinato.vscode-open-in-terminal",
"publisherDisplayName": "fabiospampinato"
},
"name": "vscode-open-in-terminal",
"publisher": "fabiospampinato",
"version": "1.3.7"
},
{
"metadata": {
"id": "69ddd764-339a-4ecc-97c1-9c4ece58e36d",
"publisherId": "GitHub.vscode-pull-request-github",
"publisherDisplayName": "GitHub"
},
"name": "vscode-pull-request-github",
"publisher": "GitHub",
"version": "0.15.0"
},
{
"metadata": {
"id": "708cfcd8-e0c6-49ca-9af6-b27a342d247b",
"publisherId": "wingrunr21.vscode-ruby",
"publisherDisplayName": "wingrunr21"
},
"name": "vscode-ruby",
"publisher": "wingrunr21",
"version": "0.27.0"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "cmd+t",
"command": "openInTerminal.openIntegrated"
},
{
"key": "shift+cmd+t",
"command": "openInTerminal.openRootIntegrated"
},
{
"key": "cmd+r",
"command": "code-runner.run"
},
{
"key": "ctrl+alt+n",
"command": "-code-runner.run"
},
{
"key": "shift+space",
"command": "editor.action.triggerSuggest",
"when": "editorHasCompletionItemProvider && textInputFocus && !editorReadonly"
},
{
"key": "ctrl+space",
"command": "-editor.action.triggerSuggest",
"when": "editorHasCompletionItemProvider && textInputFocus && !editorReadonly"
},
{
"key": "shift+cmd+r",
"command": "code-runner.stop"
},
{
"key": "ctrl+alt+m",
"command": "-code-runner.stop"
},
{
"key": "ctrl+i",
"command": "editor.action.formatSelection",
"when": "editorHasDocumentSelectionFormattingProvider && editorHasDocumentSelectionFormattingProvider && editorTextFocus && !editorReadonly"
},
{
"key": "cmd+k cmd+f",
"command": "-editor.action.formatSelection",
"when": "editorHasDocumentSelectionFormattingProvider && editorHasDocumentSelectionFormattingProvider && editorTextFocus && !editorReadonly"
}
]
{
"openInTerminal.app": "Terminal",
"terminal.integrated.shell.osx": "/bin/bash",
"sync.gist": "dd413186ca57d45f5502de9dc700ae18",
"sync.lastUpload": "2017-09-17T11:39:20.855Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"java.errors.incompleteClasspath.severity": "ignore",
"window.zoomLevel": 1,
"python.linting.enabled": true,
"python.pythonPath": "/usr/local/bin/python3",
"python.jediEnabled": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"python.linting.lintOnSave": false,
"python.testing.autoTestDiscoverOnSaveEnabled": false,
"python.workspaceSymbols.rebuildOnFileSave": false,
"code-runner.saveAllFilesBeforeRun": true,
"code-runner.saveFileBeforeRun": true,
"code-runner.executorMap": {
"python": "python3 -u",
},
"python.linting.pylintEnabled": false,
"terminal.integrated.shell.osx": "/bin/zsh",
"diffEditor.renderSideBySide": false,
"explorer.confirmDelete": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"files.autoSave": "afterDelay",
"extensions.ignoreRecommendations": true,
"window.restoreWindows": "none",
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
}
}
{
/*
// Place your snippets for Shell Script (Bash) 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 Swift 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"
}
*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment