Last active
March 16, 2020 19:41
-
-
Save alkanyunus/c51c54d7bc6faa3fbe4ce364d4e57064 to your computer and use it in GitHub Desktop.
vscode
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-03-16T19:41:52.410Z","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": "532533c9-a894-4a58-9eee-bbfbe7c06f71", | |
"publisherId": "mikestead.dotenv", | |
"publisherDisplayName": "mikestead" | |
}, | |
"name": "dotenv", | |
"publisher": "mikestead", | |
"version": "1.0.1" | |
}, | |
{ | |
"metadata": { | |
"id": "19804510-b475-4dae-b0f7-6ca08fd1af0c", | |
"publisherId": "dsznajder.es7-react-js-snippets", | |
"publisherDisplayName": "dsznajder" | |
}, | |
"name": "es7-react-js-snippets", | |
"publisher": "dsznajder", | |
"version": "2.7.0" | |
}, | |
{ | |
"metadata": { | |
"id": "98790d67-10fa-497c-9113-f6c7489207b2", | |
"publisherId": "yzhang.markdown-all-in-one", | |
"publisherDisplayName": "yzhang" | |
}, | |
"name": "markdown-all-in-one", | |
"publisher": "yzhang", | |
"version": "2.7.0" | |
}, | |
{ | |
"metadata": { | |
"id": "6d40d0bb-f7f2-4d8b-94a9-ad03aa13fb8f", | |
"publisherId": "HookyQR.minify", | |
"publisherDisplayName": "HookyQR" | |
}, | |
"name": "minify", | |
"publisher": "HookyQR", | |
"version": "0.4.3" | |
}, | |
{ | |
"metadata": { | |
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90", | |
"publisherId": "esbenp.prettier-vscode", | |
"publisherDisplayName": "esbenp" | |
}, | |
"name": "prettier-vscode", | |
"publisher": "esbenp", | |
"version": "3.20.0" | |
}, | |
{ | |
"metadata": { | |
"id": "bec6a8b1-31d4-4f4e-9b3c-9141285b359f", | |
"publisherId": "zhouronghui.propertylist", | |
"publisherDisplayName": "zhouronghui" | |
}, | |
"name": "propertylist", | |
"publisher": "zhouronghui", | |
"version": "0.0.2" | |
}, | |
{ | |
"metadata": { | |
"id": "cc1b9e15-8d4e-43ed-8a31-b81683af6bc4", | |
"publisherId": "azemoh.theme-onedark", | |
"publisherDisplayName": "azemoh" | |
}, | |
"name": "theme-onedark", | |
"publisher": "azemoh", | |
"version": "0.5.3" | |
}, | |
{ | |
"metadata": { | |
"id": "261cac81-cd7b-4555-bb41-0c2d2bcd3e70", | |
"publisherId": "Gruntfuggly.todo-tree", | |
"publisherDisplayName": "Gruntfuggly" | |
}, | |
"name": "todo-tree", | |
"publisher": "Gruntfuggly", | |
"version": "0.0.169" | |
}, | |
{ | |
"metadata": { | |
"id": "4fedf6ae-1b56-4726-9f7f-e9592a6d4804", | |
"publisherId": "fabiospampinato.vscode-diff", | |
"publisherDisplayName": "fabiospampinato" | |
}, | |
"name": "vscode-diff", | |
"publisher": "fabiospampinato", | |
"version": "1.4.0" | |
}, | |
{ | |
"metadata": { | |
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a", | |
"publisherId": "vscode-icons-team.vscode-icons", | |
"publisherDisplayName": "vscode-icons-team" | |
}, | |
"name": "vscode-icons", | |
"publisher": "vscode-icons-team", | |
"version": "10.0.0" | |
}, | |
{ | |
"metadata": { | |
"id": "3fb77af3-b8b3-4cb9-9137-f555bd80e2b1", | |
"publisherId": "richie5um2.vscode-sort-json", | |
"publisherDisplayName": "richie5um2" | |
}, | |
"name": "vscode-sort-json", | |
"publisher": "richie5um2", | |
"version": "1.18.0" | |
} | |
] |
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 defaultsauto[] | |
[ | |
{ | |
"key": "cmd+numpad_divide", | |
"command": "editor.action.commentLine", | |
"when": "editorTextFocus && !editorReadonly" | |
}, | |
{ | |
"key": "shift+cmd+7", | |
"command": "-editor.action.commentLine", | |
"when": "editorTextFocus && !editorReadonly" | |
} | |
] |
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
{ | |
"workbench.iconTheme": "vscode-icons", | |
"workbench.colorTheme": "One Dark Theme", | |
"breadcrumbs.enabled": true, | |
"explorer.confirmDelete": false, | |
"eslint.alwaysShowStatus": true, | |
"[javascript]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"[html]": { | |
"editor.formatOnSave": false, | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"editor.formatOnPaste": true, | |
"editor.formatOnSave": true, | |
"todo-tree.highlights.enabled": true, | |
"todo-tree.tree.showScanModeButton": false, | |
"window.zoomLevel": 0, | |
"explorer.confirmDragAndDrop": false, | |
"sync.gist": "c51c54d7bc6faa3fbe4ce364d4e57064", | |
"sync.forceUpload": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment