Skip to content

Instantly share code, notes, and snippets.

@GuoYuefei
Created October 16, 2019 06:18
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 GuoYuefei/1adff67839a0b0c2624c1bc7c3feb708 to your computer and use it in GitHub Desktop.
Save GuoYuefei/1adff67839a0b0c2624c1bc7c3feb708 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-10-16T06:18:49.221Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "ec17a0c8-7948-4ccb-b10e-7a4b5e2ab543",
"publisherId": "bang.antd-snippets",
"publisherDisplayName": "bang"
},
"name": "antd-snippets",
"publisher": "bang",
"version": "1.2.0"
},
{
"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": "f57f68ea-9ee8-42b5-9a97-041d3e4278c4",
"publisherId": "Dart-Code.dart-code",
"publisherDisplayName": "Dart-Code"
},
"name": "dart-code",
"publisher": "Dart-Code",
"version": "3.5.1"
},
{
"metadata": {
"id": "90a838c3-675b-4b87-b7a5-75ea88432cce",
"publisherId": "joelday.docthis",
"publisherDisplayName": "joelday"
},
"name": "docthis",
"publisher": "joelday",
"version": "0.7.1"
},
{
"metadata": {
"id": "19804510-b475-4dae-b0f7-6ca08fd1af0c",
"publisherId": "dsznajder.es7-react-js-snippets",
"publisherDisplayName": "dsznajder"
},
"name": "es7-react-js-snippets",
"publisher": "dsznajder",
"version": "2.4.3"
},
{
"metadata": {
"id": "b3917e4f-5086-4def-a82b-2ae6b708db16",
"publisherId": "flowtype.flow-for-vscode",
"publisherDisplayName": "flowtype"
},
"name": "flow-for-vscode",
"publisher": "flowtype",
"version": "1.5.0"
},
{
"metadata": {
"id": "f6c3ec04-6057-4d9c-b997-69cba07a6158",
"publisherId": "Dart-Code.flutter",
"publisherDisplayName": "Dart-Code"
},
"name": "flutter",
"publisher": "Dart-Code",
"version": "3.5.1"
},
{
"metadata": {
"id": "d6f6cfea-4b6f-41f4-b571-6ad2ab7918da",
"publisherId": "ms-vscode.Go",
"publisherDisplayName": "ms-vscode"
},
"name": "Go",
"publisher": "ms-vscode",
"version": "0.11.7"
},
{
"metadata": {
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherDisplayName": "PKief"
},
"name": "material-icon-theme",
"publisher": "PKief",
"version": "3.9.1"
},
{
"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": "02e1d969-1c00-491d-8cb2-052d1f483fb4",
"publisherId": "gerane.Theme-TwoStones",
"publisherDisplayName": "gerane"
},
"name": "Theme-TwoStones",
"publisher": "gerane",
"version": "0.0.2"
},
{
"metadata": {
"id": "261cac81-cd7b-4555-bb41-0c2d2bcd3e70",
"publisherId": "Gruntfuggly.todo-tree",
"publisherDisplayName": "Gruntfuggly"
},
"name": "todo-tree",
"publisher": "Gruntfuggly",
"version": "0.0.160"
},
{
"metadata": {
"id": "eb80867d-e914-4751-b260-c4fb8bf55745",
"publisherId": "sidmishraw.topper",
"publisherDisplayName": "sidmishraw"
},
"name": "topper",
"publisher": "sidmishraw",
"version": "1.2.0"
},
{
"metadata": {
"id": "0c9d43ad-d1d0-4e2a-8246-fe7b296162a8",
"publisherId": "alphabotsec.vscode-eclipse-keybindings",
"publisherDisplayName": "alphabotsec"
},
"name": "vscode-eclipse-keybindings",
"publisher": "alphabotsec",
"version": "0.10.0"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.9.1"
},
{
"metadata": {
"id": "fd6d3dc6-b307-4589-82a6-78e2afec3d77",
"publisherId": "johnpapa.winteriscoming",
"publisherDisplayName": "johnpapa"
},
"name": "winteriscoming",
"publisher": "johnpapa",
"version": "1.3.0"
}
]
{
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"javascript.validate.enable": false,
"diffEditor.ignoreTrimWhitespace": true,
"todo-tree.tags":[
"TODO",
"FIXME",
"FLOW",
"THINK",
"FIXED"
],
"todo-tree.defaultHighlight": {
"icon": "alert",
"type": "text",
"foreground": "yellow",
// "background": "defalut",
"opacity": 50,
"iconColour": "green"
},
"todo-tree.customHighlight": {
"TODO": {
"icon": "check",
"type": "line"
},
"FIXME": {
"foreground": "Magenta", //洋红色显示fixme醒目些
"iconColour": "Magenta"
},
"FLOW": {
"icon": "info",
"foreground": "orange",
"iconColour": "orange"
},
"THINK": {
"icon": "question",
"foreground": "pink",
"iconColour": "white"
},
"FIXED": {
"icon": "issue-closed",
"foreground": "#77aa77",
"iconColour": "gray"
}
},
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Monokai Dimmed",
"topper.customTemplateParameters":[
{
"personalProfile": {
"author": "Solomon",
// "website": "github.com/GuoYuefei",
"copyright": "None \n None",
"license": "MIT",
"email": "GuoYuefei@protonmail.com"
}
},
],
// lastModified的正则表达式 下面两个配置要同步更新
"topper.lastModifiedRegex":"[ ]*\\@last\\_modified\\s*.?\\s+((\\d{4}-\\d{2}-\\d{2})T(\\d{2}:\\d{2}:\\d{2}) Z([\\+\\-]?\\d{2}:\\d{2}))\\n*",
"topper.dateFormat":"YYYY-MM-DD[T]HH:mm:ss [Z]Z",
"topper.headerTemplates":[
{
"javascript": {
"headerBegin": "/**",
"headerPrefix": "*",
"headerEnd": "*/",
"template": [
"${headerBegin}",
// "${headerPrefix} ${fileName}",
// "${headerPrefix} @copyright (c) 2019 Solomon",
"${headerPrefix} @description ${description}",
"${headerPrefix} @author ${author}",
"${headerPrefix} @license ${license}",
// "${headerPrefix} ",
"${headerPrefix} @created ${createdDate}",
"${headerPrefix} @last_modified ${lastModifiedDate}",
"${headerPrefix} ",
"${headerPrefix} @flow ",
"${headerEnd}",
]
}
}
],
"sync.gist": "",
"eslint.autoFixOnSave": true,
"http.proxyStrictSSL": false,
"todo-tree.highlights.customHighlight": {
"TODO": {
"icon": "check",
"type": "line"
},
"FIXME": {
"foreground": "Magenta",
"iconColour": "Magenta"
},
"FLOW": {
"icon": "info",
"foreground": "orange",
"iconColour": "orange"
},
"THINK": {
"icon": "question",
"foreground": "pink",
"iconColour": "white"
},
"FIXED": {
"icon": "issue-closed",
"foreground": "#77aa77",
"iconColour": "gray"
}
},
"todo-tree.highlights.defaultHighlight": {
"icon": "alert",
"type": "text",
"foreground": "yellow",
"opacity": 50,
"iconColour": "green"
},
"editor.fontSize": 13,
"todo-tree.general.tags": [
"TODO",
"FIXME",
"FLOW",
"THINK",
"FIXED"
],
"workbench.startupEditor": "welcomePage"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment