Last active
July 3, 2019 13:28
-
-
Save ajpy08/f98114d90f96c97f3939141ea088f35a 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":"2019-07-03T13:16:59.258Z","extensionVersion":"v3.3.1"} |
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": "850c6bb1-4a81-4f83-a81f-835d651a211c", | |
"publisherId": "Mikael.Angular-BeastCode", | |
"publisherDisplayName": "Mikael" | |
}, | |
"name": "Angular-BeastCode", | |
"publisher": "Mikael", | |
"version": "8.0.10" | |
}, | |
{ | |
"metadata": { | |
"id": "214cbfb9-7c06-4467-bad4-357ae83eb587", | |
"publisherId": "johnpapa.Angular2", | |
"publisherDisplayName": "johnpapa" | |
}, | |
"name": "Angular2", | |
"publisher": "johnpapa", | |
"version": "8.1.1" | |
}, | |
{ | |
"metadata": { | |
"id": "3a259045-e69a-48e3-a653-df434315df18", | |
"publisherId": "infinity1207.angular2-switcher", | |
"publisherDisplayName": "infinity1207" | |
}, | |
"name": "angular2-switcher", | |
"publisher": "infinity1207", | |
"version": "0.2.0" | |
}, | |
{ | |
"metadata": { | |
"id": "2a658c1b-308a-41e8-805a-fc8abda483bc", | |
"publisherId": "thekalinga.bootstrap4-vscode", | |
"publisherDisplayName": "thekalinga" | |
}, | |
"name": "bootstrap4-vscode", | |
"publisher": "thekalinga", | |
"version": "6.1.0" | |
}, | |
{ | |
"metadata": { | |
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", | |
"publisherId": "Shan.code-settings-sync", | |
"publisherDisplayName": "Shan" | |
}, | |
"name": "code-settings-sync", | |
"publisher": "Shan", | |
"version": "3.3.1" | |
}, | |
{ | |
"metadata": { | |
"id": "0b0e4305-3ab6-4928-bce6-081b5f146df7", | |
"publisherId": "GregorBiswanger.json2ts", | |
"publisherDisplayName": "GregorBiswanger" | |
}, | |
"name": "json2ts", | |
"publisher": "GregorBiswanger", | |
"version": "0.0.6" | |
}, | |
{ | |
"metadata": { | |
"id": "a92d457e-6f3f-4167-8087-1a54e1b6e00e", | |
"publisherId": "Angular.ng-template", | |
"publisherDisplayName": "Angular" | |
}, | |
"name": "ng-template", | |
"publisher": "Angular", | |
"version": "0.800.0" | |
}, | |
{ | |
"metadata": { | |
"id": "b1b80ce3-c4e0-42a5-b7c5-70317232f899", | |
"publisherId": "jakethashi.vscode-angular2-emmet", | |
"publisherDisplayName": "jakethashi" | |
}, | |
"name": "vscode-angular2-emmet", | |
"publisher": "jakethashi", | |
"version": "2.0.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
// 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
{ | |
"window.zoomLevel": 0, | |
"explorer.confirmDelete": false, | |
"sync.gist": "f98114d90f96c97f3939141ea088f35a" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment