Skip to content

Instantly share code, notes, and snippets.

@rensi4rn
Last active April 2, 2020 01:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rensi4rn/8b8a70ba2f494cbba05eaed2a569ab6f to your computer and use it in GitHub Desktop.
Save rensi4rn/8b8a70ba2f494cbba05eaed2a569ab6f to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-03-27T15:26:54.320Z","extensionVersion":"v3.4.3"}
[
{
"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": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "10.2.1"
},
{
"metadata": {
"id": "82dfe17d-bb64-404e-bcc5-f9803f7ab5d5",
"publisherId": "dbaeumer.jshint",
"publisherDisplayName": "dbaeumer"
},
"name": "jshint",
"publisher": "dbaeumer",
"version": "0.10.21"
},
{
"metadata": {
"id": "4bf45e86-a448-4531-8c01-ef33f4536306",
"publisherId": "ms-mssql.mssql",
"publisherDisplayName": "ms-mssql"
},
"name": "mssql",
"publisher": "ms-mssql",
"version": "1.9.0"
},
{
"metadata": {
"id": "2cfba1a4-cb3e-4f7d-9cc2-55ad08afdad2",
"publisherId": "mycelo.oracle-plsql",
"publisherDisplayName": "mycelo"
},
"name": "oracle-plsql",
"publisher": "mycelo",
"version": "1.0.3"
},
{
"metadata": {
"id": "ea52326c-68a8-4587-a2f0-abb0a91e455a",
"publisherId": "xyz.plsql-language",
"publisherDisplayName": "xyz"
},
"name": "plsql-language",
"publisher": "xyz",
"version": "1.8.2"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2020.3.69010"
},
{
"metadata": {
"id": "ed3575fb-5812-4a43-9efb-c19649137420",
"publisherId": "liximomo.sftp",
"publisherDisplayName": "liximomo"
},
"name": "sftp",
"publisher": "liximomo",
"version": "1.12.9"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "2.1.1"
}
]
{
"editor.renderWhitespace": "all",
"window.zoomLevel": 1,
"files.trimTrailingWhitespace": true,
"[javascript]": {},
"files.trimFinalNewlines": true,
"sync.autoUpload": true,
"sync.gist": "8b8a70ba2f494cbba05eaed2a569ab6f"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment