Skip to content

Instantly share code, notes, and snippets.

@JerryCjr
Last active November 21, 2019 08:14
Show Gist options
  • Save JerryCjr/f00b387ae1fbe5a8ef2f86cc7629d3e1 to your computer and use it in GitHub Desktop.
Save JerryCjr/f00b387ae1fbe5a8ef2f86cc7629d3e1 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-11-21T08:14:36.911Z","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": "a0e969a7-a8a4-4958-8b82-ad690ebfa5c0",
"publisherId": "cipchk.cssrem",
"publisherDisplayName": "cipchk"
},
"name": "cssrem",
"publisher": "cipchk",
"version": "0.1.0"
},
{
"metadata": {
"id": "9f5a82a8-eb54-420f-9fb8-171c5405ec8a",
"publisherId": "MikeBovenlander.formate",
"publisherDisplayName": "MikeBovenlander"
},
"name": "formate",
"publisher": "MikeBovenlander",
"version": "1.1.3"
},
{
"metadata": {
"id": "2335b326-c334-4e81-bc51-c408fcec6e7c",
"publisherId": "waderyan.gitblame",
"publisherDisplayName": "waderyan"
},
"name": "gitblame",
"publisher": "waderyan",
"version": "3.0.1"
},
{
"metadata": {
"id": "3b1db1fc-c7f7-4bd6-9fa4-b499dfa99a8a",
"publisherId": "shd101wyy.markdown-preview-enhanced",
"publisherDisplayName": "shd101wyy"
},
"name": "markdown-preview-enhanced",
"publisher": "shd101wyy",
"version": "0.5.0"
},
{
"metadata": {
"id": "9cbb1b8a-fc53-41f7-8ae4-56f9f2db02d5",
"publisherId": "qiu8310.minapp-vscode",
"publisherDisplayName": "qiu8310"
},
"name": "minapp-vscode",
"publisher": "qiu8310",
"version": "2.2.2"
},
{
"metadata": {
"id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
"publisherId": "christian-kohler.path-intellisense",
"publisherDisplayName": "christian-kohler"
},
"name": "path-intellisense",
"publisher": "christian-kohler",
"version": "1.4.2"
},
{
"metadata": {
"id": "3acfcc8d-a050-4675-8e49-cdc9f8945404",
"publisherId": "naumovs.theme-oceanicnext",
"publisherDisplayName": "naumovs"
},
"name": "theme-oceanicnext",
"publisher": "naumovs",
"version": "0.0.4"
},
{
"metadata": {
"id": "261cac81-cd7b-4555-bb41-0c2d2bcd3e70",
"publisherId": "Gruntfuggly.todo-tree",
"publisherDisplayName": "Gruntfuggly"
},
"name": "todo-tree",
"publisher": "Gruntfuggly",
"version": "0.0.162"
},
{
"metadata": {
"id": "2f5dd8cb-d251-4d70-abfe-ddebcb077483",
"publisherId": "octref.vetur",
"publisherDisplayName": "octref"
},
"name": "vetur",
"publisher": "octref",
"version": "0.22.6"
},
{
"metadata": {
"id": "97a08c5f-6667-4242-a5c5-045dfb6bd4b9",
"publisherId": "wayou.vscode-todo-highlight",
"publisherDisplayName": "wayou"
},
"name": "vscode-todo-highlight",
"publisher": "wayou",
"version": "1.0.4"
}
]
{
"window.zoomLevel": 1,
"files.associations": {
"*.cjson": "jsonc",
"*.wxss": "css",
"*.wxs": "javascript"
},
"emmet.includeLanguages": {
"wxml": "html"
},
"minapp-vscode.disableAutoConfig": true,
"sync.gist": "f00b387ae1fbe5a8ef2f86cc7629d3e1",
"workbench.colorTheme": "Oceanic Next",
"cssrem.fixedDigits": 4,
"cssrem.rootFontSize": 75,
"terminal.integrated.scrollback": 10000,
"sync.autoUpload": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment