Last active
February 10, 2022 12:38
-
-
Save mkolodny/5536ea9f14909f57ee723d674bfbe0d8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-11-24T09:52:07.749Z","extensionVersion":"v3.4.3"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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": "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.8.0" | |
}, | |
{ | |
"metadata": { | |
"id": "6c2f1801-1e7f-45b2-9b5c-7782f1e076e8", | |
"publisherId": "ms-toolsai.jupyter", | |
"publisherDisplayName": "ms-toolsai" | |
}, | |
"name": "jupyter", | |
"publisher": "ms-toolsai", | |
"version": "2020.11.372831992" | |
}, | |
{ | |
"metadata": { | |
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5", | |
"publisherId": "ms-python.python", | |
"publisherDisplayName": "ms-python" | |
}, | |
"name": "python", | |
"publisher": "ms-python", | |
"version": "2020.11.371526539" | |
}, | |
{ | |
"metadata": { | |
"id": "570e6089-b871-41df-9cf4-a723cb34ef01", | |
"publisherId": "rust-lang.rust", | |
"publisherDisplayName": "rust-lang" | |
}, | |
"name": "rust", | |
"publisher": "rust-lang", | |
"version": "0.7.8" | |
}, | |
{ | |
"metadata": { | |
"id": "7228c862-21fb-4a4c-a50a-8dfb4ca8c691", | |
"publisherId": "ryanolsonx.solarized", | |
"publisherDisplayName": "ryanolsonx" | |
}, | |
"name": "solarized", | |
"publisher": "ryanolsonx", | |
"version": "2.0.3" | |
}, | |
{ | |
"metadata": { | |
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03", | |
"publisherId": "vscodevim.vim", | |
"publisherDisplayName": "vscodevim" | |
}, | |
"name": "vim", | |
"publisher": "vscodevim", | |
"version": "1.17.1" | |
}, | |
{ | |
"metadata": { | |
"id": "4b41a5a8-170e-4156-b2c0-10efb270abbc", | |
"publisherId": "batisteo.vscode-django", | |
"publisherDisplayName": "batisteo" | |
}, | |
"name": "vscode-django", | |
"publisher": "batisteo", | |
"version": "1.0.0" | |
}, | |
{ | |
"metadata": { | |
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a", | |
"publisherId": "dbaeumer.vscode-eslint", | |
"publisherDisplayName": "dbaeumer" | |
}, | |
"name": "vscode-eslint", | |
"publisher": "dbaeumer", | |
"version": "2.1.13" | |
}, | |
{ | |
"metadata": { | |
"id": "7997a8ae-1fae-4022-b834-12f6318aeffd", | |
"publisherId": "Orta.vscode-jest", | |
"publisherDisplayName": "Orta" | |
}, | |
"name": "vscode-jest", | |
"publisher": "Orta", | |
"version": "3.2.0" | |
}, | |
{ | |
"metadata": { | |
"id": "22ab4ecd-a32e-45be-95dc-8fceaa3f9045", | |
"publisherId": "vknabel.vscode-swift-development-environment", | |
"publisherDisplayName": "vknabel" | |
}, | |
"name": "vscode-swift-development-environment", | |
"publisher": "vknabel", | |
"version": "2.10.1" | |
}, | |
{ | |
"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.3" | |
} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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'" | |
} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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>" | |
] | |
} | |
], | |
"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": 16, | |
"vim.useSystemClipboard": true, | |
"editor.snippetSuggestions": "top", | |
"telemetry.enableTelemetry": false, | |
"telemetry.enableCrashReporter": false, | |
"window.zoomLevel": 3, | |
"workbench.editor.enablePreview": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment