Skip to content

Instantly share code, notes, and snippets.

@Hugking
Created November 25, 2019 08:57
Show Gist options
  • Save Hugking/1f82230c6fc649aa7568904f08b2e4d6 to your computer and use it in GitHub Desktop.
Save Hugking/1f82230c6fc649aa7568904f08b2e4d6 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-11-25T08:57:40.871Z","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": "53ceb0a7-7e7a-4f26-a91d-084f3d714420",
"publisherId": "lkytal.FlatUI",
"publisherDisplayName": "lkytal"
},
"name": "FlatUI",
"publisher": "lkytal",
"version": "1.4.9"
},
{
"metadata": {
"id": "ff7b0247-07d3-4102-8b68-0175a12a51aa",
"publisherId": "SolarLiner.linux-themes",
"publisherDisplayName": "SolarLiner"
},
"name": "linux-themes",
"publisher": "SolarLiner",
"version": "1.0.1"
},
{
"metadata": {
"id": "9cbb1b8a-fc53-41f7-8ae4-56f9f2db02d5",
"publisherId": "qiu8310.minapp-vscode",
"publisherDisplayName": "qiu8310"
},
"name": "minapp-vscode",
"publisher": "qiu8310",
"version": "2.2.2"
},
{
"metadata": {
"id": "81419d9c-d99e-4ee9-83ff-f72ac956efec",
"publisherId": "overtrue.miniapp-helper",
"publisherDisplayName": "overtrue"
},
"name": "miniapp-helper",
"publisher": "overtrue",
"version": "1.0.3"
},
{
"metadata": {
"id": "c5a0e020-41e5-4180-aadc-85aa7c4e0517",
"publisherId": "jithurjacob.nbpreviewer",
"publisherDisplayName": "jithurjacob"
},
"name": "nbpreviewer",
"publisher": "jithurjacob",
"version": "1.2.2"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2019.10.41019"
},
{
"metadata": {
"id": "dffaf5a1-2219-434b-9d87-cb586fd59260",
"publisherId": "Equinusocio.vsc-material-theme",
"publisherDisplayName": "Equinusocio"
},
"name": "vsc-material-theme",
"publisher": "Equinusocio",
"version": "30.0.0"
},
{
"metadata": {
"id": "e4ee7751-6514-4731-9cdb-7580ffa9e70b",
"publisherId": "MS-CEINTL.vscode-language-pack-zh-hans",
"publisherDisplayName": "MS-CEINTL"
},
"name": "vscode-language-pack-zh-hans",
"publisher": "MS-CEINTL",
"version": "1.37.3"
},
{
"metadata": {
"id": "9b2c953d-6ad4-46d1-b18e-7e5992d1d8a6",
"publisherId": "akamud.vscode-theme-onedark",
"publisherDisplayName": "akamud"
},
"name": "vscode-theme-onedark",
"publisher": "akamud",
"version": "2.1.0"
},
{
"metadata": {
"id": "cd98b436-51b3-42ab-b571-8b2c9b889bcb",
"publisherId": "coderfee.vscode-weapp-api",
"publisherDisplayName": "coderfee"
},
"name": "vscode-weapp-api",
"publisher": "coderfee",
"version": "0.1.8"
},
{
"metadata": {
"id": "a52e44bd-c559-471e-87fb-ce54b744850d",
"publisherId": "qinjia.vscode-wechat",
"publisherDisplayName": "qinjia"
},
"name": "vscode-wechat",
"publisher": "qinjia",
"version": "0.0.6"
},
{
"metadata": {
"id": "6b99015e-561b-4192-8b83-b2120a523567",
"publisherId": "mariorodeghiero.vue-theme",
"publisherDisplayName": "mariorodeghiero"
},
"name": "vue-theme",
"publisher": "mariorodeghiero",
"version": "1.1.2"
},
{
"metadata": {
"id": "6412b276-b4eb-4283-a0c1-3f55ef822ab3",
"publisherId": "ChandZhang.wechat-snippet",
"publisherDisplayName": "ChandZhang"
},
"name": "wechat-snippet",
"publisher": "ChandZhang",
"version": "0.4.11"
},
{
"metadata": {
"id": "75956efb-2d78-4ad9-b67c-01a860c26ddf",
"publisherId": "cnyballk.wxml-vscode",
"publisherDisplayName": "cnyballk"
},
"name": "wxml-vscode",
"publisher": "cnyballk",
"version": "0.1.2"
}
]
{
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": true,
"sync.forceUpload": true,
"sync.quietSync": true,
"sync.gist": "",
"workbench.colorTheme": "Visual Studio Light",
"files.associations": {
"*.cjson": "jsonc",
"*.wxss": "css",
"*.wxs": "javascript"
},
"emmet.includeLanguages": {
"wxml": "html"
},
"minapp-vscode.disableAutoConfig": true,
"editor.fontSize": 16,
"editor.minimap.showSlider": "always",
"window.zoomLevel": 1
}
{
// Place your snippets for javascript here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
}
{
// Place your snippets for javascriptreact here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment