Skip to content

Instantly share code, notes, and snippets.

@simongong
Created May 31, 2017 01:35
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 simongong/04d923f7f823a102e217c9936482d8e8 to your computer and use it in GitHub Desktop.
Save simongong/04d923f7f823a102e217c9936482d8e8 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2017-05-31T01:35:50.116Z","extensionVersion":"v2.8.1"}
[
{
"metadata": {
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
"publisherId": "901b401e-7657-4a33-8c9a-0854c569607e",
"publisherDisplayName": "HookyQR"
},
"name": "beautify",
"publisher": "HookyQR",
"version": "1.0.2"
},
{
"metadata": {
"id": "3e60e45e-074a-4a3c-bdd9-56cdc8c53b34",
"publisherId": "e911474b-988f-47ab-bc44-4d3f2b07a535",
"publisherDisplayName": "Phil Price"
},
"name": "better-merge",
"publisher": "pprice",
"version": "0.7.0"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "ac3a3342-db76-40ef-9277-4657632d3bfe",
"publisherDisplayName": "Shan Khan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.8.1"
},
{
"metadata": {
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "ecde0778-6fe5-4f72-93a7-196989f19e58",
"publisherDisplayName": "Microsoft"
},
"name": "debugger-for-chrome",
"publisher": "msjsdiag",
"version": "3.1.2"
},
{
"metadata": {
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "1ba8bd00-2ad1-4be0-a007-5b4b954c1ee7",
"publisherDisplayName": "Don Jayamanne"
},
"name": "githistory",
"publisher": "donjayamanne",
"version": "0.2.0"
},
{
"metadata": {
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "f9e5bc2f-fea1-4075-917f-d83e01e69f56",
"publisherDisplayName": "Philipp Kief"
},
"name": "material-icon-theme",
"publisher": "PKief",
"version": "2.0.7"
},
{
"metadata": {
"id": "1bb92b2c-526c-4bfd-bb38-5bae1b278c89",
"publisherId": "eb81807c-3252-427c-93c1-7562325b8534",
"publisherDisplayName": "Zongmin Lei"
},
"name": "node-module-intellisense",
"publisher": "leizongmin",
"version": "1.3.0"
},
{
"metadata": {
"id": "113b22c8-8125-42ec-8c6b-80c3f5d5fa5f",
"publisherId": "8f186bac-3651-4797-9216-ba30633f600b",
"publisherDisplayName": "IBM"
},
"name": "output-colorizer",
"publisher": "IBM",
"version": "0.1.1"
},
{
"metadata": {
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
"publisherId": "3fbdef65-bdf5-4723-aeaf-9e12a50546ef",
"publisherDisplayName": "Alessandro Fragnani"
},
"name": "project-manager",
"publisher": "alefragnani",
"version": "0.18.0"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "1ba8bd00-2ad1-4be0-a007-5b4b954c1ee7",
"publisherDisplayName": "Don Jayamanne"
},
"name": "python",
"publisher": "donjayamanne",
"version": "0.6.4"
},
{
"metadata": {
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
"publisherId": "bc3f1075-3ced-4395-9b1b-3f0ecaee83be",
"publisherDisplayName": "Microsoft"
},
"name": "vscode-docker",
"publisher": "PeterJausovec",
"version": "0.0.15"
}
]
{
"name": "material-icon-theme",
"version": "2.0.7"
}
// 将设置放入此文件中以覆盖默认设置
{
"editor.tabCompletion": true,
"editor.tabSize": 2,
"markdown.preview.fontFamily": "'Merriweather', serif, STXihei, '华文细黑'",
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Monokai Dimmed",
"files.trimTrailingWhitespace": true,
"extensions.ignoreRecommendations": false,
"sync.gist": "",
"sync.lastUpload": "2017-05-31T01:32:49.399Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false
}
{
/*
// 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 Markdown 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:
"Daily Report": {
"prefix": "dr",
"body": [
"* 工作",
"\t- $0",
"* 问题",
"\t- ",
"* 积累",
"\t- ",
"* 其他",
"\t- ",
""
],
"description": "template for daily report"
},
"Weekly Report": {
"prefix": "wr",
"body": [
"## 多摩",
"",
"### ALP",
"",
"* 本周概况",
"\t\t* $0",
"",
"* 风险",
"\t\t* 无",
"",
"* 下周计划",
"\t\t* 无",
""
],
"description": "template for weekly report"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment