Last active
October 12, 2020 17:58
-
-
Save ugreg/5f02a10b56c2be8a42e05e76c27fc195 to your computer and use it in GitHub Desktop.
vscode-settings-sync
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":"2020-02-26T18:43:55.896Z","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": "1.8.0" | |
}, | |
{ | |
"metadata": { | |
"id": "690b692e-e8a9-493f-b802-8089d50ac1b2", | |
"publisherId": "ms-vscode.cpptools", | |
"publisherDisplayName": "ms-vscode" | |
}, | |
"name": "cpptools", | |
"publisher": "ms-vscode", | |
"version": "0.26.3" | |
}, | |
{ | |
"metadata": { | |
"id": "2f439332-23cb-4928-bd82-577a9ea0fddf", | |
"publisherId": "bjr.head-file-guard", | |
"publisherDisplayName": "bjr" | |
}, | |
"name": "head-file-guard", | |
"publisher": "bjr", | |
"version": "0.0.3" | |
}, | |
{ | |
"metadata": { | |
"id": "5db78037-f674-459f-a236-db622c427c5b", | |
"publisherId": "PKief.material-icon-theme", | |
"publisherDisplayName": "PKief" | |
}, | |
"name": "material-icon-theme", | |
"publisher": "PKief", | |
"version": "3.9.3" | |
}, | |
{ | |
"metadata": { | |
"id": "b3e0fd54-cb55-4b37-816d-c50424c4c72e", | |
"publisherId": "kdarkhan.mips", | |
"publisherDisplayName": "kdarkhan" | |
}, | |
"name": "mips", | |
"publisher": "kdarkhan", | |
"version": "0.0.5" | |
}, | |
{ | |
"metadata": { | |
"id": "6cf182b2-70cf-433e-97f2-45f414c9ad89", | |
"publisherId": "platformio.platformio-ide", | |
"publisherDisplayName": "platformio" | |
}, | |
"name": "platformio-ide", | |
"publisher": "platformio", | |
"version": "1.10.0" | |
}, | |
{ | |
"metadata": { | |
"id": "04e91f62-6dcd-4895-ae21-2024b20f3105", | |
"publisherId": "nanaian.vscode-star-rod", | |
"publisherDisplayName": "nanaian" | |
}, | |
"name": "vscode-star-rod", | |
"publisher": "nanaian", | |
"version": "0.0.8" | |
}, | |
{ | |
"metadata": { | |
"id": "9b2c953d-6ad4-46d1-b18e-7e5992d1d8a6", | |
"publisherId": "akamud.vscode-theme-onedark", | |
"publisherDisplayName": "akamud" | |
}, | |
"name": "vscode-theme-onedark", | |
"publisher": "akamud", | |
"version": "2.1.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
{ | |
"workbench.iconTheme": "material-icon-theme", | |
"editor.fontFamily": "'Source Code Pro', Consolas, 'Courier New', monospace", | |
"files.autoSave": "afterDelay", | |
"git.ignoreMissingGitWarning": true, | |
"workbench.colorTheme": "Atom One Dark", | |
"editor.lineHeight": 18, | |
"window.zoomLevel": -1, | |
"editor.wordWrap": "on", | |
"extensions.ignoreRecommendations": true, | |
"explorer.confirmDelete": false, | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"workbench.startupEditor": "newUntitledFile", | |
"cSpell.userWords": [ | |
"Bing", | |
"Pokedex", | |
"Pokéapi", | |
"chernikov", | |
"commandline", | |
"geospatial", | |
"shader", | |
"shaders" | |
], | |
"sync.gist": "5f02a10b56c2be8a42e05e76c27fc195", | |
"sync.autoDownload": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment