Last active
January 22, 2021 01:10
-
-
Save warlyware/e392c22b8373a116b0f5a854b6f45943 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
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":"2021-01-22T01:10:38.889Z","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": "916bc534-f7e4-4017-959e-38be4f996e43", | |
| "publisherId": "ephoton.indent-switcher", | |
| "publisherDisplayName": "ephoton" | |
| }, | |
| "name": "indent-switcher", | |
| "publisher": "ephoton", | |
| "version": "1.2.1" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90", | |
| "publisherId": "esbenp.prettier-vscode", | |
| "publisherDisplayName": "esbenp" | |
| }, | |
| "name": "prettier-vscode", | |
| "publisher": "esbenp", | |
| "version": "5.8.0" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "2f5dd8cb-d251-4d70-abfe-ddebcb077483", | |
| "publisherId": "octref.vetur", | |
| "publisherDisplayName": "octref" | |
| }, | |
| "name": "vetur", | |
| "publisher": "octref", | |
| "version": "0.32.0" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "d4b06bd6-36a0-469f-be55-c0a73413b688", | |
| "publisherId": "rvest.vs-code-prettier-eslint", | |
| "publisherDisplayName": "rvest" | |
| }, | |
| "name": "vs-code-prettier-eslint", | |
| "publisher": "rvest", | |
| "version": "0.4.1" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a", | |
| "publisherId": "dbaeumer.vscode-eslint", | |
| "publisherDisplayName": "dbaeumer" | |
| }, | |
| "name": "vscode-eslint", | |
| "publisher": "dbaeumer", | |
| "version": "2.1.14" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "98830215-a104-4f93-92cc-4cb0dc4f187f", | |
| "publisherId": "znck.vue-language-features", | |
| "publisherDisplayName": "znck" | |
| }, | |
| "name": "vue-language-features", | |
| "publisher": "znck", | |
| "version": "0.6.0" | |
| } | |
| ] |
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
| // Empty |
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
| // Empty |
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
| { | |
| "sync.gist": "e392c22b8373a116b0f5a854b6f45943", | |
| "[jsonc]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "eslint.format.enable": true, | |
| "[typescript]": { | |
| "editor.defaultFormatter": "dbaeumer.vscode-eslint" | |
| }, | |
| "[vue]": { | |
| "editor.defaultFormatter": "dbaeumer.vscode-eslint" | |
| }, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment