Skip to content

Instantly share code, notes, and snippets.

@mkolodny
Created August 27, 2019 07:11
Show Gist options
  • Save mkolodny/d331cb69dd2f82c240fb5c0a13f050b4 to your computer and use it in GitHub Desktop.
Save mkolodny/d331cb69dd2f82c240fb5c0a13f050b4 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-08-27T07:11:04.113Z","extensionVersion":"v3.4.2"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.2"
},
{
"metadata": {
"id": "1cbadbba-0bd6-46fa-a309-76704bf66217",
"publisherId": "mike-co.import-sorter",
"publisherDisplayName": "mike-co"
},
"name": "import-sorter",
"publisher": "mike-co",
"version": "3.3.1"
},
{
"metadata": {
"id": "8ee0c715-ca9e-4ce2-8841-5faa5e0f3255",
"publisherId": "andys8.jest-snippets",
"publisherDisplayName": "andys8"
},
"name": "jest-snippets",
"publisher": "andys8",
"version": "1.7.0"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2019.8.30787"
},
{
"metadata": {
"id": "570e6089-b871-41df-9cf4-a723cb34ef01",
"publisherId": "rust-lang.rust",
"publisherDisplayName": "rust-lang"
},
"name": "rust",
"publisher": "rust-lang",
"version": "0.6.1"
},
{
"metadata": {
"id": "7228c862-21fb-4a4c-a50a-8dfb4ca8c691",
"publisherId": "ryanolsonx.solarized",
"publisherDisplayName": "ryanolsonx"
},
"name": "solarized",
"publisher": "ryanolsonx",
"version": "2.0.2"
},
{
"metadata": {
"id": "6bc1e3ad-c0e2-46b6-bbad-246c5f59215b",
"publisherId": "pmneo.tsimporter",
"publisherDisplayName": "pmneo"
},
"name": "tsimporter",
"publisher": "pmneo",
"version": "2.0.1"
},
{
"metadata": {
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03",
"publisherId": "vscodevim.vim",
"publisherDisplayName": "vscodevim"
},
"name": "vim",
"publisher": "vscodevim",
"version": "1.9.0"
},
{
"metadata": {
"id": "4b41a5a8-170e-4156-b2c0-10efb270abbc",
"publisherId": "batisteo.vscode-django",
"publisherDisplayName": "batisteo"
},
"name": "vscode-django",
"publisher": "batisteo",
"version": "0.19.0"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.9.1"
},
{
"metadata": {
"id": "7997a8ae-1fae-4022-b834-12f6318aeffd",
"publisherId": "Orta.vscode-jest",
"publisherDisplayName": "Orta"
},
"name": "vscode-jest",
"publisher": "Orta",
"version": "3.0.2"
},
{
"metadata": {
"id": "22ab4ecd-a32e-45be-95dc-8fceaa3f9045",
"publisherId": "vknabel.vscode-swift-development-environment",
"publisherDisplayName": "vknabel"
},
"name": "vscode-swift-development-environment",
"publisher": "vknabel",
"version": "2.8.0"
},
{
"metadata": {
"id": "90a37ca1-92a2-488a-b196-7a8c0b0127ea",
"publisherId": "ms-vscode.vscode-typescript-tslint-plugin",
"publisherDisplayName": "ms-vscode"
},
"name": "vscode-typescript-tslint-plugin",
"publisher": "ms-vscode",
"version": "1.2.2"
}
]
// Place your key bindings in this file to override the defaults
[
{
"key": "cmd+n",
"command": "explorer.newFile"
},
{
"key": "cmd+e",
"command": "workbench.extensions.action.showEnabledExtensions"
},
{
"key": "cmd+i",
"command": "extension.vim_escape",
"when": "editorTextFocus && vim.active && !inDebugRepl"
},
{
"key": "escape",
"command": "-extension.vim_escape",
"when": "editorTextFocus && vim.active && !inDebugRepl"
},
{
"key": "shift+enter",
"command": "-python.datascience.runcurrentcelladvance",
"when": "editorTextFocus && python.datascience.featureenabled && python.datascience.hascodecells && !editorHasSelection"
},
{
"key": "shift+enter",
"command": "-python.datascience.execSelectionInteractive",
"when": "editorTextFocus && python.datascience.featureenabled && python.datascience.ownsSelection && !findInputFocussed && !replaceInputFocussed && editorLangId == 'python'"
},
{
"key": "shift+enter",
"command": "-python.execSelectionInTerminal",
"when": "editorTextFocus && !findInputFocussed && !python.datascience.ownsSelection && !replaceInputFocussed && editorLangId == 'python'"
}
]
{
"editor.lineNumbers":"relative",
// keys go to normal mode from insert mode (default: "" disable)
"vim.normalModeKeyBindings": [
{
"before": [";"],
"after": [":"]
},
{
"before": [
"[",
"<space>"
],
"after": [
"O",
"<Esc>"
]
},
{
"before": [
"]",
"<space>"
],
"after": [
"o",
"<Esc>"
]
}
],
"window.zoomLevel": 2,
"workbench.activityBar.visible": false,
"editor.minimap.enabled": false,
"breadcrumbs.enabled": true,
"jest.debugMode": true,
"files.autoSave": "afterDelay",
"editor.tabSize": 2,
"workbench.colorTheme": "Solarized Dark+",
"editor.fontSize": 14,
"vim.useSystemClipboard": true,
"editor.snippetSuggestions": "top",
"workbench.editor.enablePreview": false,
"sync.gist": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment