Last active
March 21, 2022 15:09
-
-
Save 0xRAG/ec4f738c4174f326fcd294236b8672b6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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":"2022-03-21T15:09:19.050Z","extensionVersion":"v3.4.3"} |
This file contains hidden or 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": "f6dbd813-b0a0-42c1-90ea-10dde9d925a7", | |
| "publisherId": "streetsidesoftware.code-spell-checker", | |
| "publisherDisplayName": "streetsidesoftware" | |
| }, | |
| "name": "code-spell-checker", | |
| "publisher": "streetsidesoftware", | |
| "version": "2.1.7" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "121396ad-85a1-45ec-9fd1-d95028a847f5", | |
| "publisherId": "naumovs.color-highlight", | |
| "publisherDisplayName": "naumovs" | |
| }, | |
| "name": "color-highlight", | |
| "publisher": "naumovs", | |
| "version": "2.5.0" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588", | |
| "publisherId": "EditorConfig.EditorConfig", | |
| "publisherDisplayName": "EditorConfig" | |
| }, | |
| "name": "EditorConfig", | |
| "publisher": "EditorConfig", | |
| "version": "0.16.4" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "19804510-b475-4dae-b0f7-6ca08fd1af0c", | |
| "publisherId": "dsznajder.es7-react-js-snippets", | |
| "publisherDisplayName": "dsznajder" | |
| }, | |
| "name": "es7-react-js-snippets", | |
| "publisher": "dsznajder", | |
| "version": "4.4.3" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "4de763bd-505d-4978-9575-2b7696ecf94e", | |
| "publisherId": "eamodio.gitlens", | |
| "publisherDisplayName": "eamodio" | |
| }, | |
| "name": "gitlens", | |
| "publisher": "eamodio", | |
| "version": "12.0.5" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "e58f546c-babc-455f-a265-ba40dbd140d4", | |
| "publisherId": "sdras.night-owl", | |
| "publisherDisplayName": "sdras" | |
| }, | |
| "name": "night-owl", | |
| "publisher": "sdras", | |
| "version": "2.0.1" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "79afa437-682e-4fa2-a4fd-87844832a1dc", | |
| "publisherId": "ryu1kn.partial-diff", | |
| "publisherDisplayName": "ryu1kn" | |
| }, | |
| "name": "partial-diff", | |
| "publisher": "ryu1kn", | |
| "version": "1.4.3" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "67e66172-30c7-4478-8f5d-6eac4ae755dc", | |
| "publisherId": "mohsen1.prettify-json", | |
| "publisherDisplayName": "mohsen1" | |
| }, | |
| "name": "prettify-json", | |
| "publisher": "mohsen1", | |
| "version": "0.0.3" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "b80129ef-d190-4ffd-80bf-7ebd643d53d1", | |
| "publisherId": "asvetliakov.snapshot-tools", | |
| "publisherDisplayName": "asvetliakov" | |
| }, | |
| "name": "snapshot-tools", | |
| "publisher": "asvetliakov", | |
| "version": "0.4.0" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03", | |
| "publisherId": "vscodevim.vim", | |
| "publisherDisplayName": "vscodevim" | |
| }, | |
| "name": "vim", | |
| "publisher": "vscodevim", | |
| "version": "1.22.2" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a", | |
| "publisherId": "dbaeumer.vscode-eslint", | |
| "publisherDisplayName": "dbaeumer" | |
| }, | |
| "name": "vscode-eslint", | |
| "publisher": "dbaeumer", | |
| "version": "2.2.2" | |
| } | |
| ] |
This file contains hidden or 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+l", | |
| "command": "expandLineSelection", | |
| "when": "editorTextFocus" | |
| }, | |
| { | |
| "key": "shift+space", | |
| "command": "cursorRight", | |
| "when": "editorTextFocus" | |
| }, | |
| { | |
| "key": "cmd+j", | |
| "command": "editor.action.joinLines", | |
| "when": "editorTextFocus" | |
| }, | |
| { | |
| "key": "ctrl+j", | |
| "command": "workbench.action.togglePanel" | |
| }, | |
| { | |
| "key": "shift+cmd+d", | |
| "command": "editor.action.smartSelect.expand", | |
| "when": "editorTextFocus" | |
| }, | |
| { | |
| "key": "ctrl+shift+cmd+right", | |
| "command": "-editor.action.smartSelect.expand", | |
| "when": "editorTextFocus" | |
| }, | |
| { | |
| "key": "cmd+b", | |
| "command": "editor.action.revealDefinition", | |
| "when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor" | |
| }, | |
| { | |
| "key": "f12", | |
| "command": "-editor.action.revealDefinition", | |
| "when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor" | |
| }, | |
| { | |
| "key": "cmd+[", | |
| "command": "workbench.action.navigateBack" | |
| }, | |
| { | |
| "key": "ctrl+-", | |
| "command": "-workbench.action.navigateBack" | |
| }, | |
| { | |
| "key": "cmd+]", | |
| "command": "workbench.action.navigateForward" | |
| }, | |
| { | |
| "key": "ctrl+shift+-", | |
| "command": "-workbench.action.navigateForward" | |
| }, | |
| { | |
| "key": "cmd+1", | |
| "command": "workbench.action.toggleSidebarVisibility" | |
| }, | |
| { | |
| "key": "cmd+b", | |
| "command": "-workbench.action.toggleSidebarVisibility" | |
| }, | |
| { | |
| "key": "alt+cmd+.", | |
| "command": "editor.action.autoFix", | |
| "when": "editorTextFocus && !editorReadonly && supportedCodeAction =~ /(\\s|^)quickfix\\b/" | |
| }, | |
| { | |
| "key": "alt+cmd+.", | |
| "command": "-editor.action.autoFix", | |
| "when": "editorTextFocus && !editorReadonly && supportedCodeAction =~ /(\\s|^)quickfix\\b/" | |
| }, | |
| { | |
| "key": "alt+", | |
| "command": "editor.action.quickFix", | |
| "when": "editorHasCodeActionsProvider && editorTextFocus && !editorReadonly" | |
| }, | |
| { | |
| "key": "cmd+.", | |
| "command": "-editor.action.quickFix", | |
| "when": "editorHasCodeActionsProvider && editorTextFocus && !editorReadonly" | |
| }, | |
| { | |
| "key": "alt+enter", | |
| "command": "problems.action.showQuickFixes", | |
| "when": "problemFocus" | |
| }, | |
| { | |
| "key": "cmd+.", | |
| "command": "-problems.action.showQuickFixes", | |
| "when": "problemFocus" | |
| }, | |
| { | |
| "key": "alt+enter", | |
| "command": "editor.action.quickFix" | |
| }, | |
| { | |
| "key": "ctrl+g", | |
| "command": "editor.action.addSelectionToNextFindMatch", | |
| "when": "editorFocus" | |
| }, | |
| { | |
| "key": "cmd+d", | |
| "command": "-editor.action.addSelectionToNextFindMatch", | |
| "when": "editorFocus" | |
| }, | |
| { | |
| "key": "f6", | |
| "command": "editor.action.rename", | |
| "when": "editorHasRenameProvider && editorTextFocus && !editorReadonly" | |
| }, | |
| { | |
| "key": "f2", | |
| "command": "-editor.action.rename", | |
| "when": "editorHasRenameProvider && editorTextFocus && !editorReadonly" | |
| } | |
| ] |
This file contains hidden or 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
| { | |
| "breadcrumbs.enabled": false, | |
| "diffEditor.renderSideBySide": false, | |
| "editor.tabSize": 2, | |
| "editor.fontSize": 16, | |
| "editor.fontFamily": "'Dank Mono', Menlo, Monaco, 'Courier New', monospace", | |
| "editor.tabCompletion": "on", | |
| "editor.snippetSuggestions": "top", | |
| "editor.folding": false, | |
| "editor.hideCursorInOverviewRuler": true, | |
| "editor.lineHeight": 26, | |
| "editor.matchBrackets": "always", | |
| "editor.minimap.enabled": false, | |
| "editor.occurrencesHighlight": false, | |
| "editor.overviewRulerBorder": false, | |
| "editor.renderIndentGuides": true, | |
| "editor.renderLineHighlight": "none", | |
| "editor.renderControlCharacters": false, | |
| "editor.formatOnSave": true, | |
| "eslint.enable": true, | |
| "eslint.format.enable": true, | |
| "eslint.validate": [ | |
| "javascript", | |
| "javascriptreact", | |
| "typescript", | |
| "typescriptreact" | |
| ], | |
| "editor.codeActionsOnSave": { | |
| "source.fixAll.eslint": true | |
| }, | |
| "explorer.openEditors.visible": 0, | |
| "files.insertFinalNewline": true, | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "javascript.validate.enable": false, | |
| "sync.gist": "ec4f738c4174f326fcd294236b8672b6", | |
| "sync.autoDownload": false, | |
| "sync.autoUpload": false, | |
| "sync.forceDownload": false, | |
| "sync.quietSync": false, | |
| "sync.removeExtensions": true, | |
| "sync.syncExtensions": true, | |
| "search.smartCase": false, | |
| "search.showLineNumbers": true, | |
| "search.exclude": { | |
| "**/.git": true, | |
| "**/bower_components": true, | |
| "**/build": true, | |
| "**/coverage": true, | |
| "**/dist": true, | |
| "**/node_modules": true, | |
| "**/tmp": true | |
| }, | |
| "workbench.activityBar.visible": false, | |
| "workbench.iconTheme": null, | |
| "workbench.editor.showIcons": false, | |
| "workbench.sideBar.location": "right", | |
| "workbench.colorTheme": "Night Owl", | |
| "window.zoomLevel": 0, | |
| "cSpell.enabled": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment