Last active
February 6, 2020 20:47
-
-
Save flaviocarmo/60a0064e3ad7eac39f669df364018637 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
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-02-06T20:47:48.918Z","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": "0229f987-83fd-4576-aa7f-566747840393", | |
"publisherId": "secanis.jenkinsfile-support", | |
"publisherDisplayName": "secanis" | |
}, | |
"name": "jenkinsfile-support", | |
"publisher": "secanis", | |
"version": "0.1.0" | |
}, | |
{ | |
"metadata": { | |
"id": "d36bad53-910d-481a-a7ee-8992450665f6", | |
"publisherId": "mathiasfrohlich.Kotlin", | |
"publisherDisplayName": "mathiasfrohlich" | |
}, | |
"name": "Kotlin", | |
"publisher": "mathiasfrohlich", | |
"version": "1.7.0" | |
}, | |
{ | |
"metadata": { | |
"id": "40d39ce9-c381-47a0-80c8-a6661f731eab", | |
"publisherId": "ms-vscode.powershell", | |
"publisherDisplayName": "ms-vscode" | |
}, | |
"name": "powershell", | |
"publisher": "ms-vscode", | |
"version": "2020.1.0" | |
}, | |
{ | |
"metadata": { | |
"id": "7752d5d1-7dab-46f8-bc86-ffca8c2d33e7", | |
"publisherId": "fabianlauer.vs-code-xml-format", | |
"publisherDisplayName": "fabianlauer" | |
}, | |
"name": "vs-code-xml-format", | |
"publisher": "fabianlauer", | |
"version": "0.1.5" | |
}, | |
{ | |
"metadata": { | |
"id": "2b05803e-d7e9-433f-bce9-255e4d4ad79e", | |
"publisherId": "vscoss.vscode-ansible", | |
"publisherDisplayName": "vscoss" | |
}, | |
"name": "vscode-ansible", | |
"publisher": "vscoss", | |
"version": "0.5.2" | |
}, | |
{ | |
"metadata": { | |
"id": "f832049e-c59d-4f81-a972-9d40fe9e2fa9", | |
"publisherId": "BateleurIO.vscode-combine-scripts", | |
"publisherDisplayName": "BateleurIO" | |
}, | |
"name": "vscode-combine-scripts", | |
"publisher": "BateleurIO", | |
"version": "2.0.5" | |
}, | |
{ | |
"metadata": { | |
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f", | |
"publisherId": "ms-azuretools.vscode-docker", | |
"publisherDisplayName": "ms-azuretools" | |
}, | |
"name": "vscode-docker", | |
"publisher": "ms-azuretools", | |
"version": "0.10.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": "9.7.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
// Empty |
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
// Empty |
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
{ | |
"git.confirmSync": false, | |
"git.autofetch": true, | |
"git.enableSmartCommit": true, | |
"editor.fontFamily": "'Cascadia Code',Consolas, 'Courier New', monospace", | |
"sync.autoUpload": true, | |
"sync.gist": "60a0064e3ad7eac39f669df364018637", | |
"sync.forceUpload": true, | |
"workbench.iconTheme": "vscode-icons", | |
"vsicons.dontShowNewVersionMessage": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment