{
    "componentChunkName": "component---src-components-blog-post-jsx",
    "path": "/blog/how-to-make-your-vs-code-sparkle/",
    "result": {"data":{"site":{"siteMetadata":{"author":"Monica Powell","siteUrl":"https://www.aboutmonica.com"}},"mdx":{"id":"cb353e87-cf68-5989-82db-c0bb6adb7af6","timeToRead":1,"body":"var _excluded = [\"components\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsxRuntime classic */\n\n/* @jsx mdx */\nvar _frontmatter = {\n  \"title\": \"How to Make Your VSCode Sparkle\",\n  \"date\": \"2020-09-04T18:14:40.706Z\",\n  \"template\": \"post\",\n  \"slug\": \"how-to-make-your-vs-code-sparkle\",\n  \"tags\": [\"VSCode\"],\n  \"category\": [\"tutorial\"],\n  \"description\": \"This article shows you how to customize your VSCode set up to display animated sparkles while you are typing. There's a VSCode extension, Power Mode that adds animated flair while you're typing. It has a few different default animations but none of them quite sparkle.\"\n};\n\nvar makeShortcode = function makeShortcode(name) {\n  return function MDXDefaultShortcode(props) {\n    console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\");\n    return mdx(\"div\", props);\n  };\n};\n\nvar Callout = makeShortcode(\"Callout\");\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n      props = _objectWithoutProperties(_ref, _excluded);\n\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"p\", null, \"This article shows you how to customize your VSCode set up to display animated sparkles while you are typing. There's a VSCode extension, \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://marketplace.visualstudio.com/items?itemName=hoovercj.vscode-power-mode\"\n  }, \"Power Mode\"), \" that adds animated flair while you're typing. It has a few different default animations but none of them quite sparkle. If you're not using VSCode, check out these \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://github.com/codeinthedark/awesome-power-mode\"\n  }, \"Power Mode extensions\"), \" for various code editors. The implementation of each differ but some of them support customized animations.\"), mdx(\"p\", null, mdx(\"img\", {\n    parentName: \"p\",\n    \"src\": \"/media/vscode-sparkles-demo.gif\",\n    \"alt\": null\n  })), mdx(\"p\", null, mdx(\"em\", {\n    parentName: \"p\"\n  }, \"Above is a GIF of animated sparkles in my VSCode. The editor's theme is Night Owl and the font is Dank Mono. You can learn more about my VSCode setup on my \", mdx(\"a\", {\n    parentName: \"em\",\n    \"href\": \"/uses\"\n  }, \"uses\"), \" page.\")), mdx(\"h2\", {\n    \"id\": \"enable-power-mode-extension-for-vs-code-typing-animation\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", {\n    parentName: \"h2\",\n    \"href\": \"#enable-power-mode-extension-for-vs-code-typing-animation\",\n    \"aria-label\": \"enable power mode extension for vs code typing animation permalink\",\n    \"className\": \"anchor before\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"Enable Power Mode Extension for VS Code Typing Animation\"), mdx(Callout, {\n    mdxType: \"Callout\"\n  }, mdx(\"a\", {\n    href: \"https://marketplace.visualstudio.com/items?itemName=hoovercj.vscode-power-mode\"\n  }, \"Install\"), \" \", \"the VSCode Power Mode extension\"), mdx(\"p\", null, \"In order to add animations to your VSCode first you need to install Power Mode and enable it by updating your \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://code.visualstudio.com/docs/getstarted/settings#_settings-file-locations\"\n  }, \"VSCode settings\"), \" to include the following:\\n\", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"\\\"powermode.enabled\\\": true\"), \".\"), mdx(\"p\", null, \"Depending on your operation system the VSCode settings file is located here:\"), mdx(\"ul\", null, mdx(\"li\", null, mdx(\"bold\", null, \"Windows\"), \" - %APPDATA%\\\\Code\\\\User\\\\settings.json\"), mdx(\"li\", null, mdx(\"bold\", null, \"macOS\"), \" - $HOME/Library/Application Support/Code/User/settings.json\"), mdx(\"li\", null, mdx(\"bold\", null, \"Linux\"), \" - $HOME/.config/Code/User/settings.json\")), mdx(\"h2\", {\n    \"id\": \"customize-how-power-mode-renders-animations\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", {\n    parentName: \"h2\",\n    \"href\": \"#customize-how-power-mode-renders-animations\",\n    \"aria-label\": \"customize how power mode renders animations permalink\",\n    \"className\": \"anchor before\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"Customize How Power Mode Renders Animations\"), mdx(\"p\", null, mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"\\\"powermode.enabled\\\"\"), \" turns on the extension's default animations when you're typing but if you want sparkles then some additional customization is required.\\nIn particular, you need to configure \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"\\\"powermode.customExplosions\\\"\"), \" in settings and pass in your own animation to be used for the explosions. This setting supports base64 encoded gifs, absolute file path, or https image URLs.\"), mdx(\"pre\", null, mdx(\"code\", {\n    parentName: \"pre\",\n    \"className\": \"language-json\"\n  }, \" \\\"powermode.customExplosions\\\": [\\n// absolute path to custom \\u2728 GIF on my computer\\n    \\\"/Users/monica/Dev/power-mode-sparkles/sparkles.gif\\\"\\n  ],\\n\")), mdx(\"p\", null, \"If you are interested in other animation ideas aside from sparkles check out the \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://github.com/hoovercj/vscode-power-mode/issues/1\"\n  }, \"vscode-power-mode/Help wanted: explosion gifs\"), \" issue on GitHub. In fact, this issue is where I found the image for my sparkles \\u2728 thanks to \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://github.com/hoovercj/vscode-power-mode/issues/1#issuecomment-643829082\"\n  }, \"federicca\"), \". You can \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"#sparkle-gif-to-download\"\n  }, \"Download\"), \" the Sparkle GIF I used for my configuration.\"), mdx(\"h2\", {\n    \"id\": \"my-final-power-mode-vscode-configuration\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", {\n    parentName: \"h2\",\n    \"href\": \"#my-final-power-mode-vscode-configuration\",\n    \"aria-label\": \"my final power mode vscode configuration permalink\",\n    \"className\": \"anchor before\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"My Final Power Mode VSCode Configuration\"), mdx(\"p\", null, \"My VSCode \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"settings.json\"), \" includes the following keys and values after configuring Power Mode:\"), mdx(\"pre\", null, mdx(\"code\", {\n    parentName: \"pre\",\n    \"className\": \"language-json\"\n  }, \"// turn on powermode \\uD83D\\uDEA8\\n\\\"powermode.enabled\\\": true,\\n  \\\"powermode.customExplosions\\\": [\\n// absolute path to custom \\u2728 GIF on my computer\\n    \\\"/Users/monica/Dev/power-mode-sparkles/sparkles.gif\\\"\\n  ],\\n  // enableShake is true by default which causes the\\n  // text/screen to shake, the following line disables that\\n   \\\"powermode.enableShake\\\": false,\\n  // tweaking settings to reduce amount of explosions\\n  \\\"powermode.maxExplosions\\\": 1,\\n  \\\"powermode.explosionFrequency\\\": 4,\\n  //backgroundMode mask - animation matches the current syntax color\\n  //backgroundMode image - displays animation with original colors from the image\\n  \\\"powermode.backgroundMode\\\": \\\"mask\\\",\\n\")), mdx(\"h3\", {\n    \"id\": \"optimizing-power-mode\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", {\n    parentName: \"h3\",\n    \"href\": \"#optimizing-power-mode\",\n    \"aria-label\": \"optimizing power mode permalink\",\n    \"className\": \"anchor before\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"Optimizing Power Mode\"), mdx(\"p\", null, \"Power Mode recommends tweaking some of the default settings to reduce the frequency of animations if the extension is causing your editor to slow down.\"), mdx(\"h2\", {\n    \"id\": \"sparkle-gif-to-download\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", {\n    parentName: \"h2\",\n    \"href\": \"#sparkle-gif-to-download\",\n    \"aria-label\": \"sparkle gif to download permalink\",\n    \"className\": \"anchor before\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"Sparkle GIF to Download\"), mdx(\"p\", null, \"Right-click and save this image to your computer if you're ready to start adding more sparkles to your development workflow.\"), mdx(\"p\", null, mdx(\"img\", {\n    parentName: \"p\",\n    \"src\": \"/media/sparkles.gif\",\n    \"alt\": null\n  })));\n}\n;\nMDXContent.isMDXComponent = true;","tableOfContents":{"items":[{"url":"#enable-power-mode-extension-for-vs-code-typing-animation","title":"Enable Power Mode Extension for VS Code Typing Animation"},{"url":"#customize-how-power-mode-renders-animations","title":"Customize How Power Mode Renders Animations"},{"url":"#my-final-power-mode-vscode-configuration","title":"My Final Power Mode VSCode Configuration","items":[{"url":"#optimizing-power-mode","title":"Optimizing Power Mode"}]},{"url":"#sparkle-gif-to-download","title":"Sparkle GIF to Download"}]},"frontmatter":{"title":"How to Make Your VSCode Sparkle","date":"September 04, 2020","description":"This article shows you how to customize your VSCode set up to display animated sparkles while you are typing. There's a VSCode extension, Power Mode that adds animated flair while you're typing. It has a few different default animations but none of them quite sparkle.","tags":["VSCode"]}},"allWebMentionEntry":{"edges":[{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid.gy/post/twitter/indigitalcolor/1367341696586035200","wmProperty":"mention-of","wmId":1055879,"type":"entry","url":"https://twitter.com/jrhunt/status/1367341696586035200","likeOf":null,"author":{"url":"https://twitter.com/jrhunt","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a04642a6f118486237874b3f5cd41af5fa9aec51b7f7fa3c69ea23a6c750bf8a.jpg","name":"Randall Hunt"},"published":"March 04, 2021","content":{"text":"I hereby decree all code gifs in tweets must contain powermode / sparkles.\n\naboutmonica.com/blog/how-to-ma…\n\nh/t @indigitalcolor"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid.gy/post/twitter/indigitalcolor/1358120760015945729","wmProperty":"mention-of","wmId":1019452,"type":"entry","url":"https://twitter.com/lizziepika/status/1358120760015945729","likeOf":null,"author":{"url":"https://twitter.com/lizziepika","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7d79317b0c64f3e849fa84004a3d81a6cc3f8580b01a287765198ccbb18f874c.jpg","name":"Lizzie Siegle"},"published":"February 06, 2021","content":{"text":"The 1st question asked at each hackathon workshop I give is  how I made my VSCode sparkle--time to bookmark this blog post by @indigitalcolor bc I reference it so much! aboutmonica.com/blog/how-to-ma…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1313839004782137344","wmProperty":"mention-of","wmId":868037,"type":"entry","url":"https://twitter.com/bullsecSecurity/status/1313839004782137344","likeOf":null,"author":{"url":"https://twitter.com/bullsecSecurity","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/116f9870fb34de7d54718a584e487fbe994a183440c441d633c487031b7a3e5d.jpg","name":"MrBulldops | \"Advanced\" Persistent Scouser"},"published":"October 07, 2020","content":{"text":"aboutmonica.com/blog/how-to-ma…\n\nThings nobody asked for, but we're happy that they exist.\n\nThe most sparkly POCs in the land!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1313258061025488897","wmProperty":"mention-of","wmId":866266,"type":"entry","url":"https://twitter.com/59SecondsAgile/status/1313258061025488897","likeOf":null,"author":{"url":"https://twitter.com/59SecondsAgile","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/dc6ff1ed99414e249ad88fe12929578ff28eb0ff4efa0f1d242a81c0af132703.jpg","name":"59SecondsAgile"},"published":"October 05, 2020","content":{"text":"How to Make Your VSCode Sparkle | monica*dev - aboutmonica.com/blog/how-to-ma…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1313258064158621697","wmProperty":"mention-of","wmId":866265,"type":"entry","url":"https://twitter.com/Agile4Devs/status/1313258064158621697","likeOf":null,"author":{"url":"https://twitter.com/Agile4Devs","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3202862dfd41013dee52ca55e0c62ce74f4cbeb36709790de888d6aff1aa99d8.jpg","name":"Agile4Devs"},"published":"October 05, 2020","content":{"text":"How to Make Your VSCode Sparkle | monica*dev - aboutmonica.com/blog/how-to-ma…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1313258065987284994","wmProperty":"mention-of","wmId":866264,"type":"entry","url":"https://twitter.com/Agile4Products/status/1313258065987284994","likeOf":null,"author":{"url":"https://twitter.com/Agile4Products","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9b02bbde574b7e4baca8f2c0a154144f2bb641a273028beca8a0449d0ede37cf.jpg","name":"Agile4ProductOwners"},"published":"October 05, 2020","content":{"text":"How to Make Your VSCode Sparkle | monica*dev - aboutmonica.com/blog/how-to-ma…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1313258067954458624","wmProperty":"mention-of","wmId":866262,"type":"entry","url":"https://twitter.com/Agile4Scrum/status/1313258067954458624","likeOf":null,"author":{"url":"https://twitter.com/Agile4Scrum","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6924137a10fe60cfa75857278afcac4e3ce794a27c0d2d6634533d443a275097.jpg","name":"Agile4ScrumMasters"},"published":"October 05, 2020","content":{"text":"How to Make Your VSCode Sparkle | monica*dev - aboutmonica.com/blog/how-to-ma…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1313258070429118464","wmProperty":"mention-of","wmId":866263,"type":"entry","url":"https://twitter.com/Agile4Testers/status/1313258070429118464","likeOf":null,"author":{"url":"https://twitter.com/Agile4Testers","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c32a8e111a5469984ff4eddf4ab8c66b6e7ba64ea55927b1aa4eab86a24ac34e.jpg","name":"Agile4Testers"},"published":"October 05, 2020","content":{"text":"How to Make Your VSCode Sparkle | monica*dev - aboutmonica.com/blog/how-to-ma…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1313258072329117696","wmProperty":"mention-of","wmId":866261,"type":"entry","url":"https://twitter.com/59SecondsDevOps/status/1313258072329117696","likeOf":null,"author":{"url":"https://twitter.com/59SecondsDevOps","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2eaf8d8ef76a40fc95c686e92be22be7767652f85fe50a8d619b83b3cc79ac21.jpg","name":"59SecondsDevOps"},"published":"October 05, 2020","content":{"text":"How to Make Your VSCode Sparkle | monica*dev - aboutmonica.com/blog/how-to-ma…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1309191672417472513","wmProperty":"mention-of","wmId":857064,"type":"entry","url":"https://twitter.com/EmmaSerend1p1ty/status/1309191672417472513","likeOf":null,"author":{"url":"https://twitter.com/EmmaSerend1p1ty","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/23a5b14d18ed11c1996411f6ac41407613acb870806926146c1c6fd3c10a38c8.png","name":"Serendipity [Multimedia Arts]"},"published":"September 24, 2020","content":{"text":"this is a real thing, wow\naboutmonica.com/blog/how-to-ma…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1308077180379955201","wmProperty":"mention-of","wmId":854288,"type":"entry","url":"https://twitter.com/Midj_Design/status/1308077180379955201","likeOf":null,"author":{"url":"https://twitter.com/Midj_Design","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/10bcbf101383e9cb143adf3274738affb208399841d00c0058e3ee6f7e052924.jpg","name":"Molly De Angelis-Jimenez"},"published":"September 21, 2020","content":{"text":"Sometimes your code just needs a bit of sparkle! Thanks for the tutorial @waterproofheart 🤓✨.\n\naboutmonica.com/blog/how-to-ma…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1306110588192395264","wmProperty":"mention-of","wmId":852934,"type":"entry","url":"https://twitter.com/__sakito__/status/1306110588192395264","likeOf":null,"author":{"url":"https://twitter.com/__sakito__","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b0d4a44d70d629edb712679883f6abf45db94f53ffcd85123b1f479e15313f62.jpg","name":"Sakito"},"published":"September 16, 2020","content":{"text":"VSCodeを輝かせる方法！w\n\nHow to Make Your VSCode Sparkle\naboutmonica.com/blog/how-to-ma…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1305933293934829568","wmProperty":"mention-of","wmId":852362,"type":"entry","url":"https://twitter.com/WomenInWebDev/status/1305933293934829568","likeOf":null,"author":{"url":"https://twitter.com/WomenInWebDev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0061d51c932309b11dd46fdce6fefdb4300113877489eab1f010c3dae9de2427.jpg","name":"Women in Web Dev"},"published":"September 15, 2020","content":{"text":"Learn how to customize your VScode setup to display animated sparkles while you're typing! ✨\n\nThanks @waterproofheart for sharing!\n\naboutmonica.com/blog/how-to-ma…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1305892802891526145","wmProperty":"mention-of","wmId":852250,"type":"entry","url":"https://twitter.com/chiaristica/status/1305892802891526145","likeOf":null,"author":{"url":"https://twitter.com/chiaristica","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fdc1e2e6a4f9e52acfc17d7c0c85cece3f39fdfc62a5b140d93af34e45067c7a.jpg","name":"chi 🌿"},"published":"September 15, 2020","content":{"text":"Hoy le puse estrellitas a mi IDE ✨ y  quedó super mágico 😍"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1283440323524534275","wmProperty":"like-of","wmId":851866,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1283440323524534275","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/gelissa_css","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/35050df2525e951d88371b0cdad18065719b35b8c73997708164391d1efaed75.jpg","name":"gelissa"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1305183747122360333","wmProperty":"repost-of","wmId":851382,"type":"entry","url":"https://twitter.com/Leptan/status/1305183747122360333","likeOf":null,"author":{"url":"https://twitter.com/Leptan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/50c8474903914a0213b5396a3dcec5211760160dfee721a8e434fc535e820fd8.jpg","name":"Tancrède Lepoint"},"published":"September 13, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/838160941808238595","wmProperty":"like-of","wmId":851381,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-838160941808238595","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/realThomasRue","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fa95afa38fc501e6d6e06ad319f96a6388d69f6bd95ccb830038043b60955d68.png","name":"Dr Frost"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/13262812","wmProperty":"like-of","wmId":851380,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-13262812","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/durumcrustulum","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/54c7ec8707e43d41470aa8391abb05d7ad9e19add79cbff8e9a797e80749ea35.jpg","name":"Deirdre Connolly¹"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/205501639","wmProperty":"like-of","wmId":850418,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-205501639","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Gunner4568","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6840244980822dd720bcaff81d7c62fee57afff624bf080c6f53d0fff3621e46.jpg","name":"Gunner"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1304094149851963393","wmProperty":"mention-of","wmId":850178,"type":"entry","url":"https://twitter.com/oksanadev/status/1304094149851963393","likeOf":null,"author":{"url":"https://twitter.com/oksanadev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7050fa66c6ea92e8fd79ab5c36223a0ff15b83bf08272b9034ec49f9790bf154.jpg","name":"oksanadev"},"published":"September 10, 2020","content":{"text":"Sparkly✨"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1265870449076047880","wmProperty":"like-of","wmId":850177,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1265870449076047880","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/oksanadev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7050fa66c6ea92e8fd79ab5c36223a0ff15b83bf08272b9034ec49f9790bf154.jpg","name":"oksanadev"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1304014770065080321","wmProperty":"repost-of","wmId":850044,"type":"entry","url":"https://twitter.com/closingtag/status/1304014770065080321","likeOf":null,"author":{"url":"https://twitter.com/closingtag","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c0a811cc53ac9f7eef961d948802e0956626346c319997d63c05e242e0f6631f.jpg","name":"Robert Weber"},"published":"September 10, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/76679549","wmProperty":"like-of","wmId":850043,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-76679549","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/c99_rahul","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/be61152db75488eb6b5c382ce32b8d09f952b093934b8aa94e1f22e7d5b0985c.jpg","name":"Rahul"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/865589905207906305","wmProperty":"like-of","wmId":850042,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-865589905207906305","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/hmbledev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f742ab7d812a601879155c3b2fa9c9f163e456ef33a9f3b05a4e28809a36000d.jpg","name":"w3bcode"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1608433213","wmProperty":"like-of","wmId":850041,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1608433213","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/morkro","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6cb3af9a2d3e88e825e35543feabab97b411738d1b379e0e4a3c57cbd64b25f2.jpg","name":"Moritz Kröger"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/98456870","wmProperty":"like-of","wmId":850040,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-98456870","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/rolandobarbella","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c97d936e13da822628b1bb1411bb1dd4bf01f98ffd7c51e9e390dcb866c35ad2.jpg","name":"Rolando Barbella"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1303997440593256453","wmProperty":"mention-of","wmId":850036,"type":"entry","url":"https://twitter.com/c99_rahul/status/1303997440593256453","likeOf":null,"author":{"url":"https://twitter.com/c99_rahul","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/be61152db75488eb6b5c382ce32b8d09f952b093934b8aa94e1f22e7d5b0985c.jpg","name":"Rahul"},"published":"September 10, 2020","content":{"text":"✨This guide helps you sparkle up your VS Code."}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1301988196239245314/1303992986242605057","wmProperty":"in-reply-to","wmId":850035,"type":"entry","url":"https://twitter.com/HugoGiraudel/status/1303992986242605057","likeOf":null,"author":{"url":"https://twitter.com/HugoGiraudel","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cbc6285d64ddf9d0207224045ad1f1b96a42e7b165649993c00fb7745567f2ad.jpg","name":"Hugo “Kitty” Giraudel"},"published":"September 10, 2020","content":{"text":"Thank you so much for this, Monica. It’s fabulous and I love it! ✨"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1301988196239245314/1303838360780369923","wmProperty":"in-reply-to","wmId":849929,"type":"entry","url":"https://twitter.com/tomi_iwamoto/status/1303838360780369923","likeOf":null,"author":{"url":"https://twitter.com/tomi_iwamoto","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c4112014b38e06e74b10c32839ac4e7bbec0611ed5f37b4f122334b32158d9c3.jpg","name":"Tomi"},"published":"September 09, 2020","content":{"text":"Thanks Monica, I set it up on my VS code and I love it!!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/983877324109066241","wmProperty":"like-of","wmId":849915,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-983877324109066241","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/soradev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d28da2c339d31f01538d274d371350ad0894917e02fc35a5ff38af55379fa94e.jpg","name":"Tracy Marshall"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/780837920466796544","wmProperty":"like-of","wmId":849904,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-780837920466796544","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/kato_katherine","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bc780ef3c93daaaee5a357d7b30872a291562a6ec8ac43c344ba4a1f8f6f7e49.jpg","name":"Katherine Kato"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1303746582865739777","wmProperty":"repost-of","wmId":849793,"type":"entry","url":"https://twitter.com/marihnen/status/1303746582865739777","likeOf":null,"author":{"url":"https://twitter.com/marihnen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2b86bf505b89f8cb0f80854830217965566d631421b0c509ed9f7d6fc55e3529.jpg","name":"MariHoo"},"published":"September 09, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2055351","wmProperty":"like-of","wmId":849792,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2055351","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/robenkleene","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f69e311e8e70f3860b864d70084199e66f78a9a3959221379a134a9dba446127.jpg","name":"Roben Kleene"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/351420032","wmProperty":"like-of","wmId":849791,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-351420032","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/marihnen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2b86bf505b89f8cb0f80854830217965566d631421b0c509ed9f7d6fc55e3529.jpg","name":"MariHoo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1303715219286495232","wmProperty":"mention-of","wmId":849748,"type":"entry","url":"https://twitter.com/webology/status/1303715219286495232","likeOf":null,"author":{"url":"https://twitter.com/webology","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8302c1d3082e106b821583b688daf14b8c457e1f13a914b3022b27f7a56359ee.jpg","name":"Jeff \"wears a mask 😷 and votes 🗳\" Triplett"},"published":"September 09, 2020","content":{"text":"✨ I only use VS Code for a few things, mostly template/HTML related, but this article literally sparks joy. ✨\n\naboutmonica.com/blog/how-to-ma…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1303696398974672897","wmProperty":"repost-of","wmId":849720,"type":"entry","url":"https://twitter.com/bloodyskyrise/status/1303696398974672897","likeOf":null,"author":{"url":"https://twitter.com/bloodyskyrise","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/51041ba6b7bcae5678ed734b4233e2e6e57b4da45a11ca1c1ccd4f1ffdf5c366.jpg","name":"ً"},"published":"September 09, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1303405249458327558","wmProperty":"repost-of","wmId":849721,"type":"entry","url":"https://twitter.com/Filizbkts41_23/status/1303405249458327558","likeOf":null,"author":{"url":"https://twitter.com/Filizbkts41_23","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1f8ec9e8c79cb52a3a7ef7d50addbce75fdc157a3e392c600c6aa961392ca7c6.jpg","name":"FİLİZ Bektaş"},"published":"September 08, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1084427951494623232","wmProperty":"like-of","wmId":849655,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1084427951494623232","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/LeonardoDallos","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d209ee53ecb3d9cc765346a07a8ee028f560437ec53b67bb25e7ee249a4c732b.jpg","name":"Leonardo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1099732300487634944","wmProperty":"like-of","wmId":849656,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1099732300487634944","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Filizbkts41_23","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1f8ec9e8c79cb52a3a7ef7d50addbce75fdc157a3e392c600c6aa961392ca7c6.jpg","name":"FİLİZ Bektaş"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1303483158671896576","wmProperty":"like-of","wmId":849591,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1303483158671896576","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/thatgirltechs","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/33d8026b9cba6433d63042e38b1e4f687d8908882abc13fddf3da28593a6f096.jpg","name":"P"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/12583982","wmProperty":"like-of","wmId":849590,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-12583982","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/webology","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8302c1d3082e106b821583b688daf14b8c457e1f13a914b3022b27f7a56359ee.jpg","name":"Jeff \"wears a mask 😷 and votes 🗳\" Triplett"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1303551603702738945","wmProperty":"repost-of","wmId":849544,"type":"entry","url":"https://twitter.com/AstraLuma/status/1303551603702738945","likeOf":null,"author":{"url":"https://twitter.com/AstraLuma","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3e0a5d200f123012b87522338f04c5f95e9ab64e92950b7f281f78dbb45265bb.jpg","name":"snake enchantress"},"published":"September 09, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1969011","wmProperty":"like-of","wmId":849535,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1969011","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/daisuke","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0b82aa5712d6dfe2ef27cbd61dfbc0a428b1fe6cea0e0a4b34b1de7ecd2c8d71.jpg","name":"several people are typing..."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1223078179801305088","wmProperty":"like-of","wmId":849534,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1223078179801305088","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/tomi_iwamoto","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c4112014b38e06e74b10c32839ac4e7bbec0611ed5f37b4f122334b32158d9c3.jpg","name":"Tomi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1303511330922455041","wmProperty":"repost-of","wmId":849531,"type":"entry","url":"https://twitter.com/daisuke/status/1303511330922455041","likeOf":null,"author":{"url":"https://twitter.com/daisuke","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0b82aa5712d6dfe2ef27cbd61dfbc0a428b1fe6cea0e0a4b34b1de7ecd2c8d71.jpg","name":"several people are typing..."},"published":"September 09, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/96053695","wmProperty":"like-of","wmId":849493,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-96053695","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/tinyjoyceee","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e53a89aceceb9764f600125e4f755f5617c766bcb8e9584e9cd83c8baf06cc7a.jpg","name":"Joyce Kwon"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1303343969896673281","wmProperty":"repost-of","wmId":849448,"type":"entry","url":"https://twitter.com/xjvando/status/1303343969896673281","likeOf":null,"author":{"url":"https://twitter.com/xjvando","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1cf3ff856e1958a3123fd35ef63b8029da8fac83e0aac84f04e310434dc33a2a.jpg","name":"S. Alejandro Bravo"},"published":"September 08, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/4693010790","wmProperty":"like-of","wmId":849447,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-4693010790","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/xjvando","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1cf3ff856e1958a3123fd35ef63b8029da8fac83e0aac84f04e310434dc33a2a.jpg","name":"S. Alejandro Bravo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/727456352273076224","wmProperty":"like-of","wmId":849358,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-727456352273076224","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/womenonrails","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f96ac97c22365e59cdb5c6b46739a6abe463fc20565c2fb10f9cba1b13297978.jpg","name":"WomenOnRails"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1303269745693790213","wmProperty":"mention-of","wmId":849357,"type":"entry","url":"https://twitter.com/womenonrails/status/1303269745693790213","likeOf":null,"author":{"url":"https://twitter.com/womenonrails","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f96ac97c22365e59cdb5c6b46739a6abe463fc20565c2fb10f9cba1b13297978.jpg","name":"WomenOnRails"},"published":"September 08, 2020","content":{"text":"✨✨✨✨✨\nÉcrire du code qui brille (littéralement) sous VSCode, le tuto:"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/487213934","wmProperty":"like-of","wmId":849290,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-487213934","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ShuRik_Zade","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d88edc1af478ca395455e7ada3375c2f5ddaa1d0a0971277be7bb2e75d3baa2b.jpg","name":"парень в красной толстовке"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1303215415733235712","wmProperty":"mention-of","wmId":849277,"type":"entry","url":"https://twitter.com/joyancefa/status/1303215415733235712","likeOf":null,"author":{"url":"https://twitter.com/joyancefa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3b961b83797b423d96df260d4b98b367053e7e32d1b1be5a10117c4c23e9f8b2.jpg","name":"Fatou"},"published":"September 08, 2020","content":{"text":"Looking forward to try ❤️🎉"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/283763993","wmProperty":"like-of","wmId":849269,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-283763993","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/beedaan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e5bc399ea0fa50fa26fad2e5b1300bd073c7f4151ed94f0eadadc10424a7dcc4.png","name":"Brendan Heussler"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1303164114060169226","wmProperty":"mention-of","wmId":849261,"type":"entry","url":"https://twitter.com/automaticpoodle/status/1303164114060169226","likeOf":null,"author":{"url":"https://twitter.com/automaticpoodle","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b62c73dc3c1fab970fae70ce321b28ebecc8ed0c08dd33cdf5867a8b0ab029a7.jpg","name":"hamberders"},"published":"September 08, 2020","content":{"text":"I accomplished two good things today - got my website into an almost presentable state, and followed this tutorial so that my code now sparkles as I write it. Heck yeah!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1079992499941318656","wmProperty":"like-of","wmId":849259,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1079992499941318656","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/AngelWebDevy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9b1e8a5a532be0e69c932ab06cb502aa24047e77dce63003e3515ebbf1f1b4e1.png","name":"Angel Juarez"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/731663184520712192","wmProperty":"like-of","wmId":849252,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-731663184520712192","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/HenriGuissi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6086a64e1fa91437767c4c2e100a0b9202ac45e924da7329f5be9d490fbfdd98.jpg","name":"Henri Joel Guissi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/41320948","wmProperty":"like-of","wmId":849253,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-41320948","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/kiwibrew","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5440fce10466debcfa44dc10b1bb6e804e0d8b20b4c6ba053617175c5fbb03a3.jpg","name":"Jonathan Brewer 🇳🇿🇸🇬"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/17038251","wmProperty":"like-of","wmId":849250,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-17038251","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/hellonearthis","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b49e312820ca882630889835fc95aba61b6f7936e378e7b4688b5958320124a3.jpg","name":"Brett Cooper"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/12447112","wmProperty":"like-of","wmId":849249,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-12447112","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/avh4","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6591f999a33880eaf7a7667399d81b7e641f5c81fa84e23a6ccb60e03e539762.jpg","name":"Aaron VonderHaar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/460168365","wmProperty":"like-of","wmId":849248,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-460168365","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/pamicel","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/067be2f8418910f0f6a9acb0756dbe99203fba2fe4b458b05b684e68fbb61488.jpg","name":"Paul Amicel"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2865328805","wmProperty":"like-of","wmId":849246,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2865328805","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/odysseycodes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6804ed3b9433a8b9548328bbea5de936be62f0be4ee107b29743cc648652354c.jpg","name":"Daniel"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1303106831594803200","wmProperty":"repost-of","wmId":849245,"type":"entry","url":"https://twitter.com/MichaelWDelaney/status/1303106831594803200","likeOf":null,"author":{"url":"https://twitter.com/MichaelWDelaney","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2c8bc879cfd0692f158c17c68216f5c8c8f7a0f31f4b198d1f2c4f11478cc82e.jpg","name":"MWDelaney"},"published":"September 07, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/619995024","wmProperty":"like-of","wmId":849244,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-619995024","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/TusharJain_007","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9d469b88602eb1eb893ced9a751ce8a92958d75a472cc27916b2c5e5eb3d0ad4.jpg","name":"Tushar Jain"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/25963438","wmProperty":"like-of","wmId":849243,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-25963438","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/MIJCooper","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a9cad3a24e93f2f677ae3c9ba8b9a451ecd9429f3efb3d672b9db7d0c49e2372.jpg","name":"Michael J Cooper"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/14608409","wmProperty":"like-of","wmId":849242,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-14608409","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/itsburche","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/58290aa41ffb9579c07146d8350e6dd07e9bb0851c05000d16a4c98e229ffd88.jpg","name":"Emily Burch"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/3179330485","wmProperty":"like-of","wmId":849241,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-3179330485","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/sambamtymaaam","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b1a1ff061d0a23671e7498cf51f456d0130a27c25f677f1a625baa39c12c8b8f.jpg","name":"sam*"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1303099831603392512","wmProperty":"repost-of","wmId":849234,"type":"entry","url":"https://twitter.com/Robb0wen/status/1303099831603392512","likeOf":null,"author":{"url":"https://twitter.com/Robb0wen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8bef53621ca4703232a184198726351f796a7333a981334966dcb528a81851a5.jpg","name":"Robb Owen"},"published":"September 07, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1303101995612434432","wmProperty":"repost-of","wmId":849233,"type":"entry","url":"https://twitter.com/pamelafox/status/1303101995612434432","likeOf":null,"author":{"url":"https://twitter.com/pamelafox","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b077f04472305803491c71068feff49a0b26474c6ecfad77476d16d48884e893.jpg","name":"Pamela Fox"},"published":"September 07, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1303103650420658176","wmProperty":"repost-of","wmId":849232,"type":"entry","url":"https://twitter.com/ojahnn/status/1303103650420658176","likeOf":null,"author":{"url":"https://twitter.com/ojahnn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a486a1df24778dfbc9119ad910badfe5e70dd687da4c4c0232c8a3de1a65b442.jpg","name":"∃sthər Seyffarth"},"published":"September 07, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/434457570","wmProperty":"like-of","wmId":849231,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-434457570","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ohhelloana","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fc885e5ff4cb71287c4384f7b208bb425af1a7a3139bbd8baf8f11923e168aa2.jpg","name":"Ana Rodrigues"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/11328822","wmProperty":"like-of","wmId":849229,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-11328822","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/WyriHaximus","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e85434b934cf41c6bd6940140e80ee4509a37f4f47bbb8cf0a7e3f3f3aef0698.jpg","name":"Cees-Jan Kiewiet"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1085246726","wmProperty":"like-of","wmId":849230,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1085246726","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Crybyte","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/da092fe7a1cedb0380cdaea3899afb57d71d6b3d2d8408b3f451216f5ac427b0.jpg","name":"chris.code();"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/255148855","wmProperty":"like-of","wmId":849227,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-255148855","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Rohin15","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d66463d5950479c3aa35bf58aafe2119709d512553417f4e1b7930b46ef0bfc8.jpg","name":"Rohin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/48424053","wmProperty":"like-of","wmId":849228,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-48424053","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/opinxit","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/45ce6b09ea13a9219154e6df5cfd9b626ac7b4d2a163c85a9870d9ad1af214e0.jpg","name":"Chris O'Connor"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/10974382","wmProperty":"like-of","wmId":849226,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-10974382","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/the_amber_joy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3099e1766aa684cfc359cec059582dcda228d1d17518031665776afd3e6d1f32.jpg","name":"Amber 'French Kicks' Joy"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/911398692636282880","wmProperty":"like-of","wmId":849225,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-911398692636282880","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/EJonelunas","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/33cc0ec49a4ee88ed28a3c35b1f5bd61a42750cd2140b0d5a196bb96b7c91a02.jpg","name":"MustachioedDaddio | Black Lives Matter"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/980749326","wmProperty":"like-of","wmId":849224,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-980749326","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/bugraceleenk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/11c60db48e92b343d6487487472bf8081a7f651d8675e408fe99e0e50ef40a56.jpg","name":"Buğra Çelenk"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/223938525","wmProperty":"like-of","wmId":849222,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-223938525","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/abmathewks","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/277a898ad4fa5fbc001dcaa36f769d6b0e6111410d59007c8672c50e5ee8debb.jpg","name":"Abraham Mathew"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/52967366","wmProperty":"like-of","wmId":849223,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-52967366","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/askoth","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5aa0461bd83e1fde176764ba7dc9fa02f80c53801f061c35a042d96da7ceddc8.jpg","name":"Marcelo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/725623430700212225","wmProperty":"like-of","wmId":849194,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-725623430700212225","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/BDevessier","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c63bf8cbb115f62aed868628138df043d9c74858db09b197fb1ff1d2704560a1.jpg","name":"Devessier"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/473462200","wmProperty":"like-of","wmId":849195,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-473462200","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/somevikingchick","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/96467c8a3aa926872d55dfd32de1b93512798a95b039bbf45a389a53fea445d8.jpg","name":"san diego shieldmaiden 🧝🏼‍♀️🏹"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1303094702628012036","wmProperty":"mention-of","wmId":849192,"type":"entry","url":"https://twitter.com/LopeAriyoDev/status/1302001255494103042","likeOf":null,"author":{"url":"https://twitter.com/LopeAriyoDev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1ff5f1cf975cb72dacd2fbe0cc49e6045b92185cc3e0e934a2f1fd66944eb8d9.png","name":"Lopè Ariyo 👩🏾‍💻🖥"},"published":"September 04, 2020","content":{"text":"The other devs at work our going to get sick of me from Monday. I'm going to use every excuse possible to pair program so they can see this in my editor 😂😂😂"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/4594442723","wmProperty":"like-of","wmId":849193,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-4594442723","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Aqilusman45","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/638502c94c7320734b1e84a054e5d65c85eefbe68d7f62f1d28113eaf2f8f6ed.jpg","name":"Usman Aqil"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1303094720336474112","wmProperty":"mention-of","wmId":849190,"type":"entry","url":"https://twitter.com/gerig_thamara/status/1302002583452692482","likeOf":null,"author":{"url":"https://twitter.com/gerig_thamara","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/884d6cc4d4472ca1b4edcd33ef09a19aa96d70a7f7e21e478b58b78ae3ad02b2.png","name":"Thamara Gerig"},"published":"September 04, 2020","content":{"text":"✨ Couldn't help myself 🥺✨ https://t.co/7mwp4yy5mg"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1303094807020142598","wmProperty":"mention-of","wmId":849191,"type":"entry","url":"https://twitter.com/kimeejohnson/status/1302024547231608832","likeOf":null,"author":{"url":"https://twitter.com/kimeejohnson","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ce48b40e0bc6fa4ba0fe18558bdc932870761496f2e7199d9fb45f95062fd0fc.jpg","name":"Kimberlee Johnson"},"published":"September 04, 2020","content":{"text":"Live footage of me dropping what I'm supposed to be doing to follow @waterproofheart's tutorial 💖✨: https://t.co/t4aWNCrTN0"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/257165881","wmProperty":"like-of","wmId":849068,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-257165881","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/rovshenn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3706a331d2f07303226530decde7bf03432238b0bdba49fa6d62b646dc66ceef.jpg","name":"Rovshen Nazarov"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302929676323651584","wmProperty":"mention-of","wmId":849012,"type":"entry","url":"https://twitter.com/LucyDavinhart/status/1302929676323651584","likeOf":null,"author":{"url":"https://twitter.com/LucyDavinhart","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/38025307fccc8f75b77b28ce6313ade63e77a7a20b9866e8287ade5819574cac.jpg","name":"Lucy Davinhart 🍓"},"published":"September 07, 2020","content":{"text":"Reminder: this is awesome ✨"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1944161","wmProperty":"like-of","wmId":848985,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1944161","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/blashstar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a9588ccdda56bfd91b88e1444b305413392465230e3975f3bc55ff98a86b22ab.jpg","name":"Joffre Sanchez"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/768160441843355649","wmProperty":"like-of","wmId":848962,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-768160441843355649","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ThisDotMedia","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b048f04765ad5e8ed944e80c02b8cb0699c95be7915e502808530df17761ba44.png","name":"This Dot Media"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1254335705901420545","wmProperty":"like-of","wmId":848935,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1254335705901420545","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/joyancefa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3b961b83797b423d96df260d4b98b367053e7e32d1b1be5a10117c4c23e9f8b2.jpg","name":"Fatou"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/990372524","wmProperty":"like-of","wmId":848929,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-990372524","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/54ntosh","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7ce36efe0bb5d69758c4968d553a859f6c7be499fe20b27bd7109f218e21fccd.jpg","name":"santosh rai"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302772378225831938","wmProperty":"repost-of","wmId":848926,"type":"entry","url":"https://twitter.com/GilberttNgeno/status/1302772378225831938","likeOf":null,"author":{"url":"https://twitter.com/GilberttNgeno","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3d763a70954c92258066783455b6e1f18034290727010bac8fb2561d0dd2b205.jpg","name":"Guilfoyle👨🏾‍💻"},"published":"September 07, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/806538487180759040","wmProperty":"like-of","wmId":848925,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-806538487180759040","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/GilberttNgeno","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3d763a70954c92258066783455b6e1f18034290727010bac8fb2561d0dd2b205.jpg","name":"Guilfoyle👨🏾‍💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302762398537969665","wmProperty":"mention-of","wmId":848924,"type":"entry","url":"https://twitter.com/osuissa/status/1302762398537969665","likeOf":null,"author":{"url":"https://twitter.com/osuissa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3ea5639fdbe08f812f47db6f2a784ce7053c577accaf7f897fafbedada148f53.jpg","name":"suissogênico"},"published":"September 07, 2020","content":{"text":"aboutmonica.com/blog/how-to-ma…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1054753438184230914","wmProperty":"like-of","wmId":848922,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1054753438184230914","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/jolyn_eva","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4a2f7df79e0e1333a9d7da84f812734fc9712635431de11099bd8abd7abe5980.jpg","name":"jolyneva👩🏾‍🎤"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1857732703","wmProperty":"like-of","wmId":848892,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1857732703","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/peoray_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/192439a41a410b238a63decf4320fa99a10119dc3fc0f2bb5233323411df27b6.jpg","name":"Emmanuel Raymond"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302680508443361280","wmProperty":"mention-of","wmId":848877,"type":"entry","url":"https://twitter.com/Legov_Martin/status/1302680508443361280","likeOf":null,"author":{"url":"https://twitter.com/Legov_Martin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7ed994ef0cd0f0de24a2a34b8bc9c4c5d055082059168606e6ca002ab0189f65.jpg","name":"Martin 🐦"},"published":"September 06, 2020","content":{"text":"Add some 90 website feeling to your favorite code editor 😅\n\naboutmonica.com/blog/how-to-ma…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/27291703","wmProperty":"like-of","wmId":848858,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-27291703","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/nicki_rios","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/89bae51f7d0d3b3cf39e62c4fa3e45739d23a0192b076b4a2c90e83cb33dddcd.jpg","name":"Nicki Rios"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1227876686492061696","wmProperty":"like-of","wmId":848846,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1227876686492061696","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/HonkanenSaila","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4627e4a9f19edec91348f8f80c6abea659c0405ac0601922edc8e8ace97cc4ca.jpg","name":"Saila Honkanen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/928841760","wmProperty":"like-of","wmId":848845,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-928841760","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ptpakagavatva","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7bb83b217ca77f82edb07e70b20994388891a562d5fae36424500e7256514ec7.jpg","name":"Peter"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302642851420008457","wmProperty":"mention-of","wmId":848836,"type":"entry","url":"https://twitter.com/koenigscode/status/1302642851420008457","likeOf":null,"author":{"url":"https://twitter.com/koenigscode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/51960090d73d02f3078b630318d2fb91e975a191189f70e9d38a18b77d8f3201.jpg","name":"michael"},"published":"September 06, 2020","content":{"text":"aboutmonica.com/blog/how-to-ma…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1301578403443810304","wmProperty":"like-of","wmId":848827,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1301578403443810304","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Liinax_R","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a5357c0825ffad6bfdc5cf820632dd908b91f091dd7bb16e9795d68308160df3.jpg","name":"Lina Kathya L Rodriguez 🤞"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302616367615668227","wmProperty":"repost-of","wmId":848821,"type":"entry","url":"https://twitter.com/gelissa_css/status/1302616367615668227","likeOf":null,"author":{"url":"https://twitter.com/gelissa_css","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/35050df2525e951d88371b0cdad18065719b35b8c73997708164391d1efaed75.jpg","name":"gelissa"},"published":"September 06, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/198301146","wmProperty":"like-of","wmId":848820,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-198301146","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Danrorme","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d4b61b89183b187e4a15d2b387daed315f3f96607f42e3b5f9e73ea80f149d25.png","name":"Daniel Rodríguez"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/916528338","wmProperty":"like-of","wmId":848819,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-916528338","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/agribeenia","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b1db4458dcb16f5fc85f870d94725daee8490b27a1298be9ca01aaa874134e68.jpg","name":"Alaa"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1090776202220949504","wmProperty":"like-of","wmId":848812,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1090776202220949504","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/YuTengjing","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d6b645aefd551775112ee6e27c65656a487b30c625e4275e2df0bb58fbe81daa.jpg","name":"YuTengjing"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1021783924673077248","wmProperty":"like-of","wmId":848811,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1021783924673077248","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/LorepRocks","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/61953f295b20d8f9d652679076f6ef14fd6cc08e6b7a1ab5c391c5ef570afde2.jpg","name":"LorepRocks"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1694012251","wmProperty":"like-of","wmId":848797,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1694012251","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Mustikkamunkki","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/25c478b13f1293abe15aec25b3620cd5d7d6d9326743f16850b3d3248ed7b24d.jpg","name":"Anna Pakkala"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/81133381","wmProperty":"like-of","wmId":848798,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-81133381","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/eddieFeretro","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d846adb0dc36bcc120ee5a41993d0e759b350bdd231f8cd0471d89fb4fdd9376.jpg","name":"eddie feretro"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/17978963","wmProperty":"like-of","wmId":848778,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-17978963","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/faassen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ee5ccf89806aef54d72f09c97e33d26cbcea6d7ae4dd1590efc706ee21ece561.png","name":"Martijn Faassen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302569321517010945","wmProperty":"repost-of","wmId":848773,"type":"entry","url":"https://twitter.com/asinnema/status/1302569321517010945","likeOf":null,"author":{"url":"https://twitter.com/asinnema","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b20f151b46ee30eefdd017c5ae3a131eb75ee36e34fa4394797079828b0f7762.jpg","name":"Anneke Sinnema"},"published":"September 06, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302566636742799361","wmProperty":"repost-of","wmId":848774,"type":"entry","url":"https://twitter.com/lexakami/status/1302566636742799361","likeOf":null,"author":{"url":"https://twitter.com/lexakami","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0e3fa8e2e0f1e7a3b3e4e485aeb0ffd8b4b9bb7ec7fec982b8b5a7c8f8eb957d.jpg","name":"Mikaela"},"published":"September 06, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1301988196239245314/1302565975125094401","wmProperty":"in-reply-to","wmId":848771,"type":"entry","url":"https://twitter.com/Nahikariii/status/1302565975125094401","likeOf":null,"author":{"url":"https://twitter.com/Nahikariii","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/06199ade1471c29e70a37576d9569a4fcb6c4844df87713bc82fd91066939c15.jpg","name":"Nahikari Rabanos"},"published":"September 06, 2020","content":{"text":"I need this! ✨✨✨"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/97581383","wmProperty":"like-of","wmId":848772,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-97581383","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/lexakami","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0e3fa8e2e0f1e7a3b3e4e485aeb0ffd8b4b9bb7ec7fec982b8b5a7c8f8eb957d.jpg","name":"Mikaela"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/16417206","wmProperty":"like-of","wmId":848770,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-16417206","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/asinnema","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b20f151b46ee30eefdd017c5ae3a131eb75ee36e34fa4394797079828b0f7762.jpg","name":"Anneke Sinnema"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1301988196239245314/1302569373882871808","wmProperty":"in-reply-to","wmId":848769,"type":"entry","url":"https://twitter.com/asinnema/status/1302569373882871808","likeOf":null,"author":{"url":"https://twitter.com/asinnema","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b20f151b46ee30eefdd017c5ae3a131eb75ee36e34fa4394797079828b0f7762.jpg","name":"Anneke Sinnema"},"published":"September 06, 2020","content":{"text":"🤩"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302563675241426946","wmProperty":"mention-of","wmId":848768,"type":"entry","url":"https://twitter.com/Bostrot_/status/1302563675241426946","likeOf":null,"author":{"url":"https://twitter.com/Bostrot_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7d7f246b1276bbbd489a6b5003833d8e123f7d181fb609ab567b0069e59f3db6.jpg","name":"Eric"},"published":"September 06, 2020","content":{"text":"@waterproofheart aboutmonica.com/blog/how-to-ma… this is just awesome 😍"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/594236513","wmProperty":"like-of","wmId":848765,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-594236513","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/fininhogaucho","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c904fc7d793d37b3ddd31b6101b1c817ba9de5ad41f3c1fb28b0217b4764dd50.png","name":"Francisco Junior"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302541857948397568","wmProperty":"repost-of","wmId":848762,"type":"entry","url":"https://twitter.com/Zephyrmathias/status/1302541857948397568","likeOf":null,"author":{"url":"https://twitter.com/Zephyrmathias","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ea117399213cee0d9268c614a1457745e831184fdfaa9531c32543fb429bd7b1.jpg","name":"Zephyr Mathias"},"published":"September 06, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1228118068179673088","wmProperty":"like-of","wmId":848759,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1228118068179673088","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/viniciusflv1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2925f502105341829cc48ff028375d73475c755a3b7168efb6f00da27d76324a.jpg","name":"Vinícius Victorino"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/126614844","wmProperty":"like-of","wmId":848758,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-126614844","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/__ndrw","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/38be17147a8f98490b9ca22c549c6febb2a2cc50bc6e5ee51c407fa0c0e72147.jpg","name":"'(Andrew Sernyak)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1451858156","wmProperty":"like-of","wmId":848745,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1451858156","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/mejasonatkinson","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7cc25e76399e2fe4a78d44dafd8480ccc4f433b2b1564130522ec234fac409a5.png","name":"Jason Atkinson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1058046819752656896","wmProperty":"like-of","wmId":848742,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1058046819752656896","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/rosasemperatra","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d4611d6e50d1a2e53a7fe666a41753efc5252955d64220096b5e78a7fea5f7aa.jpg","name":"."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/969875272702087169","wmProperty":"like-of","wmId":848741,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-969875272702087169","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/actualcactuar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4f38b3b464270f271bb345bd81c0606043ba96749335ab7cb8b4ede7636c9e22.jpg","name":"Jiri kiviniemi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/337890085","wmProperty":"like-of","wmId":848737,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-337890085","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/meggangreen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c251322015c126e8ad3a754a85a32aa5590eef860a5a43698285b3e635d9b91b.png","name":"Meggan (she)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2597410664","wmProperty":"like-of","wmId":848734,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2597410664","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/K3n_5s","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8ecd1f1a8705af8ce914201f03d2a019421382ea21b07470a42369bd39150a20.jpg","name":"((( Ken N.)))"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302484495317102593","wmProperty":"repost-of","wmId":848733,"type":"entry","url":"https://twitter.com/dev_nikema/status/1302484495317102593","likeOf":null,"author":{"url":"https://twitter.com/dev_nikema","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/51d955c314df1ab44e6ac6f49dda897587ae0e829091a91f411ebc620b1c17b5.jpg","name":"Nikema Prophet ❤️✨ she/her"},"published":"September 06, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/24510630","wmProperty":"like-of","wmId":848731,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-24510630","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/NathanDetroitEd","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5e03c59d389643b6c65540945f91b380561625f19ff5445631544aabc02d2d11.jpg","name":"Nathan Detroit ..."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/631813990","wmProperty":"like-of","wmId":848732,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-631813990","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/javaliah","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4c30df7050977bdcd79eaceca8e38bf0ecd112df33111574bc8ac7256b177151.jpg","name":"Jouni Väliaho"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/107517279","wmProperty":"like-of","wmId":848730,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-107517279","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/tavipoldma","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e7a3b14959db67b78f3fe6a2bf52c721fe97f61451b65dd4aa802839e74340a9.jpg","name":"Tavi Põldma"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302454087418613762","wmProperty":"repost-of","wmId":848711,"type":"entry","url":"https://twitter.com/NathanDetroitEd/status/1302454087418613762","likeOf":null,"author":{"url":"https://twitter.com/NathanDetroitEd","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5e03c59d389643b6c65540945f91b380561625f19ff5445631544aabc02d2d11.jpg","name":"Nathan Detroit ..."},"published":"September 06, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302438507235872768","wmProperty":"mention-of","wmId":848707,"type":"entry","url":"https://twitter.com/jackfusion/status/1302438507235872768","likeOf":null,"author":{"url":"https://twitter.com/jackfusion","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/054510df71012ab888eee0639a1cac0b8e63aa4314999d01335968d0561c6b83.jpg","name":"jackfusion"},"published":"September 06, 2020","content":{"text":"aboutmonica.com/blog/how-to-ma…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1218211776728158209","wmProperty":"like-of","wmId":848705,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1218211776728158209","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/KhamarMahmmad","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1597ccff8f5c4016140a0bbb840a66c0742e2703b25947b2bb3130bcaa2cf442.jpg","name":"Mahmmad Khamar Shaikh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/822509056497696768","wmProperty":"like-of","wmId":848703,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-822509056497696768","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/NybrasWire","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c3d3a34ba856d1f97963296a985c0d80b2328b51db1f2cc1fa45f424961c8415.jpg","name":"Brian David"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1135624719460380672","wmProperty":"like-of","wmId":848701,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1135624719460380672","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/geostuff","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a82256364e529459b3d9bdd091c64133f1c9a3e1b71446e6b5bf7a617419adcb.jpg","name":"Oscar Andrés Díaz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/22217773","wmProperty":"like-of","wmId":848702,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-22217773","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/lesliecdubs","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5145005ecdb386652c2a75abdf58ac6de64c67206c8cdec1281c90d1d9c0d962.jpg","name":"Leslie Cohn-Wein"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1142165022623379456","wmProperty":"like-of","wmId":848700,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1142165022623379456","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ksav95991968","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/22a8f7505e9b0ed9d31e39bf1cb808cfec379760e90371adbbce3c3b4eb17b67.png","name":"ksav"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/41576628","wmProperty":"like-of","wmId":848698,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-41576628","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/javaoracle","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bd815cdce380f14a3a7b2cd9682cb566e367f4a2396ef4ae744f3772fd5f2f03.jpg","name":"양수열(Soo yeol, Yang)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1965381","wmProperty":"like-of","wmId":848699,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1965381","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/michaelnugent","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0e81db675089475f842562fd943cbf4689e9fdb2846fb960107f4a2c724fdd2b.jpg","name":"Pumpkin Spice Mike 🎃"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302401894229241857","wmProperty":"repost-of","wmId":848697,"type":"entry","url":"https://twitter.com/javaoracle/status/1302401894229241857","likeOf":null,"author":{"url":"https://twitter.com/javaoracle","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bd815cdce380f14a3a7b2cd9682cb566e367f4a2396ef4ae744f3772fd5f2f03.jpg","name":"양수열(Soo yeol, Yang)"},"published":"September 06, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1733228712","wmProperty":"like-of","wmId":848694,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1733228712","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/fruitbytes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/95c2229c257c7e8c0b7035b3d7b6777fddac8151720c0c789b787bd4e82c0383.jpg","name":"Josh Trebilco"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1087831070173810690","wmProperty":"like-of","wmId":848692,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1087831070173810690","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/realThePage","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6f7ac16d6c407119df52c5cc9ceb146de746a95dc2fe3612a6c5843b3a33ea3c.jpg","name":"TheRealPage 🇨🇦"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/551608251","wmProperty":"like-of","wmId":848693,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-551608251","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/LesleyAndreza","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fbf9d51b031b7fa6d79cd5f45969588cf5894ecfdfcc558ee99b1693b4738a1e.jpg","name":"Lesley"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/451789951","wmProperty":"like-of","wmId":848686,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-451789951","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ArunSam3","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7832a352665b86972490b201879e41b19bdd1b2d4765b5d724ee79890683c43b.jpg","name":"ArunSwaminathan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302370172934684673","wmProperty":"mention-of","wmId":848680,"type":"entry","url":"https://twitter.com/ChrisShort/status/1302370172934684673","likeOf":null,"author":{"url":"https://twitter.com/ChrisShort","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f88d547bedb026e70254b520c54c0ca5eacefccbcc322a0f4b2c43049982303b.jpg","name":"Chris Short 😷💾👩‍👩‍👧‍👦👨‍👩‍👧‍👦👨‍👨‍👧‍👦"},"published":"September 05, 2020","content":{"text":"Recommended Read: How to Make Your VSCode Sparkle aboutmonica.com/blog/how-to-ma… #devopsish"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/263349506","wmProperty":"like-of","wmId":848677,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-263349506","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/victorarroba","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/13aa76054beed4aa2e442f61eb69230ec0cfea23a0f3d9dfe753ba46d79ca43f.jpg","name":"Victor Gonzalez"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2845097761","wmProperty":"like-of","wmId":848675,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2845097761","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/_darkfadr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5af6527bf052c7596670523acc90100552224dd3e3cb45aeaa4e37c5a2d2bafc.jpg","name":"Ashley Narcisse 🇭🇹"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302361535940100096","wmProperty":"repost-of","wmId":848676,"type":"entry","url":"https://twitter.com/silvia_stegaru/status/1302361535940100096","likeOf":null,"author":{"url":"https://twitter.com/silvia_stegaru","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7a7c98ac6eb3484799a12cc5420c6beb9fc311c3f723e4d5a676069eb80bc128.jpg","name":"Dr. Silvia Cristina Stegaru"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1557803971","wmProperty":"like-of","wmId":848674,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1557803971","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/iamjessbarron","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aeb74d336ec5bb8bd5c847bf1adb5ba2c0a71775effce8598bd7be242c76d3b1.jpg","name":"Jessica Barron"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/14600591","wmProperty":"like-of","wmId":848672,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-14600591","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/lapescaita137","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/43805a68815aedaa3474db0df2ec991702eae4d47041cca9b15cc6a09106222e.jpg","name":"🧑🏻‍🦲"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/14901813","wmProperty":"like-of","wmId":848673,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-14901813","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Megiavelli","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6a85ce1655071cb7a8113da5cdeea16990a0efd04b613efe0cdf1d439f6ee866.jpg","name":"Maeghan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/953210755846828032","wmProperty":"like-of","wmId":848671,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-953210755846828032","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/iamapandit","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/890419c9d9775eba0b6ce4cea68f70bb627c3816509843df413182a2f913a6d1.jpg","name":"💀"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302335989738741761","wmProperty":"mention-of","wmId":848659,"type":"entry","url":"https://twitter.com/newdevonthebloc/status/1302335989738741761","likeOf":null,"author":{"url":"https://twitter.com/newdevonthebloc","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e8de90e9bea270ccac1d6f69a7ad91e91442daebf83f1382c91e534749ff1dc7.jpg","name":"Arjun Mudhaliyar"},"published":"September 05, 2020","content":{"text":"VSCode literally outshines other IDEs"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/822437597482012676","wmProperty":"like-of","wmId":848658,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-822437597482012676","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/domkoder","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/588808036b6b29c00f4fa74481a7adfe92549e4a8f5439e320c82976d18abd05.jpg","name":"NaN-DOM Alfred Mamdam"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1063580948","wmProperty":"like-of","wmId":848657,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1063580948","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/noctarius2k","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ec2129a80a1f764a54dcacdea0e97d00c2bd4b40c7b791d8c5cc78957df6c365.png","name":"Christoph Engelbert"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/278131878","wmProperty":"like-of","wmId":848656,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-278131878","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/fcolmenero","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4f6ba1c6db528cf392e599480ca68282129b389c801d0536330b3ae895639795.png","name":"Javier Colmenero"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/861899725","wmProperty":"like-of","wmId":848654,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-861899725","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/meriemakin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/32f1ef03890eebed692cc576c52ecac18818ee99e9cba6a00802eb400f370555.jpg","name":"Dr. Meriem Akin, née Ben-Salah"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2608518488","wmProperty":"like-of","wmId":848655,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2608518488","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Patthus","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Pontus Hjortskog"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/763652653557673986","wmProperty":"like-of","wmId":848652,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-763652653557673986","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Krisby_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7a0ceed6f5106f98bb36b4ef30b1bff1f050835a155c9b3fa4bcde4a107d6ae5.jpg","name":"Krista"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/3170691205","wmProperty":"like-of","wmId":848653,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-3170691205","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/daniyalkhan857","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0b7bf6d7cc84db89eabdbc1d818063f6c4e2706c217fd697f9e59fd3f4c9cc42.jpg","name":"daniyal khan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302337417962311686","wmProperty":"mention-of","wmId":848648,"type":"entry","url":"https://twitter.com/DaneSanchz/status/1302337417962311686","likeOf":null,"author":{"url":"https://twitter.com/DaneSanchz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/64b5c9a7f1cbfba11b7e1954266208ccb02265efd90f72948567dd6c9d4ffa54.jpg","name":"Danelia Sanchez"},"published":"September 05, 2020","content":{"text":"🤩"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/4603907879","wmProperty":"like-of","wmId":848647,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-4603907879","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/belaklubos","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/20eb9d3e1fe342cf4df5087f1114b5778262fd5d95bf160c15faf333cfba567d.jpg","name":"Lubos Belak"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1278654285463425024","wmProperty":"like-of","wmId":848645,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1278654285463425024","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/newdevonthebloc","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e8de90e9bea270ccac1d6f69a7ad91e91442daebf83f1382c91e534749ff1dc7.jpg","name":"Arjun Mudhaliyar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2790401821","wmProperty":"like-of","wmId":848646,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2790401821","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/DaneSanchz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/64b5c9a7f1cbfba11b7e1954266208ccb02265efd90f72948567dd6c9d4ffa54.jpg","name":"Danelia Sanchez"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/4840233975","wmProperty":"like-of","wmId":848644,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-4840233975","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/snitramordep","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b797062f171b746c14da065e45ed4e9f998775e9af9048690d3c72da63f4e565.jpg","name":"Pedro Martins"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/197436541","wmProperty":"like-of","wmId":848643,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-197436541","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/_jujosuke","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/24f5b20c132e65cdc265cc2a879978b74b563afcecc5346ad00ed11cbb9b0a5a.jpg","name":"Jujosuke"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1283062299780165637","wmProperty":"like-of","wmId":848639,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1283062299780165637","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/HacvTeliky","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d825d099bbb5082a438e7eb08b4bcab9b4cc45ddc3adcbca022d0701bc82eccd.jpg","name":"Teliky"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/347637754","wmProperty":"like-of","wmId":848637,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-347637754","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Veega_Diego","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e1ae3bff306494bc0ec7893bb325343a6093352fed17b68834577e6ef5916578.jpg","name":"Diego."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/99543033","wmProperty":"like-of","wmId":848638,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-99543033","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/stomach_achesx","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/696390ae96aafe91397cc430e21e12eb2f8a59e1a4819e615bacbeb3b88891f2.jpg","name":"dir_en_grey"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1285595600","wmProperty":"like-of","wmId":848636,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1285595600","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/KettunenHanna","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3c28648bbdbb6cf27483bd0b5eaf29ea9e123fe521af563466c765beab313f79.jpg","name":"Hanna Kettunen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2171382195","wmProperty":"like-of","wmId":848635,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2171382195","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/KjaerPeter","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1e489e967340ac72542f1a30b0f09a124ad524072d4cd31542dad4a00dcc8303.jpg","name":"Peter Kjaer"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1254677874914754568","wmProperty":"like-of","wmId":848633,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1254677874914754568","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/tedemdev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1fac8a0070fa9b8ce8335d02789db5de22da53aab479426fc16f11c52afb47d3.jpg","name":"Medet Erdal"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/69341148","wmProperty":"like-of","wmId":848634,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-69341148","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/FicoYPlaca","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2a99f1312fbdf8621bba0fcc76721e52aef532461d9313ee6f0b216a168065b4.jpg","name":"Fede"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/97703684","wmProperty":"like-of","wmId":848631,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-97703684","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/AskDipesh","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/595d0b3b2a3cf5094e56f5537ad2c6146fc4c74aea9a691b973a0fb5a669bdbf.jpg","name":"Dipesh Bhanani"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/154155002","wmProperty":"like-of","wmId":848632,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-154155002","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/cigix22","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/550364ad55e462d88b81860f1ad964c9a9f94d0af3069f378d0ece322ee25351.jpg","name":"Clément 🧑‍💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/76588096","wmProperty":"like-of","wmId":848630,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-76588096","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/philipdenys","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/60ce44e63e7365c0d529cd590c40d183945ac22aa4d3aef8d720f32373a33776.jpg","name":"Philip Denys"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302288319116705793","wmProperty":"mention-of","wmId":848617,"type":"entry","url":"https://twitter.com/janellecodes_/status/1302288319116705793","likeOf":null,"author":{"url":"https://twitter.com/janellecodes_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/72dcfb35529e00cd72ba5a87059bcf656f0b212f46b1d0272af143e484752606.jpg","name":"Janelle Alba Garner"},"published":"September 05, 2020","content":{"text":"omg how cute! on my to-do list 👀"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302317445873627143","wmProperty":"repost-of","wmId":848615,"type":"entry","url":"https://twitter.com/stomach_achesx/status/1302317445873627143","likeOf":null,"author":{"url":"https://twitter.com/stomach_achesx","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/696390ae96aafe91397cc430e21e12eb2f8a59e1a4819e615bacbeb3b88891f2.jpg","name":"dir_en_grey"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302317057006923776","wmProperty":"repost-of","wmId":848616,"type":"entry","url":"https://twitter.com/limitedmage/status/1302317057006923776","likeOf":null,"author":{"url":"https://twitter.com/limitedmage","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c6c5d96428224b3d41b4540dbcf5109f7582befe684e057efc118a32ab064d3e.jpg","name":"Juliana Peña"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302306674485669888","wmProperty":"repost-of","wmId":848610,"type":"entry","url":"https://twitter.com/affashmag/status/1302306674485669888","likeOf":null,"author":{"url":"https://twitter.com/affashmag","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/29c99ae4c5d8f612aa3300ddaccdbcc949db83293238f2b9c67001b478b32f20.jpg","name":"affashma"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302307817039290368","wmProperty":"repost-of","wmId":848609,"type":"entry","url":"https://twitter.com/somali_coders/status/1302307817039290368","likeOf":null,"author":{"url":"https://twitter.com/somali_coders","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/326d822396d5644d30fde40da58e69729c0f09a1adb99d5be32f6a304ba3bdfb.jpg","name":"Somali - Coders - Connect"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/29953077","wmProperty":"like-of","wmId":848607,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-29953077","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/hwesselmann","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/400df9e22633b20dd4a7a254ce451352a8ad9ebcac46c88cb9efece8b2bb0ae0.jpg","name":"Hauke Wesselmann"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2492371616","wmProperty":"like-of","wmId":848608,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2492371616","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/mia_wallace83","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8575c10e0e84006de30f87001d83cd4816d8017c40c6a54af623de0858e77cc3.jpg","name":"Lucía Rivero 💚"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1009842858730442752","wmProperty":"like-of","wmId":848606,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1009842858730442752","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/affashmag","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/29c99ae4c5d8f612aa3300ddaccdbcc949db83293238f2b9c67001b478b32f20.jpg","name":"affashma"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1260640509338570754","wmProperty":"like-of","wmId":848605,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1260640509338570754","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/DevLBD","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0677fe7f5b2a4a1f0d26af62494ce8290aee26d8461363fc726748dceffe05da.jpg","name":"Lorenzo Barretta"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/272163545","wmProperty":"like-of","wmId":848604,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-272163545","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/musicalwebdev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/30937101c68b6b7a1b50ecb64b19748ebe330fbfd97815fa3e6cfbea09bff68b.jpg","name":"Brittany Walker"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1301988196239245314/1302300763863961601","wmProperty":"in-reply-to","wmId":848601,"type":"entry","url":"https://twitter.com/ctechdiva/status/1302300763863961601","likeOf":null,"author":{"url":"https://twitter.com/ctechdiva","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bed9fc1f92f85c590b3200e513b1ddfddb16eba05d17b8922bb84baa75bfcdd2.jpg","name":"Cheryl A"},"published":"September 05, 2020","content":{"text":"I am going to give this a try"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/395425154","wmProperty":"like-of","wmId":848600,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-395425154","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/alextoudic","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5586187eae60fc7667d2e660ce90d0a69b9f89db14c6f6e53f3c6f0bcc921709.jpg","name":"Alex Toudic"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/728077844031492096","wmProperty":"like-of","wmId":848599,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-728077844031492096","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/markramlionhea1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a47ac0569830078395e62977040fef75982c588df90eddd5c8379b93460d18ea.png","name":"🐾Mark🐾"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/33531260","wmProperty":"like-of","wmId":848597,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-33531260","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/igoldny","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6f5d4ec62bd4c2674806cd8a6e76e952fdb253192c375b5328993b3229c8b9de.jpg","name":"Igor Goldny"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/294576394","wmProperty":"like-of","wmId":848598,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-294576394","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/deddeniz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/887e327a636825362024fabbb7fe3fe4f946c25993987d5ae3b1b0af37da07f6.jpg","name":"deniz kösecioğlu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/22257122","wmProperty":"like-of","wmId":848596,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-22257122","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/mikesheldon","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9143c58c5b67784fc80e4fc2dcaa0efd496991cf5ec894b59c3ecaf781b5f9ff.jpg","name":"Mike Sheldon"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/46222220","wmProperty":"like-of","wmId":848595,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-46222220","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/adjmedina","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d06e6905a1fcf5fea29cc8f6b366fcc8946e4f85af7b6394c6bbcc560f5ada31.jpg","name":"Antonio Medina"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1036582581888671746","wmProperty":"like-of","wmId":848593,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1036582581888671746","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/MarySedJP","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8c16cbf5d6604bdfc04b43ac0c0469643b232ffc736be4fcff206d2afbc1b983.jpg","name":"Mary"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1673204624","wmProperty":"like-of","wmId":848594,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1673204624","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/AosTheory","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/64c1b907928dc157edbb084a41bc66e1d9057c9a4ce1ad0e769d60c2562f4890.jpg","name":"🔥Yoruba Forge🔥"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/31366695","wmProperty":"like-of","wmId":848592,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-31366695","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ctechdiva","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bed9fc1f92f85c590b3200e513b1ddfddb16eba05d17b8922bb84baa75bfcdd2.jpg","name":"Cheryl A"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1280862287302180864","wmProperty":"like-of","wmId":848591,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1280862287302180864","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/erika_chestnut","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7179a2e6f0b8f7df50f569c85866e33adaef33b951208163d71eb2858a6f31ea.jpg","name":"Erika Chestnut"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302284333126946819","wmProperty":"repost-of","wmId":848587,"type":"entry","url":"https://twitter.com/MimmitKoodaa/status/1302284333126946819","likeOf":null,"author":{"url":"https://twitter.com/MimmitKoodaa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f5849cf14f9cbb72c0831f5961cbfc386f30d37c2fe7f5c6a6092deefeec5965.jpg","name":"mimmitkoodaa"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302287982288924672","wmProperty":"repost-of","wmId":848586,"type":"entry","url":"https://twitter.com/BigMat2009/status/1302287982288924672","likeOf":null,"author":{"url":"https://twitter.com/BigMat2009","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/041116ff44ccb13883873eb143a4a3778b73241b01ffb79c711f1f26eca84ae9.png","name":"Mathieu Garreau ⌨ 🇫🇷 ⭐⭐"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/99121168","wmProperty":"like-of","wmId":848584,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-99121168","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/mscccc","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ae3a71e51828cc0177ad016b587ba2f9145fced36ecb1e1df336b3469cd0b441.jpg","name":"Mike Coutermarsh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302288453485367299","wmProperty":"repost-of","wmId":848585,"type":"entry","url":"https://twitter.com/besartamarkaj/status/1302288453485367299","likeOf":null,"author":{"url":"https://twitter.com/besartamarkaj","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6a71214db7062cbb02818407ac1d27ff1abd8f5258e21d41bbae1b3f71459692.jpg","name":"Imla - B"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/952823616206458880","wmProperty":"like-of","wmId":848582,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-952823616206458880","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/MimmitKoodaa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f5849cf14f9cbb72c0831f5961cbfc386f30d37c2fe7f5c6a6092deefeec5965.jpg","name":"mimmitkoodaa"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1378180128","wmProperty":"like-of","wmId":848583,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1378180128","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ramtinKermani","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f6299412b8022c7a309993ab27f359d9ee4230a10dc3f213b57f91a28d54c215.jpg","name":"Ramtin Kermani"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/7657282","wmProperty":"like-of","wmId":848580,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-7657282","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/prashanth","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d3b7f9646b3aab71f568f0ca753ff41c2ff701c964c3ed8e4b1375df3f910882.jpg","name":"Prashanth Hanagood"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1133414706436288512","wmProperty":"like-of","wmId":848581,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1133414706436288512","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/CarpioWeen1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3fb6a5fdc515ddbd19b9d02ba465b72740108e379a1503caf7768ca4bf41765d.jpg","name":"Sedarkstian07"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/569204277","wmProperty":"like-of","wmId":848578,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-569204277","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Xatapix","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d2531c3d81b2bd09463655517693a448b6c13db6a6b55c0c7dae47da2d420b5e.jpg","name":"Ana 💗"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1129050291981176832","wmProperty":"like-of","wmId":848579,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1129050291981176832","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/cyberjobmentor","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/77d05546fb0e1049feec4609005148187f51ec0f4fb14ba6b6650d3ab8136c7b.png","name":"cyberjobmentor"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/69741992","wmProperty":"like-of","wmId":848576,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-69741992","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/liitacherry","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/eb7bba4e897403de8218564c24b5fc734327c71c45541987acce6e1891db4188.jpg","name":"exausta.js"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/4517658018","wmProperty":"like-of","wmId":848577,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-4517658018","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/MSF_Jarvis","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6098aa2760e053c7d27b7c1a636b9c75e5e1bded660d24101aa6686d58c102c3.jpg","name":"Harsh Shandilya"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/246880731","wmProperty":"like-of","wmId":848575,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-246880731","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/BigMat2009","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/041116ff44ccb13883873eb143a4a3778b73241b01ffb79c711f1f26eca84ae9.png","name":"Mathieu Garreau ⌨ 🇫🇷 ⭐⭐"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/847498444100976643","wmProperty":"like-of","wmId":848574,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-847498444100976643","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/shangniwho","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/36f34af49c2ab58af121fbc3ba1ec7b7afd8b65e9f828d1749b53ff70fcea45c.jpg","name":"Shangni Hu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/17380635","wmProperty":"like-of","wmId":848573,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-17380635","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/rhoegg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/219720514cb6f3b7efbc1852b3cdabe24edab7c5f3cadb70e51e16fac29a9254.jpg","name":"Ryan Hoegg"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/973546254234988545","wmProperty":"like-of","wmId":848572,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-973546254234988545","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/paulobiero6","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/33cdbfda2cb79946ab58583ca382a2fa86e180fdde920dfe7feb8133985cbece.jpg","name":"paul obiero"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1063848317145235456","wmProperty":"like-of","wmId":848571,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1063848317145235456","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/MohamedElidr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/766733954a01da9b32782b65d293cf94313eb78151a9d8509b0848998afa614e.jpg","name":"Mohamed ELIDRISSI"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1281232604516286464","wmProperty":"like-of","wmId":848570,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1281232604516286464","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/EChanbang","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6d7f647b4b40444d1ed58d748a1be4bd25099d2c8b099c70b3ce19ec4eec95f0.jpg","name":"Elizabeth Modupeoluwa Chanbang"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1197341147477229568","wmProperty":"like-of","wmId":848569,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1197341147477229568","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/AndrewKins_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/792545486bd412f176db5b3188a4623e1ab81325a48ad9e7a5db9955aa299886.jpg","name":"Andrew"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/576800357","wmProperty":"like-of","wmId":848567,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-576800357","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/tassyja","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c0450fd7305b23627782b5ee0965405d62bce6e32f3dd9bcd7331cd15bc4a098.jpg","name":"Tricia Sinclair"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/246723779","wmProperty":"like-of","wmId":848568,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-246723779","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/rvpanoz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/348c9caa0f544fb4b526decb55dfe5affd945cf5d94b9e4b242414433fca18a2.jpg","name":"rvpanoz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/763802467939254273","wmProperty":"like-of","wmId":848566,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-763802467939254273","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/aditihudli","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/884adc7916b65c558fe19fa2f1031168a8f997bd95115e8b789467b06f8817a1.jpg","name":"Aditi Hudli"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/29709726","wmProperty":"like-of","wmId":848564,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-29709726","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/xkeshav","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/06410626008fde5cf14b0ea15f1f8b72c84aac467ddb37c90314928fbe0891f4.jpg","name":"A void"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/229602001","wmProperty":"like-of","wmId":848565,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-229602001","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/_Jvsmin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ba0e1e21372f7984cab70ae4723e3c40fb5ed7e76999c672772d21989e4dd48c.jpg","name":"kagome."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/129940111","wmProperty":"like-of","wmId":848562,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-129940111","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/argyleink","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3cf4249a65cc1f1b91a81a51edc4811bd637180e23a58ab960a062683ad2d47c.jpg","name":"Adam Argyle"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/4838407493","wmProperty":"like-of","wmId":848563,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-4838407493","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/webdave_de","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/92907c8292a8d1a26a5086a044e5da2e5b5c9f18d43a7114ec2e4b4f4c51408c.jpg","name":"David Müllerchen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1301621203182989313","wmProperty":"like-of","wmId":848561,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1301621203182989313","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/janellecodes_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/72dcfb35529e00cd72ba5a87059bcf656f0b212f46b1d0272af143e484752606.jpg","name":"Janelle Alba Garner"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/3365462633","wmProperty":"like-of","wmId":848559,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-3365462633","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Coffee_Stein","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8ce77883eb3aa424bb7683264e4306b09cb3edc10eebb92acdf466e267de8477.jpg","name":"Tinja Andersen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1266429032989626379","wmProperty":"like-of","wmId":848560,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1266429032989626379","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Yourun_YP","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/568eb3e34d449c35a6b1fd60aacdc9887fc6d6a900dbf912d10022929bb0f702.png","name":"Yourun"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1570090634","wmProperty":"like-of","wmId":848557,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1570090634","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/miljakopsi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/88bd2e230a5d02036a6881edd32bdc46d298173fd5be9cd270442dfa61435efb.jpg","name":"Milja Köpsi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/344153596","wmProperty":"like-of","wmId":848558,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-344153596","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/jim_pogo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/725a408dc0f58d80df81d93351e60b9e910a894cca88088499afe38f8145a112.jpg","name":"Jim Pogozelski"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/807084179452207107","wmProperty":"like-of","wmId":848556,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-807084179452207107","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/katherinesdd53","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ff69f68c3f8f326208453048b2f2d5055f87dec83af0f599afcf58d70229855f.jpg","name":"Katherine SDD #blacklivesmatter!!!"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1163871657913507840","wmProperty":"like-of","wmId":848555,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1163871657913507840","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/NotchRedPanda","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/02e5323c8c5228743d7f077f255d1214db7d9f9cab54cbc45f24ac156d2c6670.jpg","name":"NotchBoi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/10650562","wmProperty":"like-of","wmId":848553,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-10650562","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/chanezon","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6ffbcc5a2caea27049b82edde54bd203eb6be1915a8418f38c9d0fba109b54c1.jpg","name":"chanezon"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/933279507410235392","wmProperty":"like-of","wmId":848554,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-933279507410235392","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Jimena_y_yo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6e474707244aca608986fd44f83ac727233b1c6456906e32106e7ff1389adf94.jpg","name":"Jimena"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2445558426","wmProperty":"like-of","wmId":848552,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2445558426","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/zespai","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/72807a87e22c9761d597e502c918f4f1cb558ef8a964f5ac28f19dd37de44a5e.jpg","name":"Eeva Turkka"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1301988196239245314/1302288689524080642","wmProperty":"in-reply-to","wmId":848551,"type":"entry","url":"https://twitter.com/EChanbang/status/1302288689524080642","likeOf":null,"author":{"url":"https://twitter.com/EChanbang","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6d7f647b4b40444d1ed58d748a1be4bd25099d2c8b099c70b3ce19ec4eec95f0.jpg","name":"Elizabeth Modupeoluwa Chanbang"},"published":"September 05, 2020","content":{"text":"This looks appealing.\nGot to try it.\nThanks for sharing...."}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302279088682479617","wmProperty":"repost-of","wmId":848542,"type":"entry","url":"https://twitter.com/stskeeps/status/1302279088682479617","likeOf":null,"author":{"url":"https://twitter.com/stskeeps","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/47de91de06a5cfcebc776d9d9192109f10b89d28dfde3949d38eb0aad969f7d4.jpg","name":"Carsten Munk"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302279073138388993","wmProperty":"repost-of","wmId":848543,"type":"entry","url":"https://twitter.com/cyberjobmentor/status/1302279073138388993","likeOf":null,"author":{"url":"https://twitter.com/cyberjobmentor","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/77d05546fb0e1049feec4609005148187f51ec0f4fb14ba6b6650d3ab8136c7b.png","name":"cyberjobmentor"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1301988196239245314/1302270645741465601","wmProperty":"in-reply-to","wmId":848534,"type":"entry","url":"https://twitter.com/chiubaca/status/1302270645741465601","likeOf":null,"author":{"url":"https://twitter.com/chiubaca","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/35115e6771b29943d2b35de182ef4cefe3c3504abd1591803d0987153c6c8eeb.jpg","name":"𝘈𝘭𝘦𝘹 𝘊𝘩𝘪𝘶☀"},"published":"September 05, 2020","content":{"text":"oh no... this is so much fun!! 😂😂"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1301988196239245314/1302271108247441408","wmProperty":"in-reply-to","wmId":848535,"type":"entry","url":"https://twitter.com/waterproofheart/status/1302271108247441408","likeOf":null,"author":{"url":"https://twitter.com/waterproofheart","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b17a181a222b006c4de292e40f80a97674c9ce4d5ec3bf2ead3176653549519c.jpg","name":"Monica.dev 👩🏾‍💻"},"published":"September 05, 2020","content":{"text":"with great power comes great responsibility 😆"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302268876219088898","wmProperty":"repost-of","wmId":848533,"type":"entry","url":"https://twitter.com/OpenSorceress/status/1302268876219088898","likeOf":null,"author":{"url":"https://twitter.com/OpenSorceress","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d5ebb2abbce64eefc96305a00570af7f6b1cfd3707f573d3c634f104aba4a135.jpg","name":"OpenSorceress"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302270115866710019","wmProperty":"repost-of","wmId":848532,"type":"entry","url":"https://twitter.com/jackiekircher/status/1302270115866710019","likeOf":null,"author":{"url":"https://twitter.com/jackiekircher","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5f14fe5c0befa9072292f6647332fab642833e790d17e3e3ef6b42f54c99b586.jpg","name":"jackieeeee"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302270233256878080","wmProperty":"repost-of","wmId":848531,"type":"entry","url":"https://twitter.com/_yourijwims_/status/1302270233256878080","likeOf":null,"author":{"url":"https://twitter.com/_yourijwims_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e4f04226c46e19b533fa3e548b8d88df4d811760e25d4ad86d767820eae1b08f.jpg","name":"Youri Wims"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302272435476201473","wmProperty":"repost-of","wmId":848530,"type":"entry","url":"https://twitter.com/homphs/status/1302272435476201473","likeOf":null,"author":{"url":"https://twitter.com/homphs","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7e951e8cec3295e6892fcc8021517b5d7b2aabe32963386e0bcc4eb1b2e9056e.jpg","name":"kieran"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/425690743","wmProperty":"like-of","wmId":848529,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-425690743","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/hupo376787","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/20f66e54cc6d451c1ca32d04cd692db3813fe39a5d0f90c7022f6abfb3090df9.jpg","name":"Vincent Wang"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/270734324","wmProperty":"like-of","wmId":848527,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-270734324","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/EroSunnn_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5da013d3f3e699c6293b5c59597625938408da10bcbd4cb4cd373216959c5417.jpg","name":"Divine Creation"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1451840298","wmProperty":"like-of","wmId":848528,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1451840298","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/_jbfitz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ae63075c2f2fbf9600b7875511fdf891f2d2a211af8ce41dd701bfc1e8f79ef5.jpg","name":"e-guillotine ✨"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/30143557","wmProperty":"like-of","wmId":848526,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-30143557","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/jackiekircher","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5f14fe5c0befa9072292f6647332fab642833e790d17e3e3ef6b42f54c99b586.jpg","name":"jackieeeee"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/22940181","wmProperty":"like-of","wmId":848525,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-22940181","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Emisaurus_hex","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5dcc2719525026f5cb85417fd18fea68aa921a4cd29831d9edea5f94ed56eb9c.jpg","name":"Emisaur"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/576546915","wmProperty":"like-of","wmId":848523,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-576546915","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/sourcevs","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1883fcc306c1c67635ac6111a738a8aa977eab0cf3c0969244959632d3360adf.jpg","name":"Source"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/467487178","wmProperty":"like-of","wmId":848524,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-467487178","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/homphs","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7e951e8cec3295e6892fcc8021517b5d7b2aabe32963386e0bcc4eb1b2e9056e.jpg","name":"kieran"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/122375367","wmProperty":"like-of","wmId":848522,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-122375367","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/chiubaca","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/35115e6771b29943d2b35de182ef4cefe3c3504abd1591803d0987153c6c8eeb.jpg","name":"𝘈𝘭𝘦𝘹 𝘊𝘩𝘪𝘶☀"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1299568436431990784","wmProperty":"like-of","wmId":848521,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1299568436431990784","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/jasmynecodes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/06c7ff52882e856e21122fa5a46a65b61b6eb22e1d2352e302904d9e0ac58fb8.jpg","name":"Jasmyne"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/792384780889362432","wmProperty":"like-of","wmId":848519,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-792384780889362432","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/sunilspp7","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bb4fd18479ec64fa9072ffa52d2f87bcc7024f368625ae4617dddf0672fc36df.jpg","name":"Sunil Patil (ಸುನಿಲ್ ಪಾಟೀಲ್)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2352713762","wmProperty":"like-of","wmId":848520,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2352713762","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/noeleo25","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/65a04598c0ed297f513fa8e6a7d3280115ba8f7e1ac9901cd6eeeae4f293f538.jpg","name":"Noemi Leon"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/21586240","wmProperty":"like-of","wmId":848517,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-21586240","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/goranopacic","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d898692619fcf919bb6cf5f56414795e7c72932209bb669db25be086439cb8b0.jpg","name":"Goran Opacic"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2278056978","wmProperty":"like-of","wmId":848518,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2278056978","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/OpenSorceress","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d5ebb2abbce64eefc96305a00570af7f6b1cfd3707f573d3c634f104aba4a135.jpg","name":"OpenSorceress"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/361869124","wmProperty":"like-of","wmId":848516,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-361869124","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Sheridine17","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/209bbca20ebaccbd2a8184962fe9886bfd3b6ab403884cf0b115349fdfac3728.jpg","name":"Tanaka Ruzvidzo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/282704293","wmProperty":"like-of","wmId":848515,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-282704293","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Draggor2k","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9a6a1223dd205b366b46d13593e32c18a20f650bd2eae0e4b79b0e51259058bd.jpg","name":"Draggor #HobbitGeneration #BLM #1312"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/12621032","wmProperty":"like-of","wmId":848514,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-12621032","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/gonzo_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2364870fe78cfd32ca86659087c871c6a1b39bd219ae3702284fae49a3d652f4.jpg","name":"Gus"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/235386321","wmProperty":"like-of","wmId":848513,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-235386321","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/cakeknuckles","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d66fd598cc6c8442afa0daddf8c8e5b21d0e8af874fafac8d5a0d2a82e47fb44.jpg","name":"sara🌴"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302267759049531393","wmProperty":"repost-of","wmId":848503,"type":"entry","url":"https://twitter.com/martinisoft/status/1302267759049531393","likeOf":null,"author":{"url":"https://twitter.com/martinisoft","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/278d7986c8c43daa2fd18fedd12e37aa03aef9b78803e80418dfbcdf5bd83f55.jpg","name":"Mastadonian (He/Him)"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302267105061019651","wmProperty":"repost-of","wmId":848504,"type":"entry","url":"https://twitter.com/lindseybieda/status/1302267105061019651","likeOf":null,"author":{"url":"https://twitter.com/lindseybieda","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d92dc2cd0127601dd0996a51413a6f4085a694d6fa4f7f47ff9801ecae1e0a23.jpg","name":"Evil Midweek Cutie⛧"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1273357758717399040","wmProperty":"like-of","wmId":848502,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1273357758717399040","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/PghProtests","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4e17ee6b37d0f6327550ae15cea71c7e25e755d0e95ed8a271b3c0cd384620ff.jpg","name":"Pittsburgh Protests"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/734078202440622080","wmProperty":"like-of","wmId":848501,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-734078202440622080","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/theharshb","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5d96f89ab190af0ac71f22bea8c8769b6111ac5ec1c9410dea9a6a4a249b2ea1.jpg","name":"Harsh Bhatia"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/3257915299","wmProperty":"like-of","wmId":848500,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-3257915299","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/hiimc_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b604353300dc8c92734086318d360134dfa3fe99d7cd8e17a408151e961dfff5.jpg","name":".."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1059962241414500352","wmProperty":"like-of","wmId":848499,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1059962241414500352","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/CodeWitchBella","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e4e943fac2db68dc625914aea53b2b82b27588feeaddb3d8b11b851403490d3a.jpg","name":"Isabella Skořepová"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/114886986","wmProperty":"like-of","wmId":848497,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-114886986","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Srta_Ozera_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3f0b018fe3c6211bfacc159c916fa693e9406fa8460552e70125f96ac8754f74.jpg","name":"Gramajooo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1042200731707731968","wmProperty":"like-of","wmId":848498,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1042200731707731968","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/JimGrayQA","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/780ee6b022b8435f52f6d6853a1294bfcb7b44c6ecafc7740079d6552084be31.jpg","name":"Jim Gray"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1161842698908766208","wmProperty":"like-of","wmId":848495,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1161842698908766208","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/jlnbits","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/55e07a34bf1b63094bd2ecc644ba0057647fef3d69d2a4262db6bffb521eec5e.jpg","name":"Julian"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1052189910893903878","wmProperty":"like-of","wmId":848496,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1052189910893903878","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/AbreezaSaleem","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bc12e813983ddd9798a674d3d30e350e2b277da2e171ac5d94e0faf24d860db4.jpg","name":"Abreeza Saleem 🪔"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/26855367","wmProperty":"like-of","wmId":848494,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-26855367","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/wdbuc","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5131cab8fc499cae45db5d11a36a7507342cda8cb082234249f6e67e6350147b.jpg","name":"William Buchanan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/15015693","wmProperty":"like-of","wmId":848492,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-15015693","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/liquid06","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/130be6954227e72080486953a4e99efae6c1f79646385448f982a61c777afe3f.jpg","name":"liquid06"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1132615624277004288","wmProperty":"like-of","wmId":848493,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1132615624277004288","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/mnegm5989_negm","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d6595c356cafb5a62732bed7ae557e8832bf2b9a1d91a2a64d82701c5a597e76.jpg","name":"Mohamed Negm"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/464666922","wmProperty":"like-of","wmId":848491,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-464666922","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/haslam956","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cf6e48c6f88c5620b3b8da4a9dac4fabdc9031a6461383550022283f62442666.jpg","name":"Hassan I. Salami"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/21552380","wmProperty":"like-of","wmId":848490,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-21552380","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/josephespana","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e30b3edc3140420c178df2a4901c9796186e84f63d7f5d538a46ebde78e796d8.jpg","name":"Joseph España"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/283237700","wmProperty":"like-of","wmId":848489,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-283237700","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Jeanpaule_e","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/19c0e02b36139db1a1a216d58f248537d41837cb4f4737114df992a2018b80bc.png","name":"JeanPaule"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302251400584462338","wmProperty":"repost-of","wmId":848480,"type":"entry","url":"https://twitter.com/Adamqaram/status/1302251400584462338","likeOf":null,"author":{"url":"https://twitter.com/Adamqaram","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7803e7c2dba0c70b80ef03465e2d866a8654d7f4d7d2b3429f2ad3514a4626c1.jpg","name":"lorie"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302253200305684480","wmProperty":"repost-of","wmId":848478,"type":"entry","url":"https://twitter.com/Chuxel/status/1302253200305684480","likeOf":null,"author":{"url":"https://twitter.com/Chuxel","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7ceab1791f6000892886ea33256f18d878a96b8a058db7161c01782667c75e77.jpg","name":"Chuck Lantz"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302252170176151557","wmProperty":"repost-of","wmId":848479,"type":"entry","url":"https://twitter.com/nadeeraonline/status/1302252170176151557","likeOf":null,"author":{"url":"https://twitter.com/nadeeraonline","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/be6d5619a3c0327036ef41f32698ccc364bfc940ff03532c99f58a8eb364948e.jpg","name":"Nadeera Sampath"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302254888211099649","wmProperty":"repost-of","wmId":848476,"type":"entry","url":"https://twitter.com/danischufeldt/status/1302254888211099649","likeOf":null,"author":{"url":"https://twitter.com/danischufeldt","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2b3b4cd3ee37a24d3166e744cf761b16e51f87bcdffbaf5f976d109fbd511f57.jpg","name":"Dani Schufeldt"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302254813875298304","wmProperty":"repost-of","wmId":848477,"type":"entry","url":"https://twitter.com/XxKopitannxX/status/1302254813875298304","likeOf":null,"author":{"url":"https://twitter.com/XxKopitannxX","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4cf7ba2490a6fab427a2fa8a1854fd16bfa19a6017d90fd1c534975a7711e1d1.jpg","name":"😷🦇galacticGhoul🦇😷"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302255929342275591","wmProperty":"repost-of","wmId":848475,"type":"entry","url":"https://twitter.com/bwfoLlwotlc2/status/1302255929342275591","likeOf":null,"author":{"url":"https://twitter.com/bwfoLlwotlc2","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f63c4c0bb10d2c7bddb99f010aedfcd73605aee4674547c05099ed715dc3f938.jpg","name":"Svardun"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302257090896031744","wmProperty":"repost-of","wmId":848474,"type":"entry","url":"https://twitter.com/ctmcisco/status/1302257090896031744","likeOf":null,"author":{"url":"https://twitter.com/ctmcisco","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4dfa32374a182f3ec4effedc86c2eb651e74b9f0f9db071d70a99e4eb54373c6.jpg","name":"ctmcisco"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/750230124","wmProperty":"like-of","wmId":848472,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-750230124","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/SergioSV96","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/20312b2463a79af3675f16ce031eb5574f0d1d78b547c4004b74bccca8641d25.jpg","name":"Sergio Sánchez Vallés"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/315559935","wmProperty":"like-of","wmId":848473,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-315559935","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/SailorCris_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f0a90dc7a123376ebd68b1ce161c7ff915caf24691810ae69db7bb7eea6fd804.jpg","name":"💚 Cris 💚"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1355136739","wmProperty":"like-of","wmId":848470,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1355136739","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/paul_melero","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cf742803e4ca77b4f1eea820a9f18a3940b43e6a999059beaeed8186a9857b0d.jpg","name":"Paul Melero"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/48247965","wmProperty":"like-of","wmId":848471,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-48247965","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ctmcisco","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4dfa32374a182f3ec4effedc86c2eb651e74b9f0f9db071d70a99e4eb54373c6.jpg","name":"ctmcisco"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1178793780461412352","wmProperty":"like-of","wmId":848469,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1178793780461412352","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/AJdotPy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/543f427e5929256a1f8aadfe04d409f0c45efffaeeb9f6ef8eb0191e7dc45eab.jpg","name":"MechE AJ 🤖"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/336805852","wmProperty":"like-of","wmId":848468,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-336805852","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/karlgpg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/69bc6cf47c800e172670a527dff1eb511a673bd79e14710c7b130924c6f261c0.jpg","name":"Karla"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1119215713565270016","wmProperty":"like-of","wmId":848467,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1119215713565270016","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/BladesTechexe","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8f56ff527a34803315574384643fc0cdbfa542b2bbefc6fac7d4f29db57470e1.jpg","name":"BladesTech"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/716816271443173376","wmProperty":"like-of","wmId":848466,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-716816271443173376","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/HcySunYang","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/caa113c3f15d225bae8bb82d73c6fd24b9f46dcce2b406534f01c7814db78099.jpg","name":"HcySunYang"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/620268933","wmProperty":"like-of","wmId":848465,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-620268933","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/dandavidthird","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/814d1247a20bc654b0b89cbbdf066a0b5677b6918e24c5be3fe0386ec79c4683.jpg","name":"David"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/44842171","wmProperty":"like-of","wmId":848464,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-44842171","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/soclataylor","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/95a26ff861595e60883df3cf297101bc9808c28b45781484bab7c384e37e8ef3.jpg","name":"Mariona Batalla Taylor"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2301273236","wmProperty":"like-of","wmId":848462,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2301273236","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/nadeeraonline","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/be6d5619a3c0327036ef41f32698ccc364bfc940ff03532c99f58a8eb364948e.jpg","name":"Nadeera Sampath"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/127561254","wmProperty":"like-of","wmId":848463,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-127561254","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/jesus_macedo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bb4a280f92fc5fd41cf68126c2aaabc93e9c50e7b94a212fbf83cdeb9472e648.jpg","name":"Jesús Macedo 🤘🏻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/986844767723118598","wmProperty":"like-of","wmId":848461,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-986844767723118598","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/casper124578","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3967d379502280258a79af464b2bfab2f0d58749a12b460a94521a6cb4a00c25.jpg","name":"CasperTheGhost"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/772827380171890688","wmProperty":"like-of","wmId":848459,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-772827380171890688","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Adamqaram","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7803e7c2dba0c70b80ef03465e2d866a8654d7f4d7d2b3429f2ad3514a4626c1.jpg","name":"lorie"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/137580692","wmProperty":"like-of","wmId":848460,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-137580692","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/anne_melody","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/615f7b695bb24f35d62aca8fc8a903bbf0e8cb9d775a83da952da6e0a874191f.jpg","name":"Anne Tiotuico"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/802341626341445632","wmProperty":"like-of","wmId":848458,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-802341626341445632","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/MBonifaz126","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/daf51ed22a083d873c7943da069b161931a4276e66bb7beed105275a4c1f2a2d.jpg","name":"Miguel Bonifaz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/990956169006010368","wmProperty":"like-of","wmId":848457,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-990956169006010368","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/jhutchings0","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1a03d7aa026de21d46a1e8c8f927b01169f4b92fcc36acc818ba888c99a38126.jpg","name":"Justin Hutchings"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/16059450","wmProperty":"like-of","wmId":848455,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-16059450","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ender2025","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5127470fef2372cbcec019176fa3301b1d861ae38e1a70f5b96755f7e7a17220.jpg","name":"James Pogran"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/3222152116","wmProperty":"like-of","wmId":848456,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-3222152116","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/tomate_soup","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/815077ef7ee61c60153b713bb62cff0ac5b0f606bb2305ce680665b62e97e073.jpg","name":"Shannon"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/473400060","wmProperty":"like-of","wmId":848454,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-473400060","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/samvlu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/15fb2e283fe4607f19a2adf001d89174d8db4e720a6e8bf0414f572595271227.jpg","name":"Sam Lu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2846904728","wmProperty":"like-of","wmId":848452,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2846904728","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/GoranTosic35","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Goran Tosic"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1057086011967066112","wmProperty":"like-of","wmId":848453,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1057086011967066112","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/XxKopitannxX","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4cf7ba2490a6fab427a2fa8a1854fd16bfa19a6017d90fd1c534975a7711e1d1.jpg","name":"😷🦇galacticGhoul🦇😷"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/789960382148440065","wmProperty":"like-of","wmId":848451,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-789960382148440065","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/djatto_ebamco","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1a1bf1f77bf9da6c6c8711da73c42ade5cbec555e3f94f42ee89963f1dd69bdc.jpg","name":"Ebamco🀄🇹🇩"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1154786698691338250","wmProperty":"like-of","wmId":848450,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1154786698691338250","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/milu_franz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1b09139d43f6a87cc327a41fac3ccd2e24cf5936787916db3d2807eaf883be56.jpg","name":"Milu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1433662146","wmProperty":"like-of","wmId":848449,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1433662146","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/nyan_dev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/246a1c94d6a52dd33419ef6bad65c3ac9862ebf5513dff0fb8a424699d2af9fa.jpg","name":"Fighting kitten"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1005085834834411520","wmProperty":"like-of","wmId":848448,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1005085834834411520","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/fadadu_parth","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/41ab415137d9f646d3e6d071e178428561c0ef0e9008be87ee48a20b315a58d7.jpg","name":"Parth Fadadu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/800012188337442816","wmProperty":"like-of","wmId":848446,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-800012188337442816","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/NuriaRuizTwit","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9f0bd681e2a08cce8b77ff4bec87baf84b745387d846b173ad67dc66fc0991e9.jpg","name":"Nuria"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/12135872","wmProperty":"like-of","wmId":848447,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-12135872","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/_tbremer","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0929cb1aada1cda1d3b4754ec2f005721ffad1f2b9613f5c8ebc3f7f9e8ea39c.jpg","name":"Tom Bremer 🦦"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302243670066823173","wmProperty":"repost-of","wmId":848439,"type":"entry","url":"https://twitter.com/xrath/status/1302243670066823173","likeOf":null,"author":{"url":"https://twitter.com/xrath","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ed3b2f3c23cefcd243a421c774e1df972490b08a4be36d87e10b6006b6c621ad.jpg","name":"rath"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302240994155540481","wmProperty":"repost-of","wmId":848440,"type":"entry","url":"https://twitter.com/shinigamba/status/1302240994155540481","likeOf":null,"author":{"url":"https://twitter.com/shinigamba","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/55692964c0f36ac51dd55a256f23c4306a193e34e9f45d8e763c0723125e3193.jpg","name":"fabian --lopez"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/8629382","wmProperty":"like-of","wmId":848438,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-8629382","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/catcarbn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/046fe56e75dcc1b34045a82a8858f52d28eb308a9bb19f15334d86e6eaecd849.jpg","name":"Cat Carbonell ✨"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/838597606414684160","wmProperty":"like-of","wmId":848437,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-838597606414684160","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Astrobiomedical","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d308f7480e1bf619e3b626db1513a5480d0e0d20de6dda3c835e3d6d6011bd5b.jpg","name":"Sarah👩🏻‍💻🚀🌈✨ Software Developer"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/93903193","wmProperty":"like-of","wmId":848435,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-93903193","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/phillipgreenii","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/098aa80b3af0a60af914f830d766960b36ce0aec46377799af03a073308cae40.gif","name":"Phillip Green"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/366959434","wmProperty":"like-of","wmId":848436,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-366959434","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/setiawanjeje","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ea51a6773e8a1c8f1ab41b316ee4279cd5e768ca72707311774516e08637b7ec.jpg","name":"Jessica Setiawan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/185919658","wmProperty":"like-of","wmId":848433,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-185919658","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/KatSDC","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8341e8bb6bfd335b4fd1330668d232d68464ea8ee74985647ec7bf87288d4075.jpg","name":"Kat S (she/her)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/126413923","wmProperty":"like-of","wmId":848434,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-126413923","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/icookandcode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ebd011f4ca8c8f7810af2f5c04718ae2ecfc146ffa29d710be0d8e14d1046748.jpg","name":"Adrian Carolli"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/227253697","wmProperty":"like-of","wmId":848432,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-227253697","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/tay_lurre","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7f1c9ae35268e11a3001790252cad0c2e7209b290035228093b170c07f1a6f14.jpg","name":"Taylor Dennis"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/376300960","wmProperty":"like-of","wmId":848430,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-376300960","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/courteneyervin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e452c48bdc435caddcd8acc3834608cdf11533ddf347c25440b2b907da79291f.jpg","name":"Courteney"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/5749","wmProperty":"like-of","wmId":848431,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-5749","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/alanb","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7e035ee2d979d1c9f7380840ec646f18e2120bdf97833b8e042b70f56f380cb2.png","name":"Alan Bradburne"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/722626707560144896","wmProperty":"like-of","wmId":848429,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-722626707560144896","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Gaasper117","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c4ebad36fd580a826b19212ca79dac0822bdc89b53115994cd72fb55dc08f7f5.jpg","name":"Arturo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1115706060","wmProperty":"like-of","wmId":848428,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1115706060","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/shinigamba","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/55692964c0f36ac51dd55a256f23c4306a193e34e9f45d8e763c0723125e3193.jpg","name":"fabian --lopez"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/770623927097946112","wmProperty":"like-of","wmId":848426,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-770623927097946112","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/mrsalitre","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c01164ec2b2849254453e78661cbba4004fcaba183da3fec4415d05f6411b1da.jpg","name":"Jean Ayala 🏴‍☠️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/41633068","wmProperty":"like-of","wmId":848427,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-41633068","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/adwindito","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/93aa792282b9b1a3a0be7be57ce1b8abc5a78b14a3b11b473ab1ce43c893b896.png","name":"Adwin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/14577735","wmProperty":"like-of","wmId":848425,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-14577735","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/fishmanpet","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9787eb42aab4eacadebb78a47c6f52e0426743d09734fd5fdf9d441d0a24d641.jpg","name":"Peter \"Norman Borlaug stan\" Bajurny 🔰🐈"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/39692302","wmProperty":"like-of","wmId":848424,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-39692302","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/frzzkhan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6df8e1c7f299b89f92056f2c5f0209bf5e6286c03db7d5271e249e3ab5606759.jpg","name":"Faraz 🤖"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/607416422","wmProperty":"like-of","wmId":848422,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-607416422","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/code_maniak","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/920c9b64101a4791038d4efa0230309f87ee9d1f8e824f8068ae33091066cd62.jpg","name":"Michael Osoba"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/267274166","wmProperty":"like-of","wmId":848423,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-267274166","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Renejean11","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/975e2ddbb5d9f80636702be04439d87e3f3b64628e07efc1b7667b603b9c1664.jpg","name":"René-Jean Corneille"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1085377099840569345","wmProperty":"like-of","wmId":848421,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1085377099840569345","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/__kid_a","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/988c092a30f7d08e67119268e5b587079884481c0449a7864226b7b312ea0aa3.jpg","name":"🌋"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1014505414761721858","wmProperty":"like-of","wmId":848419,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1014505414761721858","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/orlovedev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ee81996500f23d75d46828df61ea35b86f320a1ffe290deae92349d5c32df29a.jpg","name":"||love"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1077735113377472513","wmProperty":"like-of","wmId":848420,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1077735113377472513","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Ramshiv76115274","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Ramshiv"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/113107484","wmProperty":"like-of","wmId":848417,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-113107484","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/jhonathananto","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6c407a4ed1dee05480a2b8404e1287046ad9b037498550eec37ba865bb2c2355.jpg","name":"jhonathan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1301525582451290112","wmProperty":"like-of","wmId":848418,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1301525582451290112","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/avrilcodes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/05b9f9779c8e06459b7ac51dd4365fdd6d7a3b38aacab723ee190fa4d6622c3f.jpg","name":"Avril"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/3679584321","wmProperty":"like-of","wmId":848416,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-3679584321","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/otherjaume","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0b054b599d00a5f59be299da68a315ed3ed868e0345d5e9c3931f924dbf93344.jpg","name":"Jaume Capdevila"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302231697489113089","wmProperty":"repost-of","wmId":848401,"type":"entry","url":"https://twitter.com/wizardamigos/status/1302231697489113089","likeOf":null,"author":{"url":"https://twitter.com/wizardamigos","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/19646057875a8d36eb3e97cfc129500bef58efafc187dd70dc13cb6e14e8f04c.jpg","name":"Wizard Amig@s"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302234020458110976","wmProperty":"repost-of","wmId":848400,"type":"entry","url":"https://twitter.com/DapperAuteur/status/1302234020458110976","likeOf":null,"author":{"url":"https://twitter.com/DapperAuteur","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ff146db592e3d07a691295f7c75b01d4482ae60b0ed602bacb69262e23df68c7.jpg","name":"Dapper Auteur"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/858480585458712576","wmProperty":"like-of","wmId":848398,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-858480585458712576","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/30thnight","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ce8d1ff4dc97e3592cbdf6a86b39919c33501422efcfd46fdd8ebc254410a4e2.jpg","name":"Armon Raphiel"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302236713474052096","wmProperty":"repost-of","wmId":848399,"type":"entry","url":"https://twitter.com/bekabug/status/1302236713474052096","likeOf":null,"author":{"url":"https://twitter.com/bekabug","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/143e6c682b71b8903bb08d758d70698282cf152e012c7869f3476a99d09b2ca1.jpg","name":"reckabug ☾ ★"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/42905960","wmProperty":"like-of","wmId":848397,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-42905960","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/EliteFreq","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7b0fbc107aaaa8e6f2814fe14b966d0734f969e64f63ed2d7f49abc78fec6ed7.jpg","name":"david sharp 🦕"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1049455480941289473","wmProperty":"like-of","wmId":848395,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1049455480941289473","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/abiolaEsther_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4caeecf170a364ebb7d38aa2b03a11e02ae713809ea63c34d58114b9a1d13b7d.jpg","name":"Esther"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/459787123","wmProperty":"like-of","wmId":848396,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-459787123","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/JamesNimlos","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8b4273cff8d3070cc60766d8ebe8451e07282ac3cde52142127577662d2e37e1.jpg","name":"James Nimlos"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/145659824","wmProperty":"like-of","wmId":848393,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-145659824","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ChakriJohn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/08c3a9b0cb31f203d522bbbd0155088f4a2a6c9a465f1e28bcbefb3e52b83d15.jpg","name":"Chakri John"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/93888683","wmProperty":"like-of","wmId":848394,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-93888683","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/marinahsborges","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/eb2b11bec5ff36e3e73d8d8723d8ee13c9530ad827a08cfce5c185a334ca1b30.jpg","name":"Marina Borges 🇧🇷⬛"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1283465976","wmProperty":"like-of","wmId":848391,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1283465976","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/coder_blvck","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f8dd72d0e1eb52056b248fc65961381a66d2aef0983686cfa81ed0bdfb66d7cb.jpg","name":"Not Shedrack"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/110860080","wmProperty":"like-of","wmId":848392,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-110860080","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/straydogstrut7","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/51808e335a29afa2acbd37ba631bf466da417cd239e7643df25ce3377d620f34.jpg","name":"Daniel Mclaughlan 🥰 Moving to Badgetown 🥰"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1960836486","wmProperty":"like-of","wmId":848390,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1960836486","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/DapperAuteur","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ff146db592e3d07a691295f7c75b01d4482ae60b0ed602bacb69262e23df68c7.jpg","name":"Dapper Auteur"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/85646556","wmProperty":"like-of","wmId":848389,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-85646556","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/gardorko","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/36db6b4b4557c303a50754680c29c3863def7d95babcbef266aa6bd03d07b07b.jpg","name":"Red Gar 🔻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/168151478","wmProperty":"like-of","wmId":848384,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-168151478","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/goBrendan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9bcd1241093b1eb3ee58888b9bed1933dddf99801b93d24897e8166d8e13c2bb.jpg","name":"Brendan Rice"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/307486147","wmProperty":"like-of","wmId":848381,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-307486147","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/pepelurecatala","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/be494c8eb8acd164b8a3528a7d2957ec43b6670c5fa8b9551dc65fe3adb5ba3d.jpg","name":"Jeilu ™"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302223045797576704","wmProperty":"mention-of","wmId":848380,"type":"entry","url":"https://twitter.com/Sthefffffany/status/1302223045797576704","likeOf":null,"author":{"url":"https://twitter.com/Sthefffffany","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d9aa2b19ad6ba8bb319ff191108e300e00a74a104d3a3e29edb3e608188e54ea.png","name":"Stheffany 🌈"},"published":"September 05, 2020","content":{"text":"Ver depois"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302227082391547904","wmProperty":"repost-of","wmId":848378,"type":"entry","url":"https://twitter.com/unique_Chibueze/status/1302227082391547904","likeOf":null,"author":{"url":"https://twitter.com/unique_Chibueze","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8c36d061171e7f4463e34e893fdc9000d74afb7b735e846d858d55ef04f09cba.jpg","name":"Sam-Obisike Chibueze"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302222547736461315","wmProperty":"repost-of","wmId":848379,"type":"entry","url":"https://twitter.com/savannidgerinel/status/1302222547736461315","likeOf":null,"author":{"url":"https://twitter.com/savannidgerinel","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/43839c3d634d10950dea4657fd3ec77db4f993dab68a535af9297cc2540d210c.jpg","name":"Mx. Savanni D'Gerinel"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302231403057250306","wmProperty":"repost-of","wmId":848377,"type":"entry","url":"https://twitter.com/hey__cyn/status/1302231403057250306","likeOf":null,"author":{"url":"https://twitter.com/hey__cyn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/dca8dcf1e44fe2f418e58b757c07bd61652a3dd19648c55f2923fe980051cb2a.jpg","name":"hey__cyn🇭🇹💋"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1148302612816699393","wmProperty":"like-of","wmId":848376,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1148302612816699393","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Sthefffffany","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d9aa2b19ad6ba8bb319ff191108e300e00a74a104d3a3e29edb3e608188e54ea.png","name":"Stheffany 🌈"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/375976980","wmProperty":"like-of","wmId":848374,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-375976980","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/mike_zarra","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/48d42b4916882ba5ca637b4bae89cee436f2c354a0f1ce154da6553c9c697a58.jpg","name":"Mike Zarra"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/7566302","wmProperty":"like-of","wmId":848375,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-7566302","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/iamvogey","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/32e8ef0cfc181247f43bcda3dfab61090c0e512a45ae87912bb9d88b2eea2ac0.jpg","name":"David Vogeleer"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/952697023312158721","wmProperty":"like-of","wmId":848373,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-952697023312158721","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/willcaul_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9116f60712b7601c30a4983f09eec60b89b355a5c15f356ef570e6252d659ee0.jpg","name":"Will Caulfield"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1268915867741564928","wmProperty":"like-of","wmId":848371,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1268915867741564928","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/MARS_ALWAYS_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1d07e8f3b10427d093a8e84fc5a6501fa2d45993060e0b8cedaeb919d5b0c959.jpg","name":"MAR$🥀ALWAY$"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/15433238","wmProperty":"like-of","wmId":848372,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-15433238","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/VicVijayakumar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f7a721e5212c27f00aa939e3bda990aab18353d849717bf7c52666505a1df618.jpg","name":"hashtagtacos 🌮"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/3142416605","wmProperty":"like-of","wmId":848370,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-3142416605","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/mast3r_monk3y","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f8a5008d7257b2a18690b8b128bba61a7a2b94cce3b53b64320543c12326d07a.jpg","name":"Extraterrestrial"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/19817187","wmProperty":"like-of","wmId":848368,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-19817187","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/peterfriese","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9b75929fffa4d343d86e5266ba0f93a39dbcaa0901a46f73a5c81b74bf88d6e8.jpg","name":"Peter Friese 🥑"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2303217830","wmProperty":"like-of","wmId":848369,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2303217830","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/CandaceWorthen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b388aa12ba7e0e2d7defa7594a9f59c338660974d6f9b1c655e60b2c608a7e07.jpg","name":"Candace Wooden Stake 🎃👻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1233927281141108736","wmProperty":"like-of","wmId":848367,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1233927281141108736","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/bighireio","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1f72a6068cb29ebd733f55c9011469ed8a5d305d0a162fe6551e85d77239253b.jpg","name":"Vince Fulco (\"It\" or \"Yoda\")"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/86796330","wmProperty":"like-of","wmId":848366,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-86796330","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/TesterAB","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/18ea44d530c3fa30ca859fd806dd6bf7e4b62bea196c0772897df4378ff8bc78.jpg","name":"Anna Baik"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1135500100095086593","wmProperty":"like-of","wmId":848364,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1135500100095086593","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/hapseer","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3ac25ee95e99d2cc883b673f8c06d8003e373fbf8b21177285f1df5597aa457e.jpg","name":"hapseer"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1114395974","wmProperty":"like-of","wmId":848365,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1114395974","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/alxmlv","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b1a655671ece1729f77ea9f3d99fe21d343c3fcd5db31d2f5afdb3e28cd35a0d.jpg","name":"Alex"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/801292861631328256","wmProperty":"like-of","wmId":848363,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-801292861631328256","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/YunyunMu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/58122cea9c6d6663791018d5fa83f57d572f535acf9dc349211111efd65b1dab.png","name":"muyunyun"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1645766790","wmProperty":"like-of","wmId":848362,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1645766790","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/JessicaCregg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/45ce063c1c11711f1c6f367c3063cda1317a0f20514b1bf808226982c554a6ac.jpg","name":"jessica"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2899656174","wmProperty":"like-of","wmId":848361,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2899656174","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/savannidgerinel","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/43839c3d634d10950dea4657fd3ec77db4f993dab68a535af9297cc2540d210c.jpg","name":"Mx. Savanni D'Gerinel"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/150675774","wmProperty":"like-of","wmId":848359,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-150675774","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/bjornrixman","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/89408018a8260e52c9b01e3c3f152fc5ba523ad1ddc854775e8fe0a30f6db499.jpg","name":"Björn Rixman"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/131901252","wmProperty":"like-of","wmId":848360,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-131901252","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/michaelgrinnell","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7232ff8efc1cd128285a03192b5ec2a46172ee6595c07f67397d964a9db979ef.jpg","name":"Michael Grinnell"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/130498331","wmProperty":"like-of","wmId":848357,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-130498331","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/V1JAYENDRA","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8f34bc055c597d583810a90ea1df58ee3f720ceff8047426bcd8ac834a9a2a27.jpg","name":"VIJAYENDRA RAJENDRAN"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/344289744","wmProperty":"like-of","wmId":848358,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-344289744","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/raytalks","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1846a3812bf705fa20316236f951c0e6528570198734cd160ec486349acd4c7c.jpg","name":"Rayta"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1261605828794204160","wmProperty":"like-of","wmId":848356,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1261605828794204160","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/unique_Chibueze","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8c36d061171e7f4463e34e893fdc9000d74afb7b735e846d858d55ef04f09cba.jpg","name":"Sam-Obisike Chibueze"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/854109971721728000","wmProperty":"like-of","wmId":848355,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-854109971721728000","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/TONYCRE8","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/154d02e1196f05cd3daece1c9997ab4021e3a28e323ed6ee8517407a139dff60.jpg","name":"Tony Ingall"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/78304916","wmProperty":"like-of","wmId":848353,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-78304916","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/roberrrt_s","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ab461b1928ab43abfdc93b1812e9a5453b54a1c313cadab518c52193e3bb6655.jpg","name":"Robert Spier"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1102905159519223808","wmProperty":"like-of","wmId":848354,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1102905159519223808","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/jdbruxelles","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bc3eb5c50e95d5eb5737877babbc854230c9d60f223d7801fcfa76987566e93f.jpg","name":"José dBruxelles"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1229207761835175936","wmProperty":"like-of","wmId":848352,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1229207761835175936","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/shahabkhalvati","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bf6dc5129406730064df838eb7a24305c4a4801f4400b1bc3a2efc5cd860fc9c.jpg","name":"Shahab"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/341848753","wmProperty":"like-of","wmId":848351,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-341848753","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/lopezjurip","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/483c12ceecb006e5aca8aabe73a29f76cfc7a6f5687b0db6e0579453293f3614.jpg","name":"Patricio López J. 💽"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1046434728100925440","wmProperty":"like-of","wmId":848350,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1046434728100925440","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/sxqnog","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1e4dfa92e3b3270c0344a2c80c67e9249944307174bb3269d17183de90a4b4cc.jpg","name":"John Sun 🐞"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1971125400","wmProperty":"like-of","wmId":848348,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1971125400","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/SrtaVolant","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1aeba10f57c5fa3ca69d0ffb3b9b159af5029004a131ba9dd362b7da8a1f5241.jpg","name":"Sama PATO mis amigos"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1173831972","wmProperty":"like-of","wmId":848349,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1173831972","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/isawrub","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e7207a087ab2856f64e7054872515d1fac75aafd7e1862713b8a38ab375d9ec8.jpg","name":"Saurabh Chowdhury"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/3059159908","wmProperty":"like-of","wmId":848347,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-3059159908","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/JustEko_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d1574eba969ec6e12b642b422e811f599a5dc6823300e75f6194c42f0398207b.jpg","name":"JustEko"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/19845206","wmProperty":"like-of","wmId":848346,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-19845206","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/TechACrawford","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1058dc5df416ade6169a240bc501d60370813840f8de2d0e9ebb61af2459e555.jpg","name":"A. Crawford"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/17837109","wmProperty":"like-of","wmId":848345,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-17837109","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/chewingcode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/370da99f5d50b9365500f959937eb4f52a059383387490116c2effb17c4cb92d.jpg","name":"Karim Hossenbux"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/798423469","wmProperty":"like-of","wmId":848344,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-798423469","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/shriekin_wizard","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b9e3c30b927458a19cb9343ca589d1d1ca5136ad4c5533445de070fff036f211.jpg","name":"Hannah West"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/952442472445100032","wmProperty":"like-of","wmId":848342,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-952442472445100032","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/hey__cyn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/dca8dcf1e44fe2f418e58b757c07bd61652a3dd19648c55f2923fe980051cb2a.jpg","name":"hey__cyn🇭🇹💋"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/211857103","wmProperty":"like-of","wmId":848343,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-211857103","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/dontcodethis","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/460e60ca048992a8aca4a3dd4128f790b4306bf092d082413f2cf80acdcc072b.jpg","name":"Carneiro 🚀 🪐"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1301988196239245314/1302225148754436096","wmProperty":"in-reply-to","wmId":848341,"type":"entry","url":"https://twitter.com/waterproofheart/status/1302225148754436096","likeOf":null,"author":{"url":"https://twitter.com/waterproofheart","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b17a181a222b006c4de292e40f80a97674c9ce4d5ec3bf2ead3176653549519c.jpg","name":"Monica.dev 👩🏾‍💻"},"published":"September 05, 2020","content":{"text":"Haha. I’m glad it sorted out."}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/606317658","wmProperty":"like-of","wmId":848340,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-606317658","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/adamahawadiallo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1c8bb6f92511a7173fefa6c11b1d6fa3c00242cef30d78708a3672c1bbd0540b.jpg","name":"Diallo Ciré"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1216044720616546307","wmProperty":"like-of","wmId":848339,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1216044720616546307","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/MartinNhrskovH1","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Martin Nøhr Åskov Hansen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/222688052","wmProperty":"like-of","wmId":848338,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-222688052","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/setemiojo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c9df92278638a6fa3816579b0d60b5aae7dd100cb066abfc8e5002ab27f0c56d.jpg","name":"Olúwásetèmi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/826428513653768192","wmProperty":"like-of","wmId":848337,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-826428513653768192","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/erinfranmc","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/23f9974fbe19785f4abc86bba2c372c8a2ee70fd9f486ac9e04255c3d372af69.jpg","name":"Erin 🐠"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1301988196239245314/1302222541424128012","wmProperty":"in-reply-to","wmId":848336,"type":"entry","url":"https://twitter.com/isstdudasnoch/status/1302222541424128012","likeOf":null,"author":{"url":"https://twitter.com/isstdudasnoch","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/718fe9ea25e2c11a9eda1eb09128cbaccee3390004b366d07bebf7e90e4ede83.jpg","name":"meh 🍁🍂🍃"},"published":"September 05, 2020","content":{"text":"Wow... I tried and tried and instantly after sending this tweet... it worked with the other extension! Of course... 🤦‍♀️"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1301988196239245314/1302221027435577344","wmProperty":"in-reply-to","wmId":848319,"type":"entry","url":"https://twitter.com/isstdudasnoch/status/1302221027435577344","likeOf":null,"author":{"url":"https://twitter.com/isstdudasnoch","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/718fe9ea25e2c11a9eda1eb09128cbaccee3390004b366d07bebf7e90e4ede83.jpg","name":"meh 🍁🍂🍃"},"published":"September 05, 2020","content":{"text":"It's so cool! 💖 But it seems to break my bracket pair colorizer extension 😭"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1301988196239245314/1302213930958422017","wmProperty":"in-reply-to","wmId":848318,"type":"entry","url":"https://twitter.com/HelloAlexDodd/status/1302213930958422017","likeOf":null,"author":{"url":"https://twitter.com/HelloAlexDodd","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0abba3db235dbedcd9f60324f1795da9e94d373f0072c6a50d5d42678c26f295.jpg","name":"Alex Dodd"},"published":"September 05, 2020","content":{"text":"@shangniwho"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302214863700340737","wmProperty":"repost-of","wmId":848317,"type":"entry","url":"https://twitter.com/chewingcode/status/1302214863700340737","likeOf":null,"author":{"url":"https://twitter.com/chewingcode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/370da99f5d50b9365500f959937eb4f52a059383387490116c2effb17c4cb92d.jpg","name":"Karim Hossenbux"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/4886315267","wmProperty":"like-of","wmId":848313,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-4886315267","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/marisbotero","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1800cbbf251897fd290088f5d0f38745bd9139182092a478e4a3af6307f4c8e2.jpg","name":"🦄 Maris Botero✨"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302205901802295297","wmProperty":"repost-of","wmId":848311,"type":"entry","url":"https://twitter.com/itsgabsgarcia/status/1302205901802295297","likeOf":null,"author":{"url":"https://twitter.com/itsgabsgarcia","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/52c9a2db19f6a052807c657dd22be529ea34592fe9b969dd10e9dbed422e2958.jpg","name":"Gabs García"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302204184767475712","wmProperty":"repost-of","wmId":848312,"type":"entry","url":"https://twitter.com/abevince/status/1302204184767475712","likeOf":null,"author":{"url":"https://twitter.com/abevince","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ae25b8ff37018078b34c81323cfd551d5c9f3f0c26816edd643f10a3530fae77.jpg","name":"Vince 🚀"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302211377612824576","wmProperty":"repost-of","wmId":848309,"type":"entry","url":"https://twitter.com/AdiFaidz/status/1302211377612824576","likeOf":null,"author":{"url":"https://twitter.com/AdiFaidz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/988a04cbaf7cf6e7600ac551f557483e5188af048db4448c8d4e8df803cb68fc.jpg","name":"'Adi Faidz"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302207612780453888","wmProperty":"repost-of","wmId":848310,"type":"entry","url":"https://twitter.com/isstdudasnoch/status/1302207612780453888","likeOf":null,"author":{"url":"https://twitter.com/isstdudasnoch","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/718fe9ea25e2c11a9eda1eb09128cbaccee3390004b366d07bebf7e90e4ede83.jpg","name":"meh 🍁🍂🍃"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/8462062","wmProperty":"like-of","wmId":848308,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-8462062","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/rochellefp","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bc61f34747adb7b0fc1865cd6810dbc557cd31562687a68c3cc8aa7ae05da030.jpg","name":"Rochelle Pennington"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2477934188","wmProperty":"like-of","wmId":848307,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2477934188","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/mbarretojunior","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/77f71e6144b266aa8518cabc160b43f10c6907f1314a8240cab41da38432e7bc.jpg","name":"Marcelo Barreto"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1210903288662487041","wmProperty":"like-of","wmId":848305,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1210903288662487041","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/jayehernandez_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/45a157861469c6e7547a8d63263b6637ef8cf9daa60c45ba62effe6da9279292.jpg","name":"Jaye Hernandez"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/16496999","wmProperty":"like-of","wmId":848306,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-16496999","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ahaneef88","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/67fb5ebbfeab716766cc536ed7744bb1f5b27eb04ad7ccf7994ebe1db64fff9d.jpg","name":"Haneef Ansari 🍭"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/15393596","wmProperty":"like-of","wmId":848304,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-15393596","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Andrew_Taylor","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a80a8f58830224a877eced6d0f5cb4ab2b847ed4b6cac932fff6756110aeba0b.jpg","name":"Andrew Taylor"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/14854673","wmProperty":"like-of","wmId":848303,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-14854673","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/tuananh_org","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/51da0b7b7b27d6c28105f58859f115fd33dacb8c0f6d5e8265fd59a618d0b976.jpg","name":"anh 🦄 🌈"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1111348904681975809","wmProperty":"like-of","wmId":848302,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1111348904681975809","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/itsgabsgarcia","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/52c9a2db19f6a052807c657dd22be529ea34592fe9b969dd10e9dbed422e2958.jpg","name":"Gabs García"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1083834494","wmProperty":"like-of","wmId":848301,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1083834494","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/AdiFaidz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/988a04cbaf7cf6e7600ac551f557483e5188af048db4448c8d4e8df803cb68fc.jpg","name":"'Adi Faidz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/18459321","wmProperty":"like-of","wmId":848299,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-18459321","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/jamespaulmuir","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5b1ad7855c5156b75b28a52a0bcb39532fd45f6e5c1f4d2eb8a7aacb4e6cc48d.jpg","name":"Jim Muir"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2276413621","wmProperty":"like-of","wmId":848300,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2276413621","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/GunwantSaini","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Gunwant Saini"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302195802891268097","wmProperty":"repost-of","wmId":848285,"type":"entry","url":"https://twitter.com/darthvogler/status/1302195802891268097","likeOf":null,"author":{"url":"https://twitter.com/darthvogler","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ba1669cea083bea5db71d223ef608a925d8cda917205dd0127b4839f4f0d6ebe.jpg","name":"Fábio S."},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302197881894506496","wmProperty":"repost-of","wmId":848284,"type":"entry","url":"https://twitter.com/_PixelMuerto/status/1302197881894506496","likeOf":null,"author":{"url":"https://twitter.com/_PixelMuerto","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9594f76958b61993014fd7d18ea9679e5ac3f2bce4b279adda7a110437911675.jpg","name":"Dead Pixel 👨🏻‍💻"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302198451959193607","wmProperty":"repost-of","wmId":848283,"type":"entry","url":"https://twitter.com/CWesterwoudt/status/1302198451959193607","likeOf":null,"author":{"url":"https://twitter.com/CWesterwoudt","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0adcad63da38331a45ff1ecc457f4050b743a0d2851b96773feb6888db9e1b68.png","name":"Carnivorous Cupcake #BlackLivesMatter"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302198588710088704","wmProperty":"repost-of","wmId":848282,"type":"entry","url":"https://twitter.com/schinshen/status/1302198588710088704","likeOf":null,"author":{"url":"https://twitter.com/schinshen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/46b069690f492f284136d72600f718f7f4c849a7d6672041e2e09f588c4a0f12.jpg","name":"Chin"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302200430827577344","wmProperty":"repost-of","wmId":848280,"type":"entry","url":"https://twitter.com/ojknation/status/1302200430827577344","likeOf":null,"author":{"url":"https://twitter.com/ojknation","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f4f128c65795ef8ce140216f234bc6f978c9632724aa817092eb29b87ddf8c49.jpg","name":"Ojk"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302199745755086850","wmProperty":"repost-of","wmId":848281,"type":"entry","url":"https://twitter.com/jerometwell/status/1302199745755086850","likeOf":null,"author":{"url":"https://twitter.com/jerometwell","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ca4edf2d9fab96ac64233e8e603f3ca7afc0cce951a087678ea681091a28cf4f.jpg","name":"Jerome 🏳️‍🌈✨"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2680060199","wmProperty":"like-of","wmId":848278,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2680060199","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/funcke_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9863f8a31ed176c1c0e2359d19cd1f2d71021d591258ea2f26a4465267f8cd5b.jpg","name":"Jonas Funcke"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302200982969999360","wmProperty":"repost-of","wmId":848279,"type":"entry","url":"https://twitter.com/dexterous_L/status/1302200982969999360","likeOf":null,"author":{"url":"https://twitter.com/dexterous_L","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/18c0aa06853af2df5941c18ae52e229f43869aab0cbd6f2b5ae90e099c601ad9.jpg","name":"Paul || 'Lolu"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/365997591","wmProperty":"like-of","wmId":848277,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-365997591","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/yetudada","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/20d356a7eaf8c9f436802bb27d16a9aa930c9571c7f01a278cd307f72fa5bfae.jpg","name":"Yetunde Dada"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/856155592578158592","wmProperty":"like-of","wmId":848275,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-856155592578158592","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Prathkum","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/449dd979ee1aeaba9af476f2e520f59a6efbea9af750b6c3fdb8814913b912f5.jpg","name":"Pratham 👨‍💻✨"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/346808015","wmProperty":"like-of","wmId":848276,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-346808015","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/avi007008","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0be29b9ad517a45868b18fd1ca44e2eaf196d2de481a187a9adf91f57b22f52d.jpg","name":"Avinash"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2492825414","wmProperty":"like-of","wmId":848274,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2492825414","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/abevince","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ae25b8ff37018078b34c81323cfd551d5c9f3f0c26816edd643f10a3530fae77.jpg","name":"Vince 🚀"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/738469200398798848","wmProperty":"like-of","wmId":848272,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-738469200398798848","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/alexandracaulea","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d4ba15c175711be33c91c54103ad85a8969fda6c42f6b69ff522786777d04c5a.jpg","name":"Alexandra Caulea"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1536257095","wmProperty":"like-of","wmId":848273,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1536257095","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/amanmadov","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/326d41bee9d608e450488405ec318eb8f20ac4684d4343a37700e81ea9902edc.jpg","name":"Nury Amanmadov"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/989587369","wmProperty":"like-of","wmId":848270,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-989587369","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/dexterous_L","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/18c0aa06853af2df5941c18ae52e229f43869aab0cbd6f2b5ae90e099c601ad9.jpg","name":"Paul || 'Lolu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/389397351","wmProperty":"like-of","wmId":848271,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-389397351","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/aviskarkc10","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/27bf0d8c00e864c0891f7316c0c5e94e999af3fded58121fba407a2990400e8e.jpg","name":"Aviskar KC"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1122140122403753985","wmProperty":"like-of","wmId":848269,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1122140122403753985","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/annatloth","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/73759637d3db35e5796110a5b487204434ccf269df5db4961ca80d463ee7ae25.jpg","name":"Anna T 🐟"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2750801523","wmProperty":"like-of","wmId":848268,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2750801523","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Randypj92","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5c0f2bf8fd3e4d7dce071d6dc182dde32208f499eda240a9a00912f782d7a197.jpg","name":".Randy 🇩🇴"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1342542518","wmProperty":"like-of","wmId":848267,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1342542518","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/DudeWhoCode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/afd4a0f7bcc4d2c49878704466acdb3743eb07c2dfca6a8c7d4f16ec57cbf2a7.jpg","name":"Naren"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/108027342","wmProperty":"like-of","wmId":848266,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-108027342","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/onebeartoe","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5f3d1e1f9e4b9f6a21b184dd4333c7c2ff732e58324fe11cf517099d5f6e2871.jpg","name":"Roberto"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/5666332","wmProperty":"like-of","wmId":848264,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-5666332","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ianrathbone","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0a4d141784573634bbe9b08b42f9da3f0166d3087e4d924e670f0d08e696bddf.jpg","name":"Ian Rathbone"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/34190527","wmProperty":"like-of","wmId":848265,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-34190527","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/doxanthropos","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b5be080f2ef4647e7ee6fd6a652ad61916b4dbe8b8a2abf6274693509d4bd3df.jpg","name":"Knut Jackowski"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/148339092","wmProperty":"like-of","wmId":848263,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-148339092","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/yoamomonstruos","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0b43a64449c0cb6b5b1790a394a76fa0faf3e6cfd1c09787a051546f2543f07f.jpg","name":"Tom"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/939891718983479296","wmProperty":"like-of","wmId":848262,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-939891718983479296","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ModiboDilika","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6e6311946c64f47f48cfc513dbe443ad2a06ee8b20c16b4e7c7e8211d3051f97.jpg","name":"Modibo Sissoko"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/833371144766025728","wmProperty":"like-of","wmId":848260,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-833371144766025728","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/krysaldb","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/93ade56870431122c3d66a363f04adcc44d88906fa40a56e9cd43ad782719888.jpg","name":"Krystle Salazar @ 🏡"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/601982232","wmProperty":"like-of","wmId":848261,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-601982232","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ClaveryEphraim","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ba3f593030abe387204e3c4fa0312dec1120016f07977c929c25bdc872898e62.jpg","name":"clavery ephraim"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/3273355140","wmProperty":"like-of","wmId":848258,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-3273355140","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ojknation","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f4f128c65795ef8ce140216f234bc6f978c9632724aa817092eb29b87ddf8c49.jpg","name":"Ojk"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/68812831","wmProperty":"like-of","wmId":848259,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-68812831","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/vladsetchin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8a0adf622a91e51e40f7c827ee74da7174f10329b43fe10da9321820c5957c16.jpg","name":"Vlad Setchin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/572969716","wmProperty":"like-of","wmId":848257,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-572969716","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/GodsloveADY","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a26bec13bd8e90bb5787b8ee27899e0ec4c8211a954931011d8128fa254ce1d4.jpg","name":"Derrick Amenuve"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302187362349391873","wmProperty":"repost-of","wmId":848248,"type":"entry","url":"https://twitter.com/carolstran/status/1302187362349391873","likeOf":null,"author":{"url":"https://twitter.com/carolstran","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7abe9ca520ae85167ee8cb9140e4206b44abc9aa40ebe177093c34122d6bb879.jpg","name":"Carolyn Stransky"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302189025047072769","wmProperty":"mention-of","wmId":848249,"type":"entry","url":"https://twitter.com/Tommiboy/status/1302189025047072769","likeOf":null,"author":{"url":"https://twitter.com/Tommiboy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/368d97501f96580634c1e3f2e85b25f6aa68cf771155e3aafdcb5818ee5f2fe1.jpg","name":"Tom"},"published":"September 05, 2020","content":{"text":"I need that for my editor 😍\n\n\ntwitter.com/waterproofhear…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302188119291170816","wmProperty":"repost-of","wmId":848247,"type":"entry","url":"https://twitter.com/mmarkini/status/1302188119291170816","likeOf":null,"author":{"url":"https://twitter.com/mmarkini","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7c889b963fb53c7d1e9f5371d5326051a54d5ffe03edf8feda5fc93159dc210e.jpg","name":"mary 🏳️‍⚧️ #blacklivesmatter"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302190132615880704","wmProperty":"repost-of","wmId":848246,"type":"entry","url":"https://twitter.com/freezydorito/status/1302190132615880704","likeOf":null,"author":{"url":"https://twitter.com/freezydorito","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c64964c2c00c44894a2e90dd18a2f67895420ddabac159c83b878aeded5c10b7.jpg","name":"laura calabazas"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302190398413176832","wmProperty":"repost-of","wmId":848245,"type":"entry","url":"https://twitter.com/allonsmandy/status/1302190398413176832","likeOf":null,"author":{"url":"https://twitter.com/allonsmandy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/edf775318841b191e101bd547fc852c06df16ffd9251002f2f4ff3d7dc6ead55.jpg","name":"Mandy"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302190526016425984","wmProperty":"repost-of","wmId":848244,"type":"entry","url":"https://twitter.com/firebirdsql/status/1302190526016425984","likeOf":null,"author":{"url":"https://twitter.com/firebirdsql","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f51636fc8c721f6dfed7af3a7b5fa5b239e00f71367fc9a1be6d652c7d53b898.png","name":"Firebird Database"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/334930037","wmProperty":"like-of","wmId":848242,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-334930037","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ninadhora","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bf890c3f48efd3e0942406aadcd7018ca97c9f138ab87db68047c17fba3ef8b7.jpg","name":"Nina da Hora - Cientista em Construção"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/3304018631","wmProperty":"like-of","wmId":848243,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-3304018631","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/JGJwrites","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a57bf6aee4eab6d0f9e0f199253d97667d0d07414258e5e886634a10457907b7.jpg","name":"Jenny the Ninth"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1310409949","wmProperty":"like-of","wmId":848240,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1310409949","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/adildeshmukh1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/72dccd129d753517405ad705dee3f34c1e6d35c80b0039dc629a51a3d4c301ce.jpg","name":"Adil"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/15652716","wmProperty":"like-of","wmId":848241,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-15652716","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/leshkin_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/df11cfd0bea7380d8fc1a9ed8deb8efc830b274d3ebc2dbb6b49f7a7801fe41b.jpg","name":"котики смотрят тиктоки"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/729114007","wmProperty":"like-of","wmId":848239,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-729114007","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ByChanzey","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cd6d361b5bab16051cd764d137c17276d69f9e335f2d99be434b0e43e1ca6be1.jpg","name":"Chanz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1284784022502154240","wmProperty":"like-of","wmId":848238,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1284784022502154240","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/tankica_g","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/31131e546805a90d840a120685afe8fa40f4198e95d48a0b563fea2d71e6f46a.jpg","name":"Tani 👩‍💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/3411471964","wmProperty":"like-of","wmId":848236,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-3411471964","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/IsraMM94","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/714a1c86efc5dfe0ece96be3b6d38bc89f367416bd9d2eefff7a62c48b26e1a4.jpg","name":"September🌳"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1022447971462463489","wmProperty":"like-of","wmId":848237,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1022447971462463489","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/asraraljuhani","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/589a72819c403abfbee080afb29ac287c1c4af2d9dfc7181d762b896a27f1d5b.png","name":"أسـ ـرار"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/731514695581089792","wmProperty":"like-of","wmId":848235,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-731514695581089792","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/_binrat","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/db7b123798b8158f8b84095b73873026c11ad9ff848479c38f9e022a5998bb3d.jpg","name":"Dave ✨"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1186025101138857984","wmProperty":"like-of","wmId":848233,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1186025101138857984","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/nxraevuil","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ce8e1ab4b174d047fe58b5c85580068ecd87177af60f902303b9e4143a46a41f.jpg","name":"𝔇𝔢𝔫𝔡𝔯𝔦𝔲𝔪"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/832680173623349253","wmProperty":"like-of","wmId":848234,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-832680173623349253","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ada_banaszak","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0d4ca25597b07d89da8ad6b155a52d19750a9f569159ef70395d0aeb533004d0.jpg","name":"Ada Banaszak"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1899744350","wmProperty":"like-of","wmId":848231,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1899744350","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/FennelAurora","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8157196d40babb5d51d2b2941c97c5f3c1b723eb7ca9063f826745aed9f576ac.jpg","name":"Fenneladon Privacyasaurus Aurorateratops"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/211292803","wmProperty":"like-of","wmId":848232,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-211292803","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/JelitaOficial","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2107d41cea59f5b59107305dbf9cc80021b87b30a3e1bef2aee3bccdfb2de758.jpg","name":"Kim Jel Jung"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/126641629","wmProperty":"like-of","wmId":848230,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-126641629","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/coolprobn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/50a1db177d4354a5f7acdd92b5533059307d766208751f9467bb89b6f34d527b.jpg","name":"Prabin Poudel"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2873693901","wmProperty":"like-of","wmId":848228,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2873693901","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/cary_mehome","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3d0bd9bafeb4e7108ce35db2c2e0a226ddf67e7b4dcd60ec3bc5fac64f231de3.jpg","name":"Cary"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/24183245","wmProperty":"like-of","wmId":848229,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-24183245","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/firebirdsql","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f51636fc8c721f6dfed7af3a7b5fa5b239e00f71367fc9a1be6d652c7d53b898.png","name":"Firebird Database"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/370622863","wmProperty":"like-of","wmId":848227,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-370622863","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/nellykiboi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e8bb139c617deba97a56d0abf16b95856ad1f414539617b9da5659062e2b9f11.jpg","name":"nellykiboi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/16365488","wmProperty":"like-of","wmId":848225,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-16365488","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/dolugen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cc0aac869ad3aecff18399fd3be2c8abe3cc1bb6e958c2feddccd034bd1b1592.jpg","name":"Dulguun"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1017846984835645440","wmProperty":"like-of","wmId":848226,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1017846984835645440","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/tuannguyendotme","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c58e0a49b9391700454c2810e9ae16d340e4f42d10e5ad9fdf1fd99971c21a2b.jpg","name":"Tuan Nguyen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/154711260","wmProperty":"like-of","wmId":848224,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-154711260","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/CrushingPlanets","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/85ed3645cf73d245b58608374891fc269b1c442d983f5fa910dc5f5591a2ddf9.jpg","name":"Pablo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/580101172","wmProperty":"like-of","wmId":848222,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-580101172","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/FriedaHenok","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Frieda Henok"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/4438207463","wmProperty":"like-of","wmId":848223,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-4438207463","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ibukunaadedeji","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/82642837cf712e89f58aba64f79c2a1e5d3b7424415f0a46198d892d56e673d2.jpg","name":"Ibukun Adedeji"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1143675434","wmProperty":"like-of","wmId":848221,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1143675434","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/yakushevhk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1066e9fc2cc6d901c59b2f9a3054ba1875dcd25ccf563c58e805132e6cb9d96a.jpg","name":"Yakushev Hermann"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/611515886","wmProperty":"like-of","wmId":848220,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-611515886","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/gdad_s_river","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/65d3fe771b3673e38bebe7ea680419ff8d185747cdb0ead22f3e5b3894572530.jpg","name":"Arihant Verma"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/926053605257379841","wmProperty":"like-of","wmId":848218,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-926053605257379841","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/mavalroot","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/dc7caad28331921268a5328ffba55de366c4c917f1468d0ae32501cc7db888b7.jpg","name":"María"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/42976713","wmProperty":"like-of","wmId":848219,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-42976713","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/holaconfetti","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f144861b8e456f974f87ab1b939f87d984a8c311b92407a0043352c5bf233750.jpg","name":"Estela"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/17775069","wmProperty":"like-of","wmId":848217,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-17775069","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/bertrandkeller","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5705e235fe729ec62273131d966952f09e3ab0bbf8b470a3846fb0280a3d40fa.gif","name":"bertrandkeller"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2651805961","wmProperty":"like-of","wmId":848216,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2651805961","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/dudumalato","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/30593cb6f08ce3f6e4d812a5324c6c30252866d42ef5531c04b2e05ad4b39b31.jpg","name":"𝔬𝔩𝔲𝔡𝔞𝔪𝔦𝔩𝔞𝔯𝔢"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/3028102359","wmProperty":"like-of","wmId":848215,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-3028102359","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/mmarkini","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7c889b963fb53c7d1e9f5371d5326051a54d5ffe03edf8feda5fc93159dc210e.jpg","name":"mary 🏳️‍⚧️ #blacklivesmatter"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/14923320","wmProperty":"like-of","wmId":848213,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-14923320","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/vikkiread","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/11fa4ada105d8b9836d7785d0449e873da649aad79b3ceec3a405ef97f8917b6.jpg","name":"Vikki Read"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1372838526","wmProperty":"like-of","wmId":848214,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1372838526","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/heitor_lessa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e9ff9166e7ddf04bf9c50290b52a5559cb19474308b07aad2e6230f3669026c1.png","name":"Heitor Lessa"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/69232986","wmProperty":"like-of","wmId":848212,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-69232986","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Master212","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bdf3a53d6678e6b9bf356322f33b43302c609c354978da887d7899d19509d1b3.jpg","name":"master212"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/126550966","wmProperty":"like-of","wmId":848211,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-126550966","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/tristanviney","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a6f97c1f3e79a9de706adcc7ca5c1d4f76a3484e32c9e8d637e726f1162e42c8.jpg","name":"Tristan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/231427195","wmProperty":"like-of","wmId":848209,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-231427195","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ValleyAapo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c2c8f1064aeb3e9cf5de586495825bd606acc4a1df3aa2c883f7f219fb3fbe7c.jpg","name":"Aapo Laakso"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/3004020255","wmProperty":"like-of","wmId":848210,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-3004020255","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/freezydorito","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c64964c2c00c44894a2e90dd18a2f67895420ddabac159c83b878aeded5c10b7.jpg","name":"laura calabazas"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/214222359","wmProperty":"like-of","wmId":848208,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-214222359","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/TucciMatias","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4c174d994df068305fbcbcb3380a4cb0fa006199ceda2066431acf4dc9b459ac.jpg","name":"Mati Tucci"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/607379992","wmProperty":"like-of","wmId":848207,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-607379992","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/JBiesiad","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7b0ecc2a6350a863ea52f8c68061880c09f6ca83db50c778589ef8c840951036.png","name":"Jakub Biesiada"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/718427877339971584","wmProperty":"like-of","wmId":848206,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-718427877339971584","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/matajoh","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bca64490756ef8f2492140689a629dbc80ad4628dd7ec0fc9b26de413abc4f25.jpg","name":"Matthew Johnson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/36265139","wmProperty":"like-of","wmId":848205,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-36265139","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ohklio_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7230d3d304ba3f678169a9a6fe23363acc5d8f067655940f1e7ccb59ec1e9f40.jpg","name":"leeann 🌙✨"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302193000416776194","wmProperty":"mention-of","wmId":848204,"type":"entry","url":"https://twitter.com/richvanburen/status/1302193000416776194","likeOf":null,"author":{"url":"https://twitter.com/richvanburen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/19d28d5b8b89e4acfd831d960deb42e1eb7c9cb1a4fc5a1be001000fe1507cac.jpg","name":"Rich van Buren"},"published":"September 05, 2020","content":{"text":"aboutmonica.com/blog/how-to-ma…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/545948256","wmProperty":"like-of","wmId":848201,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-545948256","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/vonKristoff","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/59334359d80f50129923f41283b80472efc72be05bf58563a13e5aa975001710.jpg","name":"vonKristoff"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/887600911270412288","wmProperty":"like-of","wmId":848200,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-887600911270412288","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Didicodes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6430302697288b668df5e1955c77f0b73732b4c8704f5cfe0cd0852c82662536.jpg","name":"Edidiong Asikpo👩🏾‍💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/829818596104642560","wmProperty":"like-of","wmId":848199,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-829818596104642560","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/MAGzzGrm","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/07d254c049b3830e7ff5aba2bbc928c462e677670d40af8b0dfb85049bb56204.jpg","name":"Miguel Antonio"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/32144219","wmProperty":"like-of","wmId":848197,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-32144219","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/jams_o_donnell","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d55d2759ec6ca255a5fb34d89c6490e828781016267fb93bbfffe0d564eb74a1.jpg","name":"Jonathan Sutcliffe"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/50367212","wmProperty":"like-of","wmId":848198,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-50367212","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/RickGladwin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5118defe44a06f66cbc67b4006922d166b0de3558b69c5c521b50a49ef788513.jpg","name":"Rick Gladwin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/850638018503421952","wmProperty":"like-of","wmId":848196,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-850638018503421952","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/_spookydev_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2aa723c3c2c8425f5e0dd12d6763a3f6af57aba872d3dcc91b8e4b9ad63afc2d.jpg","name":"Pablo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/442858408","wmProperty":"like-of","wmId":848195,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-442858408","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/pablosirera","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/75f58dd57a8713ec35121a0398144911fc5bd1a34fd1c59bf3a554e740bc2cb2.jpg","name":"Pablo Sirera"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/797919502520516608","wmProperty":"like-of","wmId":848194,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-797919502520516608","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/raul_fdm","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c9840c54fd53331f2f9249f5ed687365f28ba02f0b79e93917fe715e7c1032fb.jpg","name":"Homem da caverna de platão"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/23041703","wmProperty":"like-of","wmId":848192,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-23041703","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ruudcox","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/587b44b4aea1563553c6ea5e8926de7bd6d4a9d4ad99a4efd79d17aa25fa9807.jpg","name":"Ruud Cox"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/324704519","wmProperty":"like-of","wmId":848193,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-324704519","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/KathyJeanJoseph","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c9f06ee2b6b916558358b7971d8f95a788012c430ef6878a93b744a088b8aa9d.jpg","name":"Kathy Jean-Joseph"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1051494821465137153","wmProperty":"like-of","wmId":848191,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1051494821465137153","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/helleworld_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2e39300b225d8ef1c7056af57771785b073677fa5b5e6a3c5fa113e9e6924e56.jpg","name":"Desiré ☀ | on vacation 🍹"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/14139022","wmProperty":"like-of","wmId":848190,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-14139022","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/rafagarces","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b71d3cb864407fd02b9ead1141c13c6f23e6716fdbe45c06a6213b02bd87efcc.jpg","name":"Rafa Garcés"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1325324827","wmProperty":"like-of","wmId":848188,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1325324827","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Adryanfresh","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4ca2c0edd7aad9b5fa1728fa5ebf4a796404ece02994b184af8060bc4ec19e46.jpg","name":"Adrián."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/502916683","wmProperty":"like-of","wmId":848189,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-502916683","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/EleonoreMayola","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/168335af87400aaa89c23bdf1966937b204e4d4bb1c562f86be39e5430171136.jpg","name":"Éléonore Mayola"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/44082829","wmProperty":"like-of","wmId":848187,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-44082829","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/BartEnkelaar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8a38fc7b83971b93999a8d2ec20241a08bf2d78b3098e99059b1d1b99916d25c.jpg","name":"Bart Enkelaar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/210822479","wmProperty":"like-of","wmId":848186,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-210822479","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/pateman90","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ef533726f3edf7d33a9454add4a32e29d9d63cc20b667145e93b82e310d52dea.jpg","name":"Chris Pateman"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/837424448085110784","wmProperty":"like-of","wmId":848185,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-837424448085110784","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/carolstran","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7abe9ca520ae85167ee8cb9140e4206b44abc9aa40ebe177093c34122d6bb879.jpg","name":"Carolyn Stransky"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1285589380862627841","wmProperty":"like-of","wmId":848182,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1285589380862627841","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/NepMontanez","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ce7190c3bd2f2fa14d1e9f0b138801513ba586bfa6f80255fea4db6bbbc41ff3.jpg","name":"Nep Montanez"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/67990009","wmProperty":"like-of","wmId":848183,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-67990009","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/chuckwlz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fb0e638002dc1d5459d8f791013c7c6eff499edddd94edd4c0b97eb7d7897db4.jpg","name":"Ntokozo 🧢 🇿🇦"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1074754851777724416","wmProperty":"like-of","wmId":848184,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1074754851777724416","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/IsabelDiDo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aaaa97e7ed1232fc28684367cd0cdcfe9bc912ae24e62a7bbaf358fbf8784e3e.jpg","name":"Isabel Díaz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/143149354","wmProperty":"like-of","wmId":848181,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-143149354","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/VctrSntj_Ham","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3f1381c29973e261ca1dc17ed4272395d1c293642986ce3ec3b6f5d6b00eccba.jpg","name":"VicBicBic 🔻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/63760788","wmProperty":"like-of","wmId":848180,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-63760788","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/JdeChaumont","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/28396d6dba8829f33daa3e134194e1337ce9dc64485c3001434949ba88a453e9.jpg","name":"Jan de Chaumont"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1019585395","wmProperty":"like-of","wmId":848179,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1019585395","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/baumannzone","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1be4813ba4a82d1c0c417a7c9b235469f9dc5c2a42dc3a7ca6113758680e899c.jpg","name":"Jorge Baumann 🏡😷"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/830932060533555201","wmProperty":"like-of","wmId":848178,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-830932060533555201","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/he1e24","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8097d428845688bd795ccf9b56dcc48ad5b1f5978079ee0d8365c21b3c9d7abc.jpg","name":"macroo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/925966705","wmProperty":"like-of","wmId":848177,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-925966705","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/enal_eeS","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/023b9e9a01a5acd9093b17a6644cbebaa37bd71f377a0f3621bf6fe1e18a7266.jpg","name":"Seelan Norwell S'gwebela"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/882944974593118209","wmProperty":"like-of","wmId":848176,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-882944974593118209","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/bitz3r","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/00dd3d31582a0a9c387ccb2085ae9f48666d973100c2f5fcdfa27bf4d57c2aed.jpg","name":"ReDa"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/737044204371611648","wmProperty":"like-of","wmId":848175,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-737044204371611648","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/FeedsNegocioBit","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9f2969e4cda8a50f44494e8a5302ceb1e9860df76d2c0161c21a73b3059b3af9.jpg","name":"FeedsNegocioBitcoin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1230238526366679041","wmProperty":"like-of","wmId":848174,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1230238526366679041","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/LysUniverse","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/11ac22a5ff65a55dfc30ed09550f98a84c66a6841ca042edd9b422043f470989.jpg","name":"Ly's Universe"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2511029330","wmProperty":"like-of","wmId":848173,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2511029330","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/isstdudasnoch","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/718fe9ea25e2c11a9eda1eb09128cbaccee3390004b366d07bebf7e90e4ede83.jpg","name":"meh 🍁🍂🍃"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302178653149724672","wmProperty":"mention-of","wmId":848160,"type":"entry","url":"https://twitter.com/judy2k/status/1302178653149724672","likeOf":null,"author":{"url":"https://twitter.com/judy2k","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d45bc01461f5f9b964c327d94dbc8cc0ba92fcad97b6635d023858caba6ff5bd.jpg","name":"Judy2k"},"published":"September 05, 2020","content":{"text":"Calling @aaronbassett!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302183261012140033","wmProperty":"mention-of","wmId":848159,"type":"entry","url":"https://twitter.com/Shoraxx/status/1302183261012140033","likeOf":null,"author":{"url":"https://twitter.com/Shoraxx","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9cc3201037adc563ada027fa54dc4fc6a8d07c6a2e2293ec10bf58d36d675ff3.jpg","name":"ᴷᴬᴿᴸᴬ ☁️"},"published":"September 05, 2020","content":{"text":"@Tomastrg 👀"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302168970041135104","wmProperty":"mention-of","wmId":848146,"type":"entry","url":"https://twitter.com/_chococrispis/status/1302168970041135104","likeOf":null,"author":{"url":"https://twitter.com/_chococrispis","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/50429d7f5acaea544ef97146069e068b40a723019cd20b8071d5ad3f4a7a2946.jpg","name":"Cris 🍋"},"published":"September 05, 2020","content":{"text":"Después de llevar un rato picando código... https://t.co/XFLTb866Xv"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302168940253241345","wmProperty":"mention-of","wmId":848147,"type":"entry","url":"https://twitter.com/IrenaJovanowska/status/1302168940253241345","likeOf":null,"author":{"url":"https://twitter.com/IrenaJovanowska","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4aca49285c812b86cfda10acf6cc95c9560f7a6d0ba5c3e332e042a04bb360b1.jpg","name":"Irena Jovanovska"},"published":"September 05, 2020","content":{"text":"Well ain't that just 🌌🌟✨🌠"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302170249173889024","wmProperty":"repost-of","wmId":848145,"type":"entry","url":"https://twitter.com/pateman90/status/1302170249173889024","likeOf":null,"author":{"url":"https://twitter.com/pateman90","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ef533726f3edf7d33a9454add4a32e29d9d63cc20b667145e93b82e310d52dea.jpg","name":"Chris Pateman"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302173729166888960","wmProperty":"repost-of","wmId":848144,"type":"entry","url":"https://twitter.com/lXophelie/status/1302173729166888960","likeOf":null,"author":{"url":"https://twitter.com/lXophelie","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"bionicFairy"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302174257905053697","wmProperty":"repost-of","wmId":848142,"type":"entry","url":"https://twitter.com/lara__ferrer/status/1302174257905053697","likeOf":null,"author":{"url":"https://twitter.com/lara__ferrer","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a41af751832cb7e2c8984e751e462a944494e5e9d7257ded1586e6c5f4fa0b69.jpg","name":"Lara"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302173849153343489","wmProperty":"repost-of","wmId":848143,"type":"entry","url":"https://twitter.com/flipasg/status/1302173849153343489","likeOf":null,"author":{"url":"https://twitter.com/flipasg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/67d069474108a2ff176550707aa8459abbda5db59fdb2d991e1f9bb0b7d336f8.jpg","name":"Iker Garcia"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302163239661383680","wmProperty":"repost-of","wmId":848133,"type":"entry","url":"https://twitter.com/helleworld_/status/1302163239661383680","likeOf":null,"author":{"url":"https://twitter.com/helleworld_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2e39300b225d8ef1c7056af57771785b073677fa5b5e6a3c5fa113e9e6924e56.jpg","name":"Desiré ☀ | on vacation 🍹"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302165392241176579","wmProperty":"mention-of","wmId":848132,"type":"entry","url":"https://twitter.com/meri_minimeri/status/1302165392241176579","likeOf":null,"author":{"url":"https://twitter.com/meri_minimeri","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6857108e30aeaf996e526d55212ecd1046a4d4b1b468ffba13589c959abb7642.jpg","name":"meri"},"published":"September 05, 2020","content":{"text":"My kind of thing!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302166182208958465","wmProperty":"mention-of","wmId":848131,"type":"entry","url":"https://twitter.com/miriamgonp/status/1302166182208958465","likeOf":null,"author":{"url":"https://twitter.com/miriamgonp","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ebf368656017986ab7b2757294c6e275f6de4468a77e1a1ce2fdee13c78085db.jpg","name":"Míriam González ✨"},"published":"September 05, 2020","content":{"text":"I need this ✨👇"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302167308891193345","wmProperty":"mention-of","wmId":848129,"type":"entry","url":"https://twitter.com/holaconfetti/status/1302167308891193345","likeOf":null,"author":{"url":"https://twitter.com/holaconfetti","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f144861b8e456f974f87ab1b939f87d984a8c311b92407a0043352c5bf233750.jpg","name":"Estela"},"published":"September 05, 2020","content":{"text":"A lo mejor así lloro menos cuando estoy programando xD"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302167218084552704","wmProperty":"mention-of","wmId":848130,"type":"entry","url":"https://twitter.com/IsabelDiDo/status/1302167218084552704","likeOf":null,"author":{"url":"https://twitter.com/IsabelDiDo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aaaa97e7ed1232fc28684367cd0cdcfe9bc912ae24e62a7bbaf358fbf8784e3e.jpg","name":"Isabel Díaz"},"published":"September 05, 2020","content":{"text":"Pero esta maravilla! ✨"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302167887373914113","wmProperty":"mention-of","wmId":848128,"type":"entry","url":"https://twitter.com/weareshifta/status/1302167887373914113","likeOf":null,"author":{"url":"https://twitter.com/weareshifta","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f6e4d4c54f5eab0c5885e2c3f2f06c4f4f5a1bcf4ec3d3c9b7c08b5858327c74.jpg","name":"weareSHIFTA"},"published":"September 05, 2020","content":{"text":"Cómo brillar"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302160820013617152","wmProperty":"repost-of","wmId":848127,"type":"entry","url":"https://twitter.com/j19sch/status/1302160820013617152","likeOf":null,"author":{"url":"https://twitter.com/j19sch","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/921faaf025aae0af5814d451aeb3c22e5966ea08086029aa1dc287b07fca71f9.jpg","name":"Joep Schuurkes"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302155316793016322","wmProperty":"repost-of","wmId":848119,"type":"entry","url":"https://twitter.com/UCxpert/status/1302155316793016322","likeOf":null,"author":{"url":"https://twitter.com/UCxpert","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7fccb84348e7ad878e54c4a8d4480bd675832f9dc62acfce4951664b0be9566e.jpg","name":"Mohammed Ashfaq"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1301121638138814466","wmProperty":"like-of","wmId":848118,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1301121638138814466","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/cristina_maillo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/af5ca51b55bb6e138adb6fa951c393877a2a42b4f65f67d82bfd83b0a447a5f8.jpg","name":"Cris Maillo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/8095782","wmProperty":"like-of","wmId":848117,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-8095782","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/blixt","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5c74a92d3922907659da93fa9f68b9973cf24b60fa562e62f2a757e2ec520dc1.jpg","name":"Blixt"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1049812657795227649","wmProperty":"like-of","wmId":848115,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1049812657795227649","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/iamjomoreira","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/58a74188cbe194fe07b27c84befa415cf52a836105dd966a35316c5019955907.jpg","name":"jolebowski"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/53388766","wmProperty":"like-of","wmId":848116,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-53388766","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/DKundel","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/66b33c2fba89aaaae741b0610a4c9df90d00f503e39fa3bb06216f39d7781022.jpg","name":"dominik kundel 🐼"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/212694781","wmProperty":"like-of","wmId":848114,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-212694781","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/andresouthman","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/81b4c17039704c51e0bba1373c745d914a87f1a72f1baa9d30c54916a8967f06.jpg","name":";"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1067338751893037056","wmProperty":"like-of","wmId":848113,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1067338751893037056","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ileanacodes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/abeafaaec2498d7580f78b378e2cce2255876e0638e4df1df61c35307dd93731.jpg","name":"ileana.html.erb"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302145111233622016","wmProperty":"repost-of","wmId":848103,"type":"entry","url":"https://twitter.com/Vidita_Rustagi/status/1302145111233622016","likeOf":null,"author":{"url":"https://twitter.com/Vidita_Rustagi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ea6dddfc2880029984b0d5e8981fe89e647b9e8c1e1ebec326f6319d1218f47d.jpg","name":"Vidita✨"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302146901878464513","wmProperty":"repost-of","wmId":848102,"type":"entry","url":"https://twitter.com/CoreyDesir/status/1302146901878464513","likeOf":null,"author":{"url":"https://twitter.com/CoreyDesir","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/041afaaaaa1dc5afb4e34465c02be01d01f8e3bc470028a69e3fdf24ffe41b3e.jpg","name":"Corey Francis"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302146909201522688","wmProperty":"repost-of","wmId":848101,"type":"entry","url":"https://twitter.com/yige_cao/status/1302146909201522688","likeOf":null,"author":{"url":"https://twitter.com/yige_cao","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c0279ab2d9afd20fc2e9ecfc1acbe972c5c0009e8c780f1ba982e62be1f54b07.png","name":"Yige Cao"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302148066217095168","wmProperty":"repost-of","wmId":848100,"type":"entry","url":"https://twitter.com/cyber__ghost_/status/1302148066217095168","likeOf":null,"author":{"url":"https://twitter.com/cyber__ghost_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/94ec17bf3dc783606000f5c8fc354c5ee1aad59b3faa412661f77ef29f4242f0.jpg","name":"Undefined"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302149231419875328","wmProperty":"repost-of","wmId":848098,"type":"entry","url":"https://twitter.com/parsingpeppers/status/1302149231419875328","likeOf":null,"author":{"url":"https://twitter.com/parsingpeppers","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/efb1d12fb88dfc2b4503dd49d66cfba6efe0771df4a0081547197afe281b30c2.jpg","name":"Percocet Peppers"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/816195496045936641","wmProperty":"like-of","wmId":848099,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-816195496045936641","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Vidita_Rustagi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ea6dddfc2880029984b0d5e8981fe89e647b9e8c1e1ebec326f6319d1218f47d.jpg","name":"Vidita✨"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/789978992","wmProperty":"like-of","wmId":848097,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-789978992","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Zac_lite","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1e0efac955b19fb374e8443ae5b61f3a33cac1f3c729fc05e4b0413306f4e9ae.jpg","name":"Isaac Coleman"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1219695247","wmProperty":"like-of","wmId":848095,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1219695247","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/CoreyDesir","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/041afaaaaa1dc5afb4e34465c02be01d01f8e3bc470028a69e3fdf24ffe41b3e.jpg","name":"Corey Francis"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/86758625","wmProperty":"like-of","wmId":848096,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-86758625","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/lifatx","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d599d670e2cad7f49b37f07264b56464bb61db3cd706d7ac37fb7b063232c7bc.jpg","name":"♥Linda♥♍"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/702044246203826176","wmProperty":"like-of","wmId":848094,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-702044246203826176","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/SebastianMansfB","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b476676ab9b2d2c428d2658c8d25f9a4266efb650b63299b42b9e61731486ffb.jpg","name":"Sebastian"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2639500876","wmProperty":"like-of","wmId":848092,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2639500876","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/rmdoyledesign","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/dfbd61a48fa264204cb04f4596d42ec33713b85b77bde04d5373a054880cb799.jpg","name":"Robby Doyle"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/103801151","wmProperty":"like-of","wmId":848093,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-103801151","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/rachitaabansal","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2adabb356b28fa77a982f062f203f1bfe1b4c4ac1cc769e920996dbec2682ecf.jpg","name":"Rachita Bansal"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1189257734736240640","wmProperty":"like-of","wmId":848090,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1189257734736240640","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/MigiSchmigi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4909fcf6983f4f268cd9472d4594fd4583f8be711f553631eba0aedfe70250c2.jpg","name":"Jen👩🏽‍💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/182806821","wmProperty":"like-of","wmId":848091,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-182806821","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/mr_jherey","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/71359cf959e135b7fc442eeb7e07253f818ae7e923899a87b1ea2382d14652c9.jpg","name":"Jeremiah Olufayo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1188601114612117505","wmProperty":"like-of","wmId":848089,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1188601114612117505","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/lifeoftomi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c29d7db74a474d7c8583662fd9f9d1190f099f9498c09a1de2e9b17ccd4e663f.jpg","name":"Tomisin Jenrola"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/551949534","wmProperty":"like-of","wmId":848077,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-551949534","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/HugoGiraudel","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cbc6285d64ddf9d0207224045ad1f1b96a42e7b165649993c00fb7745567f2ad.jpg","name":"Hugo “Kitty” Giraudel"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2611376393","wmProperty":"like-of","wmId":848076,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2611376393","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/davisgitongah","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0d83d92b774ba372720fc033220aec541f7c18cb7709bc4b4621acf28937165f.jpg","name":"Davis"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302138954330693632","wmProperty":"repost-of","wmId":848075,"type":"entry","url":"https://twitter.com/maxzz2000/status/1302138954330693632","likeOf":null,"author":{"url":"https://twitter.com/maxzz2000","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"maxzz"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2850917817","wmProperty":"like-of","wmId":848074,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2850917817","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/PrinceSumberia","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a2caac4c5033f4baf8bdab466cc4239f121a3a90b484283a263cb734091535bc.jpg","name":"Prince Sumberia"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1299268672679284736","wmProperty":"like-of","wmId":848073,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1299268672679284736","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/katie_wbb","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/445e6ff31d25bc75a1216bd5afcf6bbd362fc2d36da9d5dd40aabccff27939af.jpg","name":"Katie Whittington"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/14941231","wmProperty":"like-of","wmId":848072,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-14941231","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/stonecoldkilzer","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/be0b5a68fe856afa60ff733a18be7e21560a3ec813e01c086dcf8e924ceec4bc.jpg","name":"Ann 杏 Kilzer"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/923485624803270656","wmProperty":"like-of","wmId":848070,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-923485624803270656","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Chandra_YadavG","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5819de40f32802b7469419422d64972708b76e1f3de1237075bc54408e67ef83.jpg","name":"Chandra Prakash"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/339543024","wmProperty":"like-of","wmId":848071,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-339543024","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/IniFrank","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/54ab4999d0b3970e9f4c604f2405bae5babf5093357ebb2178291440232094d0.jpg","name":"Ini Frank"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/268611440","wmProperty":"like-of","wmId":848069,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-268611440","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/chzoroshigane","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e3fe0a890f6dbe4ebde331f4ca305763025455a4a85d58209fe35606e311b6bc.jpg","name":"tokyo tortillas"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302130765661122560","wmProperty":"repost-of","wmId":848057,"type":"entry","url":"https://twitter.com/tacobody/status/1302130765661122560","likeOf":null,"author":{"url":"https://twitter.com/tacobody","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a9559e0cce8eba84e5d45c68ae63162683b177fe5b3376589af8fbec6b55643c.jpg","name":"mary kathryn"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302129522544906240","wmProperty":"repost-of","wmId":848058,"type":"entry","url":"https://twitter.com/atundearisekola/status/1302129522544906240","likeOf":null,"author":{"url":"https://twitter.com/atundearisekola","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/149ab3a34dccc5f90f923ee3a2f07a53841c58dedc96612bcce0cbf7f7ff9b16.jpg","name":"atundearisekola"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302131072948461571","wmProperty":"repost-of","wmId":848056,"type":"entry","url":"https://twitter.com/BondParkerBond/status/1302131072948461571","likeOf":null,"author":{"url":"https://twitter.com/BondParkerBond","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/83a9be6dddbe8ffd566960a02fad73f568afd7267e73fe1ad93ec51fbcc91053.jpg","name":"ParkerBond usePrivilege(stopRacism)"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302131655906267136","wmProperty":"repost-of","wmId":848055,"type":"entry","url":"https://twitter.com/nikolawannabe/status/1302131655906267136","likeOf":null,"author":{"url":"https://twitter.com/nikolawannabe","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6e801315864047f7c0827920413aec74b55c62a501dd65f69c6512c04ad33649.jpg","name":"Case Schmidt"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2675247881","wmProperty":"like-of","wmId":848054,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2675247881","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/thisismahmoud_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/024dbde7a8e07cb28cd0350d4af4bb4fd30358d6d54fd809fcaf820cd74ce253.jpg","name":"Mahmoud Abdelwahab"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/813824099835408384","wmProperty":"like-of","wmId":848052,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-813824099835408384","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/danieljohnsin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3c87387952eb19507e0395b941bfed6ca64828b6d43efdae03ee261337610598.jpg","name":"Danny ⚛️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1326233714","wmProperty":"like-of","wmId":848053,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1326233714","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/eMalaGupta","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f76f04ed73f3ccc6f3aca2e7eff81eb6bb5ecf20915819b499b66eb41ee6ef7f.jpg","name":"Mala Gupta"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/257732130","wmProperty":"like-of","wmId":848051,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-257732130","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/atundearisekola","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/149ab3a34dccc5f90f923ee3a2f07a53841c58dedc96612bcce0cbf7f7ff9b16.jpg","name":"atundearisekola"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/274142847","wmProperty":"like-of","wmId":848049,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-274142847","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/SergiNene","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ad73a917d45c54f5d576487f189c786eb78ea8d92a774411e4dd780731b3482a.jpg","name":"Sergio"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2653847450","wmProperty":"like-of","wmId":848050,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2653847450","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/IFridayStickman","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/059a3a6a90ed7ec033fb59713cedd611bdcdc6c941b8694a1315007eff589cfb.jpg","name":"Xavier B"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/101560512","wmProperty":"like-of","wmId":848048,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-101560512","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/HeyItsShadei","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/51ae388f3a70d8a8a8ec4f92ecb21803d7e0541518709e7026398ac12a86e265.jpg","name":"Shadei"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/703433","wmProperty":"like-of","wmId":848046,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-703433","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ricomadiko","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0b4ec1db5ab880ca24c6f10a63e01e5658bb332c74d42960d0e12aba92743099.jpg","name":"Rico 🙇🏻‍♂️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2150118962","wmProperty":"like-of","wmId":848047,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2150118962","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/BondParkerBond","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/83a9be6dddbe8ffd566960a02fad73f568afd7267e73fe1ad93ec51fbcc91053.jpg","name":"ParkerBond usePrivilege(stopRacism)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/711624379","wmProperty":"like-of","wmId":848044,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-711624379","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/tacobody","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a9559e0cce8eba84e5d45c68ae63162683b177fe5b3376589af8fbec6b55643c.jpg","name":"mary kathryn"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/760692446904872961","wmProperty":"like-of","wmId":848045,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-760692446904872961","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/mindfullycrafts","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f8e24f630cea55db172c044356744ded6359b751b1439df02c9353fab5f74626.jpg","name":"Yenly"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/77225758","wmProperty":"like-of","wmId":848042,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-77225758","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Cibaru","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/39ae67f00bfba0786b472254e1d6a9f020111087a88ee52f9d6cff94df3db5b1.jpg","name":"Why_S0_Ser10us"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/75492734","wmProperty":"like-of","wmId":848043,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-75492734","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/aralroca","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/544eefac5ca84449ec872b20bdd6dacede5ee206af0970194d416b06aab64c9c.jpg","name":"Aral Roca"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/7161782","wmProperty":"like-of","wmId":848041,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-7161782","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/nikolawannabe","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6e801315864047f7c0827920413aec74b55c62a501dd65f69c6512c04ad33649.jpg","name":"Case Schmidt"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/9834842","wmProperty":"like-of","wmId":848040,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-9834842","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ckueda","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8493980423752454821fff1610d3daff34eed1f2df3dd7beafef0463d3cdc7a6.jpg","name":"Christopher Ueda"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/3035401242","wmProperty":"like-of","wmId":848036,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-3035401242","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/bhathos","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/83b6234d24867b3b38fcbe89fa62609fc21f8e12ec8566e7131069308f4f99d0.jpg","name":"Darien MV"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302119405724237824","wmProperty":"repost-of","wmId":848035,"type":"entry","url":"https://twitter.com/thunderjordi/status/1302119405724237824","likeOf":null,"author":{"url":"https://twitter.com/thunderjordi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/eb0edfb272969a28092f537918900a9b82d042769cd9e79b424c4f8ab59386e8.jpg","name":"Jordi Corbilla"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/278943162","wmProperty":"like-of","wmId":848034,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-278943162","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/eyaleshet","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4fe0e5bc9a983f5fefc86c6afa10d34e1e3e721455bc4f54c0d603f88ea6b5a6.jpg","name":"Eyal Eshet"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/38731375","wmProperty":"like-of","wmId":848032,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-38731375","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/thunderjordi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/eb0edfb272969a28092f537918900a9b82d042769cd9e79b424c4f8ab59386e8.jpg","name":"Jordi Corbilla"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/33610008","wmProperty":"like-of","wmId":848033,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-33610008","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/souporserious","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e63a8213990015ee5e8ace6f808065650602db2b3f31adf827a11ba799667981.jpg","name":"souporserious"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/19087046","wmProperty":"like-of","wmId":848031,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-19087046","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/cathyraffaele","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8db7016dc6c5b6d5f974ac662f8af68cdff39c164112fa3904e1d48a05d97cc9.jpg","name":"Catherine Raffaele"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/122665717","wmProperty":"like-of","wmId":848029,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-122665717","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/hauptrolle_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6b1198751e0942121add098f298f71312151f897238b8bd4fb94d8b6918602fe.jpg","name":"Achim"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/25617556","wmProperty":"like-of","wmId":848030,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-25617556","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/nishanm","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/65f0e99a651ca00dab8baf7471111991e898db16ba911bdb8dfbd21098466704.jpg","name":"Nishan Mills"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2254315993","wmProperty":"like-of","wmId":848028,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2254315993","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/tanay1337","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/213cc313594df123510bafa15bd3acfb6a5d1274def049955dafd1d562bcf3d1.jpg","name":"Tanay Pant"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1101603660549767174","wmProperty":"like-of","wmId":848026,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1101603660549767174","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/aziegwu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f7416ea7f30b25fc47054e50419a2f13c18f82d276012a65836be73f16e088f3.jpg","name":"Linus Aziegwu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/472217105","wmProperty":"like-of","wmId":848027,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-472217105","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/kimobrian254","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0937957cb0417f1cec42d8296bbed4ffc2ff4b1e972b558e744aaf10e8a3c55e.jpg","name":"Brian Kimo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/258819952","wmProperty":"like-of","wmId":848025,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-258819952","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/KoolCmo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fcf091fec90c7d7b2ea1c656020053e943097e45835cd41098ff110ac7d38987.jpg","name":"CMO ALEXANDER"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/262548919","wmProperty":"like-of","wmId":848024,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-262548919","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/iJutario","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0db87931e58cfff39313c936fd7bbfcd99e61ddea5d0ac9043c28c3a670ced7d.jpg","name":"LUKA 4 FINALS MVP"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/16258943","wmProperty":"like-of","wmId":848022,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-16258943","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/SiliconMeeple","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3a222e9a16d5aa49aa7b08d37e9efcd785fe3b59ec9e5c5449244b70e2715c1d.jpg","name":"Mark Half-Man-Half-Meeple Harris"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/174554002","wmProperty":"like-of","wmId":848023,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-174554002","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/PipoPeperoni","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/dffb09dd934a3a762523d538e869c54780443ad929dbf947262e6da0761d462c.jpg","name":"Donald Pipowitch"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/15724646","wmProperty":"like-of","wmId":848020,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-15724646","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/razh","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4f70cccda0baacbfacf87eab1691672c8fb30246b455da90ffde74bad411db8b.png","name":"razh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/15374455","wmProperty":"like-of","wmId":848021,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-15374455","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/patrickarlt","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c908476121a61b81ca483a3cdd7e2f4312c8584fc7ca6d4b7fffb2ebb8766e44.png","name":"Patrick Arlt"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302112867899113473","wmProperty":"repost-of","wmId":848016,"type":"entry","url":"https://twitter.com/calixte/status/1302112867899113473","likeOf":null,"author":{"url":"https://twitter.com/calixte","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7d4818806c728663bf250aee662ac8acd4cff3396c4df3b0f4c91d0dad270626.jpg","name":"Dunning vs. Kruger"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302116802802184197","wmProperty":"repost-of","wmId":848014,"type":"entry","url":"https://twitter.com/markb/status/1302116802802184197","likeOf":null,"author":{"url":"https://twitter.com/markb","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/71a2661926f494feb19e2ef61facc1f9e9ef456010623500d8c5d107117ad23c.jpg","name":"extremely🤓online"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302116662624358401","wmProperty":"repost-of","wmId":848015,"type":"entry","url":"https://twitter.com/ParissAthena/status/1302116662624358401","likeOf":null,"author":{"url":"https://twitter.com/ParissAthena","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8926c5fee30a3c17983cff6df998ef2f5a805d9fe54e49b2a61f3c676e1c02a6.jpg","name":"Pariss Athena⚡️Black Tech Pipeline Founder"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/704483759752503296","wmProperty":"like-of","wmId":848013,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-704483759752503296","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/95Freedom95","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/43c7947d1729544cfacfc5398c749fb7858f6ff52a1e96c631c43556563afad2.jpg","name":"Racso"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/14376654","wmProperty":"like-of","wmId":848012,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-14376654","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/fm3ndoza","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/55f99c5186dc3439ca7d4ba912f2fbf303eef3b5f1308a2376972a11b013a796.jpg","name":"Fernando Mendoza"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/65684078","wmProperty":"like-of","wmId":848011,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-65684078","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/robin_planet","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/40f82500b045ab1be1fcfa8920f30c19a4ad86967b57f03ceb037ad4918fc62e.jpg","name":"Robin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/16020180","wmProperty":"like-of","wmId":848010,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-16020180","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/cyclokitty","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/116b9e0457397a8575c048f4da37bc6ab9d0977c96f2da84c5ab7f20019622fa.jpg","name":"Cyclo Kitty"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1240071637204156424","wmProperty":"like-of","wmId":848009,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1240071637204156424","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/away_chick","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/11cf8c092c74eecae4fc077450937ac84aff7d338c1f639b464b53b79c2b8514.jpg","name":"Chick Runs Away"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/29662788","wmProperty":"like-of","wmId":848008,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-29662788","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/hardsshah","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e5f3af5e252fe63549babe2845d06f46b1fba244c7bf8c388d27507b993d6c48.jpg","name":"Hardik Shah"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/14256647","wmProperty":"like-of","wmId":848007,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-14256647","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/yipe","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5fa3a3fcff44923840badf2d15fc9ef0d51dfe46a6a3b1e2f5e0ee89621af267.jpg","name":"Michael Margolis"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2816156398","wmProperty":"like-of","wmId":848006,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2816156398","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/purvikanal","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a89cd6af51a786ad47aa075d3d5c23c70d3fcc5a185a49c91622e195fc7fee73.jpg","name":"Purvi Kanal"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1044731967424606208","wmProperty":"like-of","wmId":848005,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1044731967424606208","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ArahPaul","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/175ea9953e542da42a3bad76d92f17f40663c141070ae3a7bf6305ade4da4e57.jpg","name":"Arah"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/759424995923603456","wmProperty":"like-of","wmId":848004,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-759424995923603456","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/lindakatcodes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d639d755be9ef6baec24c55cefdf463b1776fb1edbe2d3f83999ad33f60c4179.jpg","name":"Linda T."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2792848380","wmProperty":"like-of","wmId":848003,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2792848380","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ga7ahad","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f28c5edf49956fc66a4a5de3fce301d7afa5ea4d700f899af27d4fff51a01022.jpg","name":"Joe Gabriel 🧙🏼‍♂️✨"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/161404705","wmProperty":"like-of","wmId":848002,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-161404705","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/cptBraver","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/531b8e3b01893715bfbb559de237426a2f3affb8e772bf110f1029e8d400afd7.jpg","name":"🎷黒船ペリー　/　Braver🎷"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/112007437","wmProperty":"like-of","wmId":848001,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-112007437","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/idngessnio","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b530671b5802b16d37e5ab8fff4a651ddfd4d8bd8777059c9eec10653bf3e9dd.jpg","name":"idong essien"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/872171075232305152","wmProperty":"like-of","wmId":848000,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-872171075232305152","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/brinascode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8c3d60685f38fa093fd12ba7a9cb1c5872c6fb8874f980a99a16d817db610283.jpg","name":"Brina💁🏾‍♀️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1230267061","wmProperty":"like-of","wmId":847999,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1230267061","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/debelistic","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aed424e33ba60a274aa0c83ca66a52903044f47ecc557b586a6c2a2849b8a022.jpg","name":"Nodejs Shaman 👨‍💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1076767207839821830","wmProperty":"like-of","wmId":847998,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1076767207839821830","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/a2dee_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/456bbbc3e024086e2c1fb0e8d43cf0935654d4280079080530ac396dd2b87ae2.jpg","name":"Aadesh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/40503238","wmProperty":"like-of","wmId":847997,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-40503238","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Klaudioz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/86c2ebef30fc7d4449f4d0c9eff802cdb0b1ae46503b2339781994d6754e8345.jpg","name":"Claudio Canales V."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1376404130","wmProperty":"like-of","wmId":847996,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1376404130","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/_ganesh_raskar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/68578a39a75fddfe63dde120c5cf7630f2ec242758497d3d80ed070aacdbde38.jpg","name":"Ganesh Raskar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/275940936","wmProperty":"like-of","wmId":847995,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-275940936","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/h00wll","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/673d531d84ae0ff4a6bf26921e75c7d723d3ab692f9c5071dca825a2b8ddb8f4.jpg","name":"Audrius Tamulevičius"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/38094073","wmProperty":"like-of","wmId":847994,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-38094073","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/heysarahpaz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7834f50577da766586d7d8e07e76ee2c0aa65d13706f3b08a840e416c9515734.jpg","name":"Sarah Paz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/63078449","wmProperty":"like-of","wmId":847993,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-63078449","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/kanhaic","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7f51d349d6246b379ebc0e980c641be6c076a75e4749ed72fc7c6f939ca7d55f.jpg","name":"Kanhai Chhugani"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/35113","wmProperty":"like-of","wmId":847992,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-35113","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Estranged","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6b82f7dc15e031bc362cbe1cc8ae7c14345ae488d095b0b5ff85af00c41704f9.gif","name":"Mark Fischer"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/14962643","wmProperty":"like-of","wmId":847991,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-14962643","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/sirlantis","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d6818ee6c896338331a7aad22c2fa2ae59f6d319cbec6a03e49e02d4ec619376.jpg","name":"Marcel Jackwerth"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1216601954228391937","wmProperty":"like-of","wmId":847990,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1216601954228391937","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/wezthedev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/257627e93c17496571f6c930e4517667d2606550fe4de585704c5aa8dfeaad57.jpg","name":"Wes Galbraith"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/339704494","wmProperty":"like-of","wmId":847989,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-339704494","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/cortneyisms","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c3bdafe98b959c0a7f58c22185202fc909172f03c8cc44e1cccb1f040a6a1c97.jpg","name":"Cortney"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1030656907038609408","wmProperty":"like-of","wmId":847988,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1030656907038609408","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ParissAthena","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8926c5fee30a3c17983cff6df998ef2f5a805d9fe54e49b2a61f3c676e1c02a6.jpg","name":"Pariss Athena⚡️Black Tech Pipeline Founder"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1213555067518717953","wmProperty":"like-of","wmId":847987,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1213555067518717953","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/hoshkitsunoda","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d9348db4d6b8fb045db42554921fbd719b278b74529b42b94ee8ae7b883204d8.jpg","name":"Hosh’ki Tsunoda (ツノダホシキ)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1045070878080462849","wmProperty":"like-of","wmId":847986,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1045070878080462849","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/smiffp1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/04a8bffa4594834530b388d24643a9aef5766cbd7d7a6790f6f1001cb0beeeba.jpg","name":"smiffp"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/730063","wmProperty":"like-of","wmId":847985,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-730063","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/coleturner","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/34bfc56f37d76bf8b6c2cf2f4c82a54a5a716cdf5f57d93c59962c36782ea659.jpg","name":"Cole Turner"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/90320849","wmProperty":"like-of","wmId":847984,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-90320849","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/__WassupJuJu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/203a0075b927dee6b76df1b4b1c4264b6b4e0b294fb428333e71313af11155f0.jpg","name":"🔥Fuego Mami"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/729121182792978432","wmProperty":"like-of","wmId":847983,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-729121182792978432","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/anthonywong555","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0bc856faeabf6e0f5aa80177ba37f74e2dac18e4491a76a92d1972a5b65d44d8.jpg","name":"Anthony Wong"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1129713241515368453","wmProperty":"like-of","wmId":847980,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1129713241515368453","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/saurabhcodes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8f6e98c6fe8cbaee9fb84076d6caf69238866b2236e1da55944a7f57e6efd9c3.jpg","name":"Saurabh is 63% vibrant today 🌻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1350589140","wmProperty":"like-of","wmId":847981,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1350589140","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/namikoszn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2f221c10a9c5bce8c174814f74c487cf2072a57d6ba59f8a90b05ac9d49a85ea.jpg","name":"nokia 🧚🏼‍♂️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/35034283","wmProperty":"like-of","wmId":847982,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-35034283","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/lazywinadmin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e7b9ea55a075fb77eee4dd6ad95e234905e59fc01de04e19204e7932d989f8e3.jpg","name":"François-Xavier Cat"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/15045378","wmProperty":"like-of","wmId":847979,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-15045378","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/chetan_raj","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b53efa3e1ed206786e2ac1fa21ff6d7e8fa6d1790937603e1d4b0d66ef17171c.jpg","name":"Chetan - Design System & Design System"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/5640632","wmProperty":"like-of","wmId":847977,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-5640632","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/markb","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/71a2661926f494feb19e2ef61facc1f9e9ef456010623500d8c5d107117ad23c.jpg","name":"extremely🤓online"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2532552853","wmProperty":"like-of","wmId":847978,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2532552853","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/VarunDevPro","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/105f02d2acddd8a4b4d1d9f6da868928797312956f48fe135075625ff09e5ce6.jpg","name":"Varun A 🔥"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1597249710","wmProperty":"like-of","wmId":847975,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1597249710","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/glitteringkatie","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9311441a3967b95ac68127512745d32559cbf0fd9463c2156829e17ff7ca795e.jpg","name":"Katie ✨"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1384929566","wmProperty":"like-of","wmId":847976,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1384929566","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Wakeupsloth","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c893b69c27475fa61242466d48b8764b4006f17467309b80b2004fdca38f8a8b.jpg","name":"yuchan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/140303675","wmProperty":"like-of","wmId":847974,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-140303675","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/JanaeSherri5","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/44fb55fb18bc22c8d191c4fbc977cbe4c9c15a120f23dce333ab50ddf6133a3e.jpg","name":"Janae ♉️💗"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/489304866","wmProperty":"like-of","wmId":847973,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-489304866","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Mykekrantz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/90f06094eb54259b1b98ff20f2bc9cb00114e882df74ba17207dcf0e429d8ba4.png","name":"Ryme ripper"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/3102891808","wmProperty":"like-of","wmId":847971,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-3102891808","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/cosima_meyer","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/46a33b5c85edaccc0fe7737961818f512a6ca56f1a42cd461aca596eaed0c532.jpg","name":"Cosima Meyer"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/905313828392452102","wmProperty":"like-of","wmId":847972,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-905313828392452102","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/rajat_codes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/38b5625331ebf9d28dd6c2ab9398a90403f702f8a66b5293065d25cf31a469dd.jpg","name":"Rajat Jain 🚀 ⚛️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/732194427049938946","wmProperty":"like-of","wmId":847970,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-732194427049938946","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ogechukwu_emeka","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/84a304ffc49323f7136dbb0fc302f666663da9aeabc63459ab79dca454ccbfde.jpg","name":"Damsy_phyar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/257138676","wmProperty":"like-of","wmId":847968,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-257138676","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/kelly_sovacool","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3d1ee5b0663c09211914e06cdf7a2595c878791db06104cbad935a956df83d1a.jpg","name":"Kelly Sovacool"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/875214960514678785","wmProperty":"like-of","wmId":847969,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-875214960514678785","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/pnsxmm","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/576dca07c9e4434cb66e3b489b3bbba8fd107dabf7dbbe1f3ee387f847a99a52.jpg","name":"骗你是小猫咪"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/14142690","wmProperty":"like-of","wmId":847967,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-14142690","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/toddmorey","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/652ee2094c4d5abda00e567f0d9678a52e904952e60a9b61319b13d587094505.jpg","name":"Todd Morey"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/3856115952","wmProperty":"like-of","wmId":847966,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-3856115952","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/SidRakshe28","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/44dff6c0df8639de2a42534f7db1c35c1f1870b0360d709ade4fced3e04c61b3.jpg","name":"Siddhika Rakshe"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1699229995","wmProperty":"like-of","wmId":847965,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1699229995","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/wisdomosinach","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/70403d60c7f193005349fc80f19dc67474ae50af825ae7e9e50791b3edfc86b0.jpg","name":"Programming Wisdom 🚀"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/18827053","wmProperty":"like-of","wmId":847963,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-18827053","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/PhilCox","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ea0e64c061ab86ce5153642cd97a871f7f8dec4d3071bb8ec1c3b09312d3cffd.jpg","name":"Phil Cox"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/185728020","wmProperty":"like-of","wmId":847964,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-185728020","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/anugrudha","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3280b745b60bcca895fd27cbe3a32de296f8e4155d68df6725ccdd26d9ffaedf.jpg","name":"Anugrah Yudha P."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/837428204","wmProperty":"like-of","wmId":847962,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-837428204","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/mh_sattarian","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f7e338b882ef2f6c01cf72e8a27f1c11a61126915cbe82d3ff6b2192eb441bdf.png","name":"Mohammad H. sattarian"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/145557189","wmProperty":"like-of","wmId":847961,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-145557189","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/pre_si","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9737a0db2a4297968838b0913ff331010a76ff70baee87be600377e515d2ad62.jpg","name":"PREE :)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/620480849","wmProperty":"like-of","wmId":847960,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-620480849","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/timanema","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5fd6929782f008a9cf1e0268ecd0182a0282c44f5dc2ba39b74542375aeb7eb1.jpg","name":"tim"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2775870896","wmProperty":"like-of","wmId":847959,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2775870896","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/aprilablon","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/44cb5745bc94536893dd891fc6feeed0e0e2c0b31c837d12f8ab69b2c13e9575.jpg","name":"April Ablon"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/162150293","wmProperty":"like-of","wmId":847958,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-162150293","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/OddChirp","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bd443600c573c0b302a2ca4a4cc282571cc747cdd3360f90138a0a96d8a1e121.jpg","name":"Kai Klostermann"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1460991","wmProperty":"like-of","wmId":847957,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1460991","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/dpen2000","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fe8043ec5421ed495a13934242ee4067d9a1a022b3a7ae22aaec17bcdce9cf4c.jpg","name":"David Pendray"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/990730266","wmProperty":"like-of","wmId":847956,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-990730266","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/itsmaregine","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a622d464d03a9c53c96bd928dfa7963debb4cda925e6b47558f9a761575faed9.jpg","name":"Medulla Oblangata"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/457165908","wmProperty":"like-of","wmId":847955,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-457165908","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Dayhaysoos","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fd0dd70db1ca7d0917881d732ea48591653906114493e34a00a53231da6da7e9.jpg","name":"Nick DeJesus 🛒🎉 - Unpaid CTO @BTPipeline"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2273064278","wmProperty":"like-of","wmId":847954,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2273064278","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/sadcowboyemoji","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/89123280f03ca7c700cf92d64bf455209fc1e4c5407864ca8fe3410e585faa99.jpg","name":"cole 🍋"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/536177964","wmProperty":"like-of","wmId":847953,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-536177964","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/paolo_antinori_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/15fd4c22ca398d34c86f4bcfbae6f5f7b002a81d4407764e69ea4f3c3c9954fe.jpg","name":"𝙿𝚊𝚘𝚕𝚘 𝙰𝚗𝚝𝚒𝚗𝚘𝚛𝚒"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/20643500","wmProperty":"like-of","wmId":847952,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-20643500","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/TreTuna","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4fc7c905a7b1df3ae1b1b6b3783742ab18a9873425f6d863c553373fb5bf4395.jpg","name":"Tre Tuna"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302093265844367360","wmProperty":"repost-of","wmId":847947,"type":"entry","url":"https://twitter.com/nardgu/status/1302093265844367360","likeOf":null,"author":{"url":"https://twitter.com/nardgu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a99be5aa1eff95fd524c592161f1359f321ad2e2ba3204a96d71c40953628548.jpg","name":"SEONHONG JASON KIM"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302101121599639552","wmProperty":"repost-of","wmId":847945,"type":"entry","url":"https://twitter.com/Estranged/status/1302101121599639552","likeOf":null,"author":{"url":"https://twitter.com/Estranged","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6b82f7dc15e031bc362cbe1cc8ae7c14345ae488d095b0b5ff85af00c41704f9.gif","name":"Mark Fischer"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302097567224868866","wmProperty":"repost-of","wmId":847946,"type":"entry","url":"https://twitter.com/suushier/status/1302097567224868866","likeOf":null,"author":{"url":"https://twitter.com/suushier","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/26671ececcce7b51b199b01c6dff8c208d88556e5a74172a310aee64c34b81f8.jpg","name":"Suzanne Daniels"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302087771901759489","wmProperty":"mention-of","wmId":847940,"type":"entry","url":"https://twitter.com/ga7ahad/status/1302087771901759489","likeOf":null,"author":{"url":"https://twitter.com/ga7ahad","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f28c5edf49956fc66a4a5de3fce301d7afa5ea4d700f899af27d4fff51a01022.jpg","name":"Joe Gabriel 🧙🏼‍♂️✨"},"published":"September 05, 2020","content":{"text":"Make your code pretty ✨🤩"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302087356514590721","wmProperty":"repost-of","wmId":847939,"type":"entry","url":"https://twitter.com/aprilablon/status/1302087356514590721","likeOf":null,"author":{"url":"https://twitter.com/aprilablon","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/44cb5745bc94536893dd891fc6feeed0e0e2c0b31c837d12f8ab69b2c13e9575.jpg","name":"April Ablon"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302077616548179969","wmProperty":"repost-of","wmId":847938,"type":"entry","url":"https://twitter.com/lafranja25/status/1302077616548179969","likeOf":null,"author":{"url":"https://twitter.com/lafranja25","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aec9614df953c077c08732a770d3a0370ac46496da5f53915b32b865ee555a17.png","name":"Jordan"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302082487150026753","wmProperty":"repost-of","wmId":847936,"type":"entry","url":"https://twitter.com/pravz2505/status/1302082487150026753","likeOf":null,"author":{"url":"https://twitter.com/pravz2505","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ad36b1a662b9903d8c2beb6b4e7d08392394608202dec2556326570c09c405e3.jpg","name":"pravallika 🤍 folklore"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302082288058904576","wmProperty":"repost-of","wmId":847937,"type":"entry","url":"https://twitter.com/pixelstackcom/status/1302082288058904576","likeOf":null,"author":{"url":"https://twitter.com/pixelstackcom","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b70e144b5cdb77e47ad592f0a0a8ff44b47a52ea7941664b54e7dcda659aa873.jpg","name":"Jaymie Jones"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302084374628716545","wmProperty":"repost-of","wmId":847935,"type":"entry","url":"https://twitter.com/ellipse_120/status/1302084374628716545","likeOf":null,"author":{"url":"https://twitter.com/ellipse_120","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7dcefa999607464d3d769ecec82f679c9f2a58c1a855b0dcbff60313d3976af8.jpg","name":"ellipse"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/888113410877005824","wmProperty":"like-of","wmId":847934,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-888113410877005824","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/TobyCodes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4135390d6103fec079ccbee74d04682ddc750d01452490b264320dc0f6334056.jpg","name":"T O B I L O B A ⚛️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/241599024","wmProperty":"like-of","wmId":847933,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-241599024","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Ednaustin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6c46afad2ff2f32b77138e1ac622b46b0978f55a46ac37c5832516850cc366be.jpg","name":"Ed Ramirez"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/65951669","wmProperty":"like-of","wmId":847932,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-65951669","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/_andiiii","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/784ec3e18376b5ef2972e660d92a02222fd39d5c4f1f2d29f781ccce69728911.jpg","name":"🌹🌻🌸🌺🌼"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/7196762","wmProperty":"like-of","wmId":847931,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-7196762","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/sblinde","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fd5082ffe2960aa5fc1609a1168bd1188442d0441e44f5da43a818b382554303.jpg","name":"Sam Blinde"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1027013555743281152","wmProperty":"like-of","wmId":847930,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1027013555743281152","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/kjrsten","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Kirsten"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/23109366","wmProperty":"like-of","wmId":847929,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-23109366","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/robertocapuano","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/46513c5912fd69f7854ae3a9a474061cb7cca33ab5b9f38afbd4e84336da57de.jpg","name":"Roberto Capuano"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/768706205585969152","wmProperty":"like-of","wmId":847928,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-768706205585969152","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/MananTank_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e3703ab3b8d13f95f018ee1b94856797b40d2d4edba1d8ff79b8d3d44280310c.jpg","name":"Manan Tank"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/924275532384026624","wmProperty":"like-of","wmId":847926,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-924275532384026624","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ellipse_120","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7dcefa999607464d3d769ecec82f679c9f2a58c1a855b0dcbff60313d3976af8.jpg","name":"ellipse"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/733487019339321344","wmProperty":"like-of","wmId":847927,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-733487019339321344","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/web_orca","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5c09a3d33795740fc591469c8918dbd19db8a85d7719acc70f6ed39e4b1784c2.jpg","name":"かつき"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1233522969823129601","wmProperty":"like-of","wmId":847925,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1233522969823129601","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/felabon","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d5810baf7472c31bce634360857517d99c025f354dc42615d7cf4c3b843e9482.jpg","name":"O::D::O::O"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2313873457","wmProperty":"like-of","wmId":847924,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2313873457","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/sseraphini","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ccd41aabb1b70c8c426ce74d3482497de48249f580742baf059c66774df82bc1.jpg","name":"Sibelius Seraphini"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/29328093","wmProperty":"like-of","wmId":847922,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-29328093","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Alling","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/89b9cee1a87d3e7917f93d17ee25f7f527d67bddc4202a5aeb36ddcea1ef6308.jpg","name":"Andrea Alling Belt"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1192302017760432128","wmProperty":"like-of","wmId":847923,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1192302017760432128","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Christe05505504","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0462447eb44f78878e76c05ed46218a8a22b06643616d510415f73d3649fe09c.jpg","name":"Cx$xMaDD"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1173284938537304064","wmProperty":"like-of","wmId":847921,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1173284938537304064","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/bumblebuzz6","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f2f3e9a332e2c9d4c9dee490e2e23eb4bd8e53b35068259a6c9a1eda0244ff79.jpg","name":"bumblebuzz (she/her) - seeking junior dev role🐝☕️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/955796007719186432","wmProperty":"like-of","wmId":847920,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-955796007719186432","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/blac_ish","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6fd5d53c8514872801d21ce19873a8a60d53420e1115b9b65000709a657f7a1a.jpg","name":"Brian Corbin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1060581560","wmProperty":"like-of","wmId":847918,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1060581560","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/gaubeebangeel","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6c17a5b26c819064759798f31986ce185402f3abc300f71c0956895ea1ee6981.png","name":"gaubeebangeel"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/115851894","wmProperty":"like-of","wmId":847919,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-115851894","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/pixelstackcom","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b70e144b5cdb77e47ad592f0a0a8ff44b47a52ea7941664b54e7dcda659aa873.jpg","name":"Jaymie Jones"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/828196890143399936","wmProperty":"like-of","wmId":847917,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-828196890143399936","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/keya_00001","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/180c53763c0f1d25d2f724fe2a8815674592caa4a854893553224fbaa1c3bf1b.jpg","name":"Keiya Sasaki"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/754993564204032000","wmProperty":"like-of","wmId":847915,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-754993564204032000","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/MatthewStanciu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e6dea7e97b22ee530b4a5efd0e2fb573374145767bd1dc71f52efeb68cbc37f8.jpg","name":"Matthew Stanciu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1961961800","wmProperty":"like-of","wmId":847916,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1961961800","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/pravz2505","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ad36b1a662b9903d8c2beb6b4e7d08392394608202dec2556326570c09c405e3.jpg","name":"pravallika 🤍 folklore"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/16562139","wmProperty":"like-of","wmId":847913,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-16562139","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/JavaFXpert","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8b95d8807e331b5fbf84d361a20b3e12b10869740b75e31478e8b62bb25be270.jpg","name":"JavaFXpert"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/62311476","wmProperty":"like-of","wmId":847914,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-62311476","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/oggu58","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/114e8d42fdd2baafa84da414a3d3c6e88eed5d7ab5c178d0d346fc2a627536c7.png","name":"Swaroop Oggu"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/8293272","wmProperty":"like-of","wmId":847912,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-8293272","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/mauricioge","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/57d0d5de38e7f09e43692074a6409aaad4c74810d034bf2553f97a0c28c75934.jpg","name":"𝙼𝚊𝚞𝚛𝚒𝚌𝚒𝚘 𝙶𝙴 ⌨️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/41866644","wmProperty":"like-of","wmId":847911,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-41866644","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/giovannibenussi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/617a0c058361376d15f22dd5712a1c1369053d44bba4829682985d4c3e03987c.jpg","name":"Giovanni Benussi ✨"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/4198504992","wmProperty":"like-of","wmId":847909,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-4198504992","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/forever_scg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f909b856bcfbd4a015bbe3c0b14edf14ecfa895971a66425efe5fd8309f162dc.jpg","name":"forevr dprs"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1108289971","wmProperty":"like-of","wmId":847910,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1108289971","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/fahmiirsyadk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bd53a65a08b5b08973fac01ee64e40c3c859812d77e11fc6218efacc02a8549c.jpg","name":"Fahmi Irsyad K"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/15454400","wmProperty":"like-of","wmId":847907,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-15454400","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/BigSassy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/50bb749c31cf33e32498b246ecd397de88f15735c22c550ce94e4933d0a6fe0f.png","name":"Eric Palakovich Carr"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/754059770173202433","wmProperty":"like-of","wmId":847908,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-754059770173202433","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/wordswithchung","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aafde581994a1215dd64c7b0817877c6263c36eede7a6666b0eeaf637609b140.jpg","name":"Chung Nguyen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/745627185101209600","wmProperty":"like-of","wmId":847905,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-745627185101209600","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/dashboardtn10","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2120349bb38a3a849b35dd3bbff05873c78f0c155032d0ec2060b61b3649062b.jpg","name":"ɹɐɥʞıN sɐɾǝ⊥"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/14191439","wmProperty":"like-of","wmId":847906,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-14191439","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/lyforever","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2465d28136a27925761ee502bea040eae5cbcafbeb6b61b6cb6f6c0d8c4206e0.jpg","name":"ȽỸ"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/728933","wmProperty":"like-of","wmId":847903,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-728933","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/mzabriskie","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c8621e07aeef94b7b5038d9f5c8dd5e3d9e364c20da906ed5dba7682c7c97706.jpg","name":"😸 matt zabriskie 🤖"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/28879348","wmProperty":"like-of","wmId":847904,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-28879348","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/dlpresidente","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8ed566da1d6c8b17f6846253880853620f3665c7e42a8b43a63623830cd9ebc4.jpg","name":"David Lee"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302074142607380482","wmProperty":"repost-of","wmId":847900,"type":"entry","url":"https://twitter.com/lyforever/status/1302074142607380482","likeOf":null,"author":{"url":"https://twitter.com/lyforever","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2465d28136a27925761ee502bea040eae5cbcafbeb6b61b6cb6f6c0d8c4206e0.jpg","name":"ȽỸ"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302071714021597184","wmProperty":"mention-of","wmId":847901,"type":"entry","url":"https://twitter.com/mauricioge/status/1302071714021597184","likeOf":null,"author":{"url":"https://twitter.com/mauricioge","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/57d0d5de38e7f09e43692074a6409aaad4c74810d034bf2553f97a0c28c75934.jpg","name":"𝙼𝚊𝚞𝚛𝚒𝚌𝚒𝚘 𝙶𝙴 ⌨️"},"published":"September 05, 2020","content":{"text":"Make no mistake, developing has been always cool. This is just... awesomeness..."}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/58506300","wmProperty":"like-of","wmId":847894,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-58506300","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/kilodalton","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3937568fbf018766254f056758080f203c6af2ca6544a1cd3f97fbec83859b29.jpg","name":"Karen Dalton"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302061786473074688","wmProperty":"repost-of","wmId":847892,"type":"entry","url":"https://twitter.com/NikolaRHristov/status/1302061786473074688","likeOf":null,"author":{"url":"https://twitter.com/NikolaRHristov","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/851d7917c232632e825fdee685da0d5149e57a762bc7c305709623ca8c6c6c75.jpg","name":"Nikola Hristov"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302065877299400706","wmProperty":"mention-of","wmId":847893,"type":"entry","url":"https://twitter.com/usrdev/status/1302065877299400706","likeOf":null,"author":{"url":"https://twitter.com/usrdev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2a470749783f27639e0254a44a2b1bb82aa60830960b41d644d7cabb5e1b9370.jpg","name":"😷 socially distant mo 😷"},"published":"September 05, 2020","content":{"text":"need this! i will make it so! ✨"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/8305252","wmProperty":"like-of","wmId":847891,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-8305252","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/mike27cubes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1bab574bc21fd77adffec01ddc06f435b244d939bf6e94e28534504fdced8657.jpg","name":"Mike Hickey"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/435479854","wmProperty":"like-of","wmId":847889,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-435479854","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/MeGa_Dee","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/84ac00f36f70b0bd8f983e4533c87c798a0d92cec6a92c65e3a4ff973713eb59.jpg","name":"Meredith Heller"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2181331016","wmProperty":"like-of","wmId":847890,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2181331016","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/davahkin3","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d5228396f7879d3e5c1eab1dfdb20285b7543b39468aaa0f5b0d5f01dee89944.jpg","name":"Chiefcrafts"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1605290768","wmProperty":"like-of","wmId":847888,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1605290768","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Geek_Inside_0","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/29848cead1384a135149a622815760a169117a82c5b59bcbca98b375233c3009.jpg","name":"Shaw"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1051010880","wmProperty":"like-of","wmId":847886,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1051010880","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/mauwanyee","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6e9436a2a1c70bd18a1000575e8490843e68d230b02dd57352f23d40df8ef3a3.jpg","name":"Kamau Wanyee"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/81902370","wmProperty":"like-of","wmId":847887,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-81902370","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/luciaokeh","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/34c05f6c632581efe2243bb887ccaeb69679a1ed13ede7425c6ac92c476e453a.jpg","name":"Lucia"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/100244695","wmProperty":"like-of","wmId":847819,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-100244695","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/LogicalDiagram","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/58b0147c435f02b5f713838de6fa2cb1a2ccaa9ebeafd60e234d10e72b3e9942.jpg","name":"Chris as Code"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302056834505809920","wmProperty":"repost-of","wmId":847818,"type":"entry","url":"https://twitter.com/jaishirelle/status/1302056834505809920","likeOf":null,"author":{"url":"https://twitter.com/jaishirelle","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4bff6e2fd0dd32b6a515780a3cd63ec4d3829c6f60ce0f2c6428864601a0698e.jpg","name":"The Fat and Skinny on Fashion"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/24612854","wmProperty":"like-of","wmId":847817,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-24612854","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/jaishirelle","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4bff6e2fd0dd32b6a515780a3cd63ec4d3829c6f60ce0f2c6428864601a0698e.jpg","name":"The Fat and Skinny on Fashion"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/70753748","wmProperty":"like-of","wmId":847816,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-70753748","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/gurlcode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cabee176a867092f3072f3bd259f0d96cfe7d6e7d30642702e5b44151fb44af7.jpg","name":"Jenn Creighton"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2372074724","wmProperty":"like-of","wmId":847815,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2372074724","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/I_am_Cheng_Kang","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bc052608305c0eac386b18702f368309ac088c1578ab4c896f1022cf86dcbbe1.jpg","name":"CHENGKANG"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/3350570008","wmProperty":"like-of","wmId":847814,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-3350570008","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/mr_letaoana","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2c99bbd44025d0017184a83ae5899f5cc6f8acbf9f4fcbadff71d125b2eff290.jpg","name":"Kido"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/305569851","wmProperty":"like-of","wmId":847813,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-305569851","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/DesignerAnna1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/788949a018d9255673a1c024d62885463acf6e14d500c695416708f9d919cb92.jpg","name":"Designer Anna"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/217129165","wmProperty":"like-of","wmId":847812,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-217129165","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/amandaksilver","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/dbbd2cae57397d06b2c8b12e7acbf2fccb7b627f3e30e1859a32f0fa779b04e7.jpg","name":"Amanda Silver #BlackLivesMatter"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/19328671","wmProperty":"like-of","wmId":847811,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-19328671","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/upgundecha","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9025a4997804325ac885cfb634478461ee051ffc016a0aa196327fc07c6a366d.jpg","name":"Unmesh Gundecha"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1397628678","wmProperty":"like-of","wmId":847809,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1397628678","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/milquetoastable","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c077c7f23cb080f60d9cc812e6fc38585665ae5cad4bbe544d4417e137eabc3c.jpg","name":"Michael A Grammar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/983762215","wmProperty":"like-of","wmId":847810,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-983762215","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/indira_clearly","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7d278a99376cba50e3d2e1072c808fd0b972fbf4ca7be6a2ef2717983365b1fe.jpg","name":"Indira"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/3838156967","wmProperty":"like-of","wmId":847808,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-3838156967","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/FelixFischer91","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ad05489c52b94774f133bb8100961380587a61b6f255b6d4218efda250f4dd1b.jpg","name":"Félix Fischer"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/603982608","wmProperty":"like-of","wmId":847806,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-603982608","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/fterdal","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3c7d0754e5f9b3dc433e79ce425594655be8361225526fab7baac89c8f881a90.jpg","name":"Finn Terdal"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/890208429532258304","wmProperty":"like-of","wmId":847807,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-890208429532258304","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/jsh11y","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6d2664f90c89506377da9f755157a811235d6c2ab8efb97f3bb4be3a541ef06f.jpg","name":"#BlackLivesMatter"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302042363162918916","wmProperty":"repost-of","wmId":847795,"type":"entry","url":"https://twitter.com/FranTheCheese/status/1302042363162918916","likeOf":null,"author":{"url":"https://twitter.com/FranTheCheese","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2a1dfbca69e2990a6437edf3117ce336c631eb3311b8a68897a93e8b503612f7.jpg","name":"Fran Lucchini #YoApruevo"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/92605443","wmProperty":"like-of","wmId":847794,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-92605443","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/10101Savage","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ea81881ccf4730df31028ba03791b10fc2bcb0644248402c1eb55c6c7e949d26.jpg","name":"Christina"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/14781066","wmProperty":"like-of","wmId":847793,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-14781066","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/kyleturman","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/176dbc5922c660e67067d51668d232a9057114d4c104b9a4c4b4d0fb97cede32.jpg","name":"Kyle Turman"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1684740470","wmProperty":"like-of","wmId":847792,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1684740470","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/raulfbgomez","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/79cb00b28b36580dacca08d42a958bb27fb5b0797c02136f188d80a09f2ca61e.jpg","name":"Raúl Gómez"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/178849006","wmProperty":"like-of","wmId":847791,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-178849006","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/unicodeveloper","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f1ef316b7739115ccb17f643ac0256314ce30547c1e0939c1a304ed0935b8139.jpg","name":"Learner of Ant Wisdom!"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/4148480353","wmProperty":"like-of","wmId":847789,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-4148480353","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/dpschwartz81","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9f4d62cf86f73fce8ba47bc90a52f0ea77ce2244795c36a265256a4e8f98bf8e.jpg","name":"Dan Schwartz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/983205977632620544","wmProperty":"like-of","wmId":847790,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-983205977632620544","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/sfyyx","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b3d5a6a92a955503b5fe08f200b613602658c67fdf1642a0444f333146931734.jpg","name":"♉︎"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/330100136","wmProperty":"like-of","wmId":847788,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-330100136","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/tsunamino","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3f130b659b6ef3b4a27c3140e9208b3b323de9b2ee2242e7b5abaa786bf67794.jpg","name":"Danielle Leong"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/185990283","wmProperty":"like-of","wmId":847787,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-185990283","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/aemartos","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ccb905dcc615080cf39e764d10f20468248e4c15d0895b914508e9c9bf51b132.jpg","name":"anæstrada"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/39443860","wmProperty":"like-of","wmId":847785,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-39443860","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/vrymel","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a2e16215dc933ca4892b26fe7b3d0d46746d15396c840230a4f460ddf277cfd6.jpg","name":"Vrymel Omandam"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/281033000","wmProperty":"like-of","wmId":847786,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-281033000","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Alice_Whitmore","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b15e1fc7b0222069fe6cce3ad3f9bdcde7fa86160eb536d995ad986935adebc9.jpg","name":"Alice"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/3335075884","wmProperty":"like-of","wmId":847783,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-3335075884","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/FranTheCheese","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2a1dfbca69e2990a6437edf3117ce336c631eb3311b8a68897a93e8b503612f7.jpg","name":"Fran Lucchini #YoApruevo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/6534122","wmProperty":"like-of","wmId":847784,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-6534122","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/mikeyavorsky","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fa3513422448c225a0a7cb743a2d978ef7f5233419056bbb98f490b943e78483.jpg","name":"mike yavorsky 💖💜💙"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/921226933790162944","wmProperty":"like-of","wmId":847781,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-921226933790162944","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/mbarneyjr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6748c80de69a428cf972377517613fcc1b02c149c9d01bc3f66b01c0737117c7.jpg","name":"Michael Barney Jr"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/414035214","wmProperty":"like-of","wmId":847782,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-414035214","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/swapnilogale","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a016436596d02c483aa31ec7d6c5475aec967d5552494ba1e71dcd6e7e54377c.jpg","name":"Swapnil Ogale"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/17231902","wmProperty":"like-of","wmId":847780,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-17231902","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/keithort","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3c34537c658d4e817325b9e0067f2b3d7e439a2cffeafe4eebc086d41a73b06f.jpg","name":"Keith Ort"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1544819714","wmProperty":"like-of","wmId":847779,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1544819714","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/OMEIZA_S","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aa3df44eef82b44b40b0cb5e851a0f198aa4eb6f2a42f5be3ebb4491d81cc020.jpg","name":"coding-stoic"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/83776725","wmProperty":"like-of","wmId":847777,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-83776725","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/oliv_oil","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bef68a96b684b77d9ed8d09e27a09f11a11772bda92d4fa81a214809daa42638.jpg","name":"Olivier Melcher"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/12502","wmProperty":"like-of","wmId":847778,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-12502","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/BenJenkinson","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8e28f4ff50cb9cb8017af27b94c378b6b4daebc21630a72227a28bf17e586dc0.jpg","name":"Ben Jenkinson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/485682760","wmProperty":"like-of","wmId":847776,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-485682760","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/DevBostonDotOrg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bc895072ffe4013bd6b09ff8ec4d141f95e7432feebcbdcfa88432ee9fb71c7d.jpg","name":"Microsoft Developers"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/819027931599085574","wmProperty":"like-of","wmId":847775,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-819027931599085574","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Ieavesofgreen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/14763cb06af5d5630e85ae35252baf5a456b99f88032aca2f0f584f8b2173f30.jpg","name":"Jupiter 🍁♎"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/21043171","wmProperty":"like-of","wmId":847773,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-21043171","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Josica","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0650bf5404cb42011391ced4aa23a362c0198417a34428e679a976597f847fe8.jpg","name":"Josica 👩🏽‍💻💖🎉"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/57167144","wmProperty":"like-of","wmId":847774,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-57167144","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/nathi_pinheiro","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/415278682c65b38658f8f30a9835ebd98455b609435f71896cf5b4131287979f.jpg","name":"Natth Pinheiro (:"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/35765024","wmProperty":"like-of","wmId":847772,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-35765024","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Arnlaugsson","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e8d53d0d566139bfdfb36dfa9d5833f9f97b9b908670e9750758c342d64dc89a.jpg","name":"Skúli Arnlaugsson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/14234026","wmProperty":"like-of","wmId":847771,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-14234026","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/rowan_m","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6218bceb27a3faf7f7542947f32da6b6b74ea027aa59985ce3dc60392ead06a8.jpg","name":"Rowan Merewood"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/261719963","wmProperty":"like-of","wmId":847770,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-261719963","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/debrakayelliott","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ca78346285aa621eedce7fa271025576c97a19577b4820c9951853d09a829ad8.png","name":"Debra-Kaye Elliott"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/974978220457185281","wmProperty":"like-of","wmId":847768,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-974978220457185281","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/oappdev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0dd652846d66c59e7044f8061582d88ea402ffef5ac4de462f97e322fcc01802.jpg","name":"Oscar | #ProCodeNoCodeUnite #PowerAddict"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/16460746","wmProperty":"like-of","wmId":847769,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-16460746","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/savagemike","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3307983ac06d55e84cc2549a89361afb2ce4b48595acd0505487064dee72a8e9.jpg","name":"Far too many middle fingers to count"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/273443221","wmProperty":"like-of","wmId":847766,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-273443221","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/AgnesZitte","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b9dbb0fe1943d8141282d3ec18a13c0ce75830da1e1d5725b19a661750780e23.jpg","name":"Agnès ZITTE"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/935540366752620544","wmProperty":"like-of","wmId":847767,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-935540366752620544","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ArleneAndrews_1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3369954db0bf083ef625ede2b764e768faf0f5468afc5f4a1546c7cc30c26d70.jpg","name":"Arlene Andrews"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1092861428225187840","wmProperty":"like-of","wmId":847765,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1092861428225187840","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/DavidaRiveraa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3a87586d1b0f559400962e03c68006576df915d75915274af4fcec5f39355042.jpg","name":"David Rivera"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1187002656","wmProperty":"like-of","wmId":847764,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1187002656","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/navin_moorthy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/104ee8ffe589a95156634ddb7bcdc15f25c1613af8df2bd917e0a271a1880e01.jpg","name":"Navin Moorthy"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/71609597","wmProperty":"like-of","wmId":847763,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-71609597","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/DocProfSky","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d84b42308d4f2e3d748c0862a53a6366e1a0f3e1c3c8e0067b4501e7eba94f9a.png","name":"Schuyler St. Leger"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/933414395295731718","wmProperty":"like-of","wmId":847762,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-933414395295731718","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/fabiomrbarbosa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0925063e3d469eb14aa1155d1fbe2a313c7bfb1cb1ae6596397bfe294d9eabe5.jpg","name":"Fábio M.R. Barbosa"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/68543970","wmProperty":"like-of","wmId":847760,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-68543970","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/rosemariesays","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2b20e8441bd3023a21f6ed742fe7f79ec11394f2d108ba6fdccae070fa71062f.jpg","name":"Ro E"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/28203065","wmProperty":"like-of","wmId":847761,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-28203065","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/eunicekokor","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5d3691d90342acefbaf3ddecf264414fca6c3218b98835115524a441ea64813d.jpg","name":"euni"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/249551319","wmProperty":"like-of","wmId":847759,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-249551319","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/DavidMadeRobots","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/06b30a7c27239e797a8714ce5ec41c7a5d2de15021f266dc091b3e156c9e1e01.jpg","name":"David"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/334429384","wmProperty":"like-of","wmId":847758,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-334429384","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/haydnjohnson","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/27e02ae042020f008637675da5989e5e78bbd9061dd94231a72e67966dda930a.jpg","name":"Black Lives Matter | Canada | The Hacker who rolls"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/148873469","wmProperty":"like-of","wmId":847756,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-148873469","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/StefanieJewett","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/abb663f4a06fd47884522420111337d964affefeb7aa402aed3cb4a6baa0e4de.jpg","name":"Stefanie Jewett"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1257960866231619584","wmProperty":"like-of","wmId":847757,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1257960866231619584","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/oaooao8","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a3e593a56174056f36a003612b3716ce35fe665ba68ca9ac04128e92af3bf4a6.jpg","name":"oaooao"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/15051681","wmProperty":"like-of","wmId":847755,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-15051681","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ivrsn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d0c0e36ac74337be5ce58443345c98102dee268277695fe5d67d3ebea5db0c87.jpg","name":"Dave Iverson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/902266028792610818","wmProperty":"like-of","wmId":847754,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-902266028792610818","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/applejeewce","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3055232bc97fc8dfa53484e22b066e8ddcb069f614889a5e7d0da77667beafd2.jpg","name":"Timothy Yirenkyi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/15736313","wmProperty":"like-of","wmId":847753,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-15736313","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/aglerj","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/af47938c85960e93626b80dc137001fd79f6d09c5373a69b680d937acefcd42d.jpg","name":"Joe Agler"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2183603222","wmProperty":"like-of","wmId":847752,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2183603222","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/blahmountain","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1f84ec89405e20ebe767b533eb4b639a98f4c76be98b00188a8fb062dd5a5b29.jpg","name":"blah mountain"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2790680480","wmProperty":"like-of","wmId":847751,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2790680480","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/GiGiomics","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/11ed5afee27bdc9d585d821c53cc65957244aa62c819d48e82b27a0a43532f16.jpg","name":"Nur M. Shahir, PhD"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/32336519","wmProperty":"like-of","wmId":847750,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-32336519","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/popedaniels","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9aaac2708e55d2f365d4b3e75f57b9bf3b4feab68661333e59627af0f18d1c54.jpg","name":"Superlative Max !!"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/3256245859","wmProperty":"like-of","wmId":847749,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-3256245859","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/psaillesh","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7bde8e1a5a358ee2137fe017906a3e62788beb99c233acef2fda3a8fee1031a0.jpg","name":"Saillesh pawar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/411311210","wmProperty":"like-of","wmId":847748,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-411311210","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/HarperMitchell","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3f46694f1a46827d0fe77c418cfd9c94a4d204f98d0a4bd810e017ec7fdeb8ec.jpg","name":"黒田 東彦 stan 🚫🛬5️⃣-gon"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/781472813739675649","wmProperty":"like-of","wmId":847746,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-781472813739675649","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/lion_byte","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/02c25d8a7995378deb873b9757f3a8d02aceb302181cb45ccc769514f5efa87f.jpg","name":"Mark Hernandez 💖💜💙 (they/them)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1137089532677959680","wmProperty":"like-of","wmId":847747,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1137089532677959680","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/SilberJustin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fe6d3aa1930a6e71d91179118ced6ae0b05f9f8f73cad7f01a8c3a7396cec83a.jpg","name":"Justin Silber"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/4365946882","wmProperty":"like-of","wmId":847745,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-4365946882","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/XeniyaBo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/561c0ad5d9ee620c51c1184b2f8b9a827f488681641fdccd181a5377ed62986f.jpg","name":"CyberXen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/742661030585716736","wmProperty":"like-of","wmId":847744,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-742661030585716736","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/filojijistik","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e72001f303131543186b9bc4b5f53c0ed61e76b9811e013d9e28f593cfaaee35.jpg","name":"Seyitahmet Genç"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/928235320256139265","wmProperty":"like-of","wmId":847742,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-928235320256139265","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/amjadmh73","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d01a56852e003d0115b88439160befe9fa7c0d40f1fa7d439f0aee9f7758f3df.jpg","name":"Amjad Abujamous"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/163729608","wmProperty":"like-of","wmId":847743,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-163729608","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/karaluton","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2cf0e7af18574b52219f56bb7ae9f823ee26ca3afd6228d07c082151e6cd636e.jpg","name":"Kara Luton 🩰👩🏼‍💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/497507239","wmProperty":"like-of","wmId":847740,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-497507239","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/RajYRaman","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f90826cd32299bb21386c5b18492893b5fe6e6d46d6c50fc7a66860281496719.jpg","name":"Natraj Yegnaraman #ProCodeNoCodeUnite"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2282964300","wmProperty":"like-of","wmId":847741,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2282964300","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/nhuntwalker","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/63d1cf84ac5f734d9612749ae21c516f47c134da97b6c3107d5c824b35172df6.jpg","name":"Nicholas Hunt-Walker"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/31248614","wmProperty":"like-of","wmId":847739,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-31248614","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/cjav_dev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/78a14db8672000d38ba858a8afbaa165566f165f27b18b3413a1dd95d0746d16.jpg","name":"CJ Avilla"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/16240596","wmProperty":"like-of","wmId":847738,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-16240596","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/likethecoins","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f3fc5976a21c5b28a231724eb368361ce47c347c1340d9d2254b14cda26ca512.jpg","name":"Katie Nickels"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302032976880885761","wmProperty":"repost-of","wmId":847730,"type":"entry","url":"https://twitter.com/AnjuDubey/status/1302032976880885761","likeOf":null,"author":{"url":"https://twitter.com/AnjuDubey","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a54fa7cd8f25b1fa1f26c0eba52478b93b50beef4106c1faebe09b1fb09f878b.jpg","name":"Anju Dubey"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302033393723424768","wmProperty":"repost-of","wmId":847728,"type":"entry","url":"https://twitter.com/ArleneAndrews_1/status/1302033393723424768","likeOf":null,"author":{"url":"https://twitter.com/ArleneAndrews_1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3369954db0bf083ef625ede2b764e768faf0f5468afc5f4a1546c7cc30c26d70.jpg","name":"Arlene Andrews"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302033200341045250","wmProperty":"repost-of","wmId":847729,"type":"entry","url":"https://twitter.com/applejeewce/status/1302033200341045250","likeOf":null,"author":{"url":"https://twitter.com/applejeewce","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3055232bc97fc8dfa53484e22b066e8ddcb069f614889a5e7d0da77667beafd2.jpg","name":"Timothy Yirenkyi"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302036690085842944","wmProperty":"repost-of","wmId":847726,"type":"entry","url":"https://twitter.com/GiGiomics/status/1302036690085842944","likeOf":null,"author":{"url":"https://twitter.com/GiGiomics","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/11ed5afee27bdc9d585d821c53cc65957244aa62c819d48e82b27a0a43532f16.jpg","name":"Nur M. Shahir, PhD"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302036029138825217","wmProperty":"repost-of","wmId":847727,"type":"entry","url":"https://twitter.com/tsunamino/status/1302036029138825217","likeOf":null,"author":{"url":"https://twitter.com/tsunamino","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3f130b659b6ef3b4a27c3140e9208b3b323de9b2ee2242e7b5abaa786bf67794.jpg","name":"Danielle Leong"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302039293582405632","wmProperty":"repost-of","wmId":847724,"type":"entry","url":"https://twitter.com/blahmountain/status/1302039293582405632","likeOf":null,"author":{"url":"https://twitter.com/blahmountain","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1f84ec89405e20ebe767b533eb4b639a98f4c76be98b00188a8fb062dd5a5b29.jpg","name":"blah mountain"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302037274205523968","wmProperty":"repost-of","wmId":847725,"type":"entry","url":"https://twitter.com/AgnesZitte/status/1302037274205523968","likeOf":null,"author":{"url":"https://twitter.com/AgnesZitte","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b9dbb0fe1943d8141282d3ec18a13c0ce75830da1e1d5725b19a661750780e23.jpg","name":"Agnès ZITTE"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302039891115749380","wmProperty":"repost-of","wmId":847723,"type":"entry","url":"https://twitter.com/Ieavesofgreen/status/1302039891115749380","likeOf":null,"author":{"url":"https://twitter.com/Ieavesofgreen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/14763cb06af5d5630e85ae35252baf5a456b99f88032aca2f0f584f8b2173f30.jpg","name":"Jupiter 🍁♎"},"published":"September 05, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302022006439686144","wmProperty":"mention-of","wmId":847718,"type":"entry","url":"https://twitter.com/_dianadev/status/1302022006439686144","likeOf":null,"author":{"url":"https://twitter.com/_dianadev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/449c378551a33b4ee6d40df6149f0cddeacde6586ec2bed216927ee76ab19bcb.jpg","name":"Diana McKinlay"},"published":"September 04, 2020","content":{"text":"Well clearly I need to set this up"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302024547231608832","wmProperty":"mention-of","wmId":847717,"type":"entry","url":"https://twitter.com/kimeejohnson/status/1302024547231608832","likeOf":null,"author":{"url":"https://twitter.com/kimeejohnson","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ce48b40e0bc6fa4ba0fe18558bdc932870761496f2e7199d9fb45f95062fd0fc.jpg","name":"Kimberlee Johnson"},"published":"September 04, 2020","content":{"text":"Live footage of me dropping what I'm supposed to be doing to follow @waterproofheart's tutorial 💖✨: https://t.co/t4aWNCrTN0"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302025261995585536","wmProperty":"repost-of","wmId":847716,"type":"entry","url":"https://twitter.com/dancertechmama/status/1302025261995585536","likeOf":null,"author":{"url":"https://twitter.com/dancertechmama","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c0a9feceb94a8eccd565b2f02ab4e8efb2898835842bf24752c365f0fbf6b865.jpg","name":"Gaby"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302026515622825986","wmProperty":"repost-of","wmId":847715,"type":"entry","url":"https://twitter.com/__tmns/status/1302026515622825986","likeOf":null,"author":{"url":"https://twitter.com/__tmns","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0d99f5c3bcbae926b183115c4c00302c5109d099f89cf4a36a1b92635dc288ee.jpg","name":"tmns"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302027376352808961","wmProperty":"repost-of","wmId":847714,"type":"entry","url":"https://twitter.com/_rlnong/status/1302027376352808961","likeOf":null,"author":{"url":"https://twitter.com/_rlnong","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c169ab4d5512cf6ec4421a3720a69e386d1107ebb226c616da08d0a9e9374c9a.jpg","name":"Robin Nong"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302028869990408192","wmProperty":"repost-of","wmId":847713,"type":"entry","url":"https://twitter.com/nerd_yue/status/1302028869990408192","likeOf":null,"author":{"url":"https://twitter.com/nerd_yue","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fef02dcb2284594859736e9f225fee126bf9fb713f03103e707fb27ab75fdace.jpg","name":"ユエ"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302031065138171904","wmProperty":"repost-of","wmId":847712,"type":"entry","url":"https://twitter.com/wolfie1257da/status/1302031065138171904","likeOf":null,"author":{"url":"https://twitter.com/wolfie1257da","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/25d1f627ddfebbd67ccb793faeb7f76d5dbc1adcdfed516d348e9b604833b3ac.jpg","name":"♡ dominique ♡"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/870642460585754624","wmProperty":"like-of","wmId":847711,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-870642460585754624","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ZenziTheDev","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Zenzi Ali"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/186912057","wmProperty":"like-of","wmId":847710,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-186912057","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/zerornella","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0d5fb0147474bdc966794bac0135b42970832dae46f2d20504e1565248f58fea.jpg","name":"0rnella 💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1157512453623877632","wmProperty":"like-of","wmId":847709,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1157512453623877632","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/inzimu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/02220af0d1531802500d32974395953c68f2a4c298ec7d8c69125ee45f3c1362.jpg","name":"Lynn/Funkster"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1023198186","wmProperty":"like-of","wmId":847708,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1023198186","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/coding_mama","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fbd79b1a8bf7b256e65f3606fa522ed383373ae500619ee365a6d8cd217ee8e2.png","name":"Coding Mama 👩🏻‍💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1129511680742973441","wmProperty":"like-of","wmId":847707,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1129511680742973441","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/nesshaxs","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a475cd89ce37de73f13d994c8ff10c24c5933c5c2e705458280a3d386965a59b.jpg","name":"Vanessa"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/389681470","wmProperty":"like-of","wmId":847706,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-389681470","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/kentcdodds","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/553c7358a27fabaec3366f054a20a6e6f31da2897f46e85e3ff5a0f3d530afa8.jpg","name":"Kent C. Dodds 👨‍🚀"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2233543118","wmProperty":"like-of","wmId":847704,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2233543118","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/nevzat_kaya","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e3f0c4b24499f6de8d8febaa1d0f266fedfe946a1df8cc9af990444c30170143.jpg","name":"Nevzat Kaya"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/850034804804296704","wmProperty":"like-of","wmId":847705,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-850034804804296704","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/SomebodysMama3","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d63de0fde9fa258d38ec12c85f1dff2acc49c427aba74aae5280ea471d127ceb.jpg","name":"Somebody's Capricorn Mama ♑"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/16168701","wmProperty":"like-of","wmId":847703,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-16168701","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/dairylee","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/db5b1e97cd026cba470d455a585a0892988c4d05c5b770e252b353fc3694818e.jpg","name":"Lee Taylor"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/190292848","wmProperty":"like-of","wmId":847701,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-190292848","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/kimeejohnson","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ce48b40e0bc6fa4ba0fe18558bdc932870761496f2e7199d9fb45f95062fd0fc.jpg","name":"Kimberlee Johnson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/153544027","wmProperty":"like-of","wmId":847702,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-153544027","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/_rlnong","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c169ab4d5512cf6ec4421a3720a69e386d1107ebb226c616da08d0a9e9374c9a.jpg","name":"Robin Nong"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/616396757","wmProperty":"like-of","wmId":847699,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-616396757","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/therealpaulcook","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f69f7cae0124ff58ce5722f5b2be57619d60d0c03b4a7c7aac0d461c3bdc2a01.jpg","name":"Paul Cook"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2714713045","wmProperty":"like-of","wmId":847700,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2714713045","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/nerd_yue","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fef02dcb2284594859736e9f225fee126bf9fb713f03103e707fb27ab75fdace.jpg","name":"ユエ"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2414968994","wmProperty":"like-of","wmId":847697,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2414968994","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/shaneezaali_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cb60bfc46c638c49f0223fb94f722ab9e8526b075249baf1405ec2878f295df1.jpg","name":"shaneeza"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/38465116","wmProperty":"like-of","wmId":847698,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-38465116","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/miriam_schaefer","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6a583fe990d708fa1efdf8ce89e3a3f94ca9fe3db0874f37d3b2ae5e7a29a9bb.jpg","name":"miriam schaefer"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1003301709643382784","wmProperty":"like-of","wmId":847696,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1003301709643382784","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/kmrd17","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7ee9f6c34f6525b852202577001b5f3fe48ce88fc05a61c40fc820b2c95da18f.jpg","name":"Sr. Conrado 🔻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/722938988680646656","wmProperty":"like-of","wmId":847695,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-722938988680646656","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/_theclassified","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7779441047fa7d6f1649dc1fa35efc5dbfac070dc4018edc3fd701cf6f10f137.jpg","name":"tired."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2323738505","wmProperty":"like-of","wmId":847694,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2323738505","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/DalsHughes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/70b4f7f088b1daeb254a84db74f144ca9cf40197dc37914508e0b49e05ffc854.jpg","name":"Benjamin Hughes"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/51248584","wmProperty":"like-of","wmId":847692,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-51248584","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/alannnc","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fddda40cb878917ba632e76deb9432d07bd7759fff34d30958d1a544a100b38a.jpg","name":"alannnc"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1124564109364690944","wmProperty":"like-of","wmId":847693,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1124564109364690944","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/curlyCoding","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a2bb46f7abfe9d0106df11df5af7f51b98d9835b1310f11814492d68c77894e5.jpg","name":"تيفاني"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1185719573657505793","wmProperty":"like-of","wmId":847690,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1185719573657505793","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/dancertechmama","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c0a9feceb94a8eccd565b2f02ab4e8efb2898835842bf24752c365f0fbf6b865.jpg","name":"Gaby"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/16495353","wmProperty":"like-of","wmId":847691,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-16495353","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/_developit","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/289e485c9bc2c29796345546400c686e399686526a3d068a20afc526d55a16ca.jpg","name":"Jason Miller 🦊⚛"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2892859296","wmProperty":"like-of","wmId":847688,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2892859296","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/attaryz94","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a97383fdc1e8efd89a6f45b20386805941d555e3432f6817aa520d89f49b57f0.jpg","name":"Abdullah Ali"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/112830450","wmProperty":"like-of","wmId":847689,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-112830450","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/TavoMoya11","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6c3f77720a4db6c0f710da8fa5b6633d2ae488d58f7ec9cda3e3dcee3109ab2e.jpg","name":"Gustavo Moya"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/209715720","wmProperty":"like-of","wmId":847686,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-209715720","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/marcmcvey","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a11f5e48b4981eafdf48211d1b9ea8e5c778fdfb132b43154b5b8bd2181f39c4.jpg","name":"Marc McVey"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1122482331229593600","wmProperty":"like-of","wmId":847687,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1122482331229593600","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/__tmns","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0d99f5c3bcbae926b183115c4c00302c5109d099f89cf4a36a1b92635dc288ee.jpg","name":"tmns"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1046636358016462848","wmProperty":"like-of","wmId":847685,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1046636358016462848","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/RuthaNuguse","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/649c899813e7b79b54a05ec40a37288e33f3af068cac015e5953f1decfd6dfd6.jpg","name":"Rutha Nuguse 👩🏾‍💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/258207878","wmProperty":"like-of","wmId":847683,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-258207878","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/teysrol","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a7a3b2fbc02db088429f5961553720d6c9335f0c4537b31949ebefdf2c0dd79f.jpg","name":"Shane Taylor"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/150187471","wmProperty":"like-of","wmId":847684,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-150187471","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/gracedrawsstuff","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5605c7ba74565fd5b05f11e7f0e07dfed9973b5c622b711dbc3033ebe747f654.jpg","name":"Generation SIMP"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/216539797","wmProperty":"like-of","wmId":847681,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-216539797","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/SheepMachine","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5bb7392c964e33d8bf0870dcb6622402db0874d05646c31f109d90549215226a.jpg","name":"Ovis Ex Machina"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1050624749301198848","wmProperty":"like-of","wmId":847682,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1050624749301198848","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/wingmattdev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c927789d2753c768315eaa899a5f592f4a4901fcb02a48ae42bb1924e9b21640.jpg","name":"Matt Wing 🦉"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/849653926869835777","wmProperty":"like-of","wmId":847679,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-849653926869835777","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/jlcodes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0fa6b7dc53f560280e30ee42b625a5ffb83e9815ce7f706f0b5ed1bb44526a7f.jpg","name":"Linda Joy"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/39019053","wmProperty":"like-of","wmId":847680,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-39019053","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/pepinillos_3","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6995993629cc2f1fa23ccf6eb3251065284b70b50cf053fa3d3ec167170889fc.jpg","name":"Rae"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1172253186578628614","wmProperty":"like-of","wmId":847678,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1172253186578628614","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ndiezona","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/44a38dbb8f18c37419693aba4fbd4ef85c3d15e6f961f17283a9f8db55f3b535.jpg","name":"Andie Zona"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2163610352","wmProperty":"like-of","wmId":847677,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2163610352","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/oloyedeshadrach","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5c5586735c85427ff3841dab62c12b65ebaf2c464221f62f285521e52f154bb8.png","name":"Shadrach Tayo ✌"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/15812532","wmProperty":"like-of","wmId":847666,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-15812532","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/tornadosong","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/07079958c32fe972776d66799452c36c4d04c73ccc7981fa6e9857d7a527175c.jpg","name":"Angel Young 👼🏾"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/134100171","wmProperty":"like-of","wmId":847665,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-134100171","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/_k_o_f_i_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5928030735f8ec37d9c829c1f99a25849fab4fcdeb82525096d65452ee1e4e43.jpg","name":"Fredrick Kofi Tam"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/519794763","wmProperty":"like-of","wmId":847664,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-519794763","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/allyycatx","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/730c4e8091c9ee72456682588ef28c015cc14c5dc571f28ad8bc015477bd6576.jpg","name":"Allison"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/17159131","wmProperty":"like-of","wmId":847663,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-17159131","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Md_Harris","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4ff6c3047f6eb1d6ce2593ee48292ff5658791355815486911c508353b8ef48d.jpg","name":"Matt Harris"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1198001681914630144","wmProperty":"like-of","wmId":847662,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1198001681914630144","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ArrayLikeObj","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e7509da9131729ee76af01c198f5650f769ddc28d1b43a962820ddd7f14a6d5c.jpg","name":"Ethan Soo Hon"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1665835872","wmProperty":"like-of","wmId":847661,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1665835872","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/realAmineSH","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9295d2b2ad9ed03108f7d55fe1287e0dc67ead32d4e504cf68c0d11c2ca7c9e9.jpg","name":"Amine"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/47346403","wmProperty":"like-of","wmId":847660,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-47346403","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/dierat","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/15617e01d71cbc3e7669e03e2d0d126d44e1eee12b7ed75923aafbe4f58dfe78.jpg","name":"dierat"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302016281009364993","wmProperty":"mention-of","wmId":847658,"type":"entry","url":"https://twitter.com/marmalade/status/1302016281009364993","likeOf":null,"author":{"url":"https://twitter.com/marmalade","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/641682f7fb19acac715be0349d8bda92e3fa7c2d9a4fa4744e0460bc8571818c.jpg","name":"kelly is still @ home"},"published":"September 04, 2020","content":{"text":"Imma need to try this. I mean, I barely wrote code anymore so might as well make the times I do be all sparkly and shit."}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/718591013212786688","wmProperty":"like-of","wmId":847659,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-718591013212786688","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/yakubu_jumoke","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1f6013868c043e2a10bb1ad6a75d685bf333745b14897f28cf868c9bf2e825b2.jpg","name":"ojochenemi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302018554674413575","wmProperty":"mention-of","wmId":847657,"type":"entry","url":"https://twitter.com/harmlessdev/status/1302018554674413575","likeOf":null,"author":{"url":"https://twitter.com/harmlessdev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a363c672a4862d7fb6e7f48a2a3de8f396cf82b5c6fc32a494e0160163e9d9a4.jpg","name":"Harmless Dev"},"published":"September 04, 2020","content":{"text":"Coollll"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302013709406044161","wmProperty":"repost-of","wmId":847655,"type":"entry","url":"https://twitter.com/ArrayLikeObj/status/1302013709406044161","likeOf":null,"author":{"url":"https://twitter.com/ArrayLikeObj","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e7509da9131729ee76af01c198f5650f769ddc28d1b43a962820ddd7f14a6d5c.jpg","name":"Ethan Soo Hon"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302012935036903429","wmProperty":"repost-of","wmId":847656,"type":"entry","url":"https://twitter.com/wojo_NYC/status/1302012935036903429","likeOf":null,"author":{"url":"https://twitter.com/wojo_NYC","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/47c944fcd066456c624e75ad8a52db35c123da889432edf827dd835b23ab89bb.jpg","name":"John Wojo"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302015044868280321","wmProperty":"repost-of","wmId":847653,"type":"entry","url":"https://twitter.com/jolive_hodehou/status/1302015044868280321","likeOf":null,"author":{"url":"https://twitter.com/jolive_hodehou","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e30f841248a8913ac625d42ca9d1bee9a9dd13eccdd3214f6913495f884593c5.jpg","name":"jové ♊"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302014617212850176","wmProperty":"repost-of","wmId":847654,"type":"entry","url":"https://twitter.com/mildmojo/status/1302014617212850176","likeOf":null,"author":{"url":"https://twitter.com/mildmojo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6ea22cb73132e54831540eed2e7086a68fab75a7509b329fbe7a072b21a0e1d3.jpg","name":"mildmojo✈︎"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302015926666227712","wmProperty":"repost-of","wmId":847652,"type":"entry","url":"https://twitter.com/abraham/status/1302015926666227712","likeOf":null,"author":{"url":"https://twitter.com/abraham","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9336c2099b1fe6cb362c2b2aaaba0a014b58e0ee0fed6bfd1026c6763ad81396.jpg","name":"Abraham Williams"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302018510097453058","wmProperty":"repost-of","wmId":847651,"type":"entry","url":"https://twitter.com/andregomesb/status/1302018510097453058","likeOf":null,"author":{"url":"https://twitter.com/andregomesb","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1528d5fa7382a930fe770b65e2a22c1d075bfb1dd312b50b2b74bbe0857539e4.jpg","name":"André"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302019778995912704","wmProperty":"repost-of","wmId":847650,"type":"entry","url":"https://twitter.com/OhSoKathyFreg/status/1302019778995912704","likeOf":null,"author":{"url":"https://twitter.com/OhSoKathyFreg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7a653a73afd621a5a1765c8ff261cd29abcbdf75a555b94389f9d40632d8d48e.jpg","name":"Kathy Freg💿s💿"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302020660613570562","wmProperty":"repost-of","wmId":847649,"type":"entry","url":"https://twitter.com/LizzipFish/status/1302020660613570562","likeOf":null,"author":{"url":"https://twitter.com/LizzipFish","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2cf75c1b1711e858afc16bfc24302791ec806e1ad61c2355427a030d374c901d.jpg","name":"Lizzip"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302019952522788864","wmProperty":"repost-of","wmId":847648,"type":"entry","url":"https://twitter.com/b_cavello/status/1302019952522788864","likeOf":null,"author":{"url":"https://twitter.com/b_cavello","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/686f77ca7908e343301748dbd818b46286ac16f6e885eb3c64c08e250d876d66.png","name":"it's B! Cavello 🐝"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1034811596403425281","wmProperty":"like-of","wmId":847646,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1034811596403425281","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/danvanderboom","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1a5f52fd72b5bb1d26328055d3285afb401860d5b734c5135b30e4568aadd558.jpg","name":"Dan Vanderboom"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302021710548525056","wmProperty":"repost-of","wmId":847647,"type":"entry","url":"https://twitter.com/LucyDavinhart/status/1302021710548525056","likeOf":null,"author":{"url":"https://twitter.com/LucyDavinhart","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/38025307fccc8f75b77b28ce6313ade63e77a7a20b9866e8287ade5819574cac.jpg","name":"Lucy Davinhart 🍓"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/72458985","wmProperty":"like-of","wmId":847644,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-72458985","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/nathaniel_avery","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2682a2c6d31dbe3f31eb157dcd502fc248bd72b08bbf26f24a9678bca842ffc3.jpg","name":"Nathaniel C Avery"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/10044152","wmProperty":"like-of","wmId":847645,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-10044152","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/tomhermans","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/795f03301969b7eb3f47673dca199228325e3a925defe302d9653b3f3283823f.jpg","name":"Tom Hermans🤘"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/29879093","wmProperty":"like-of","wmId":847643,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-29879093","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/anyaii","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/dbfa91fdd36817ed22b32b4dfa7a08140f1a3e709f285722d0ffe0e8c1c89adc.jpg","name":"F. A. O."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/551476496","wmProperty":"like-of","wmId":847642,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-551476496","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/booperdoopcr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7489ea9290a003865d3fe8510796786e528a7e93d3a32cab9c6ceb192686d88f.jpg","name":"Ninjacupcake219✨"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/31561807","wmProperty":"like-of","wmId":847641,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-31561807","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/the_jon_roberts","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4c50aeaa43a8713218f8e7d2364b445289a21702318f72ea059062e07c4b427e.jpg","name":"the only jon roberts"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/634384324","wmProperty":"like-of","wmId":847640,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-634384324","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/MIKE95G","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ca4e9f78c876cf97dea8bb018c05df171016e8482cbef37bdd049fea1e54647e.jpg","name":"Miguel García"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/4453598789","wmProperty":"like-of","wmId":847638,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-4453598789","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/k3nsah","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/60b9128f26067300af77febd8d039784fc34740269e9f3a994d0063afdc356b5.jpg","name":"kelc!"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/3314539103","wmProperty":"like-of","wmId":847639,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-3314539103","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/JetpackVRaptor","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f601114b21c798b49dc07ee176928d61601978de08df35980b473e505546f649.jpg","name":"Hannah Sarver"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1112761138322853893","wmProperty":"like-of","wmId":847636,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1112761138322853893","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Blur_wrecked_me","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/91d1ed1ba77fb531e55c5a9ff08fe6c48679f772059e769b1d8218466de74fb6.jpg","name":"John"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/35061361","wmProperty":"like-of","wmId":847637,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-35061361","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/tolkiana","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e8dec10ad1e04dddac907fd94f22fe3efbebc308d0beb2c9682c5d5435ae1f37.jpg","name":"Nelida Velazquez"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/846492418778132480","wmProperty":"like-of","wmId":847635,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-846492418778132480","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/seemcat","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b58b554a3312b26f773ca8a280a2116e570dd5553b93fc2e8bc8d702a09ab765.png","name":"Maricris Bonzo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/907104146976776192","wmProperty":"like-of","wmId":847633,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-907104146976776192","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/sreejagpt","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cdabf0de5949244d5c004b18647e82680b225d429805cdca7d9013f6cb3e49df.jpg","name":"Sreeja Gupta"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1631020987","wmProperty":"like-of","wmId":847634,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1631020987","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/gemontracks","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8e57fd2820c954f61e1b5ed043046fc128add42fe87f0a76e3688237a1c50781.jpg","name":"Jess Mitchell"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/3242377817","wmProperty":"like-of","wmId":847632,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-3242377817","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/BitsOfBre_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/566572c78175e87ae8d1caf35ecdc4a226c9e0c43bc08e1546e68093368ceb9c.jpg","name":"Brea Finney"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1262683477524307968","wmProperty":"like-of","wmId":847630,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1262683477524307968","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/PRJKB","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c13b66a9bc08dc1da8b53b77459b9eb0798f38951ae3f42cd2f4ec3ef438838f.jpg","name":"KB"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/759720","wmProperty":"like-of","wmId":847631,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-759720","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/nitya","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e0f1e8fb32ebeedfbaea82f06e437787733ecbbaf54a990eb7b32d86d1415a1b.jpg","name":"Nitya Narasimhan | 👩🏽‍💻 dev.to/nitya"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/357503503","wmProperty":"like-of","wmId":847629,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-357503503","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Changamire_Musa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/30fc40a87a031562e50c5e829c2d451b7e60d9a6325a1547ea4048ece14b819a.jpg","name":"Solomon Musa Kamanga"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/323149972","wmProperty":"like-of","wmId":847627,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-323149972","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/LizzipFish","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2cf75c1b1711e858afc16bfc24302791ec806e1ad61c2355427a030d374c901d.jpg","name":"Lizzip"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1049708670055940097","wmProperty":"like-of","wmId":847628,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1049708670055940097","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/fimechanic","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3f6045c18242dbe7310d6af9a7f8f10a2f02f3899f9fe7c6c0b94254ffbddac6.jpg","name":"Financial Mechanic 🏳️‍🌈BLM"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/57400762","wmProperty":"like-of","wmId":847625,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-57400762","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/jpchand","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2dc8c82b53f3d296ca6e869745332d8c614040c86b712b5233a1ec28ee941228.jpg","name":"John Chandler"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/498484728","wmProperty":"like-of","wmId":847626,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-498484728","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/OhSoKathyFreg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7a653a73afd621a5a1765c8ff261cd29abcbdf75a555b94389f9d40632d8d48e.jpg","name":"Kathy Freg💿s💿"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/46283807","wmProperty":"like-of","wmId":847624,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-46283807","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/KierraDanger","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d9fc7251f1e1b1fa6b629172e26056a5174bc2be5a5db710cc367b8359ef54e4.jpg","name":"Kierra Dangerfield 👩🏾‍💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/543851212","wmProperty":"like-of","wmId":847623,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-543851212","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/sonnynomnom","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b6d1522a50b99aba1562681a1fbeff3731d5bc8ef3db5c8a59ccc53d2dedc48b.jpg","name":"Sonny Li 🌘"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2437521428","wmProperty":"like-of","wmId":847622,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2437521428","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/SangreNova","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1f913939f6462bcf565110beba6638587c428b2ca83e00b2ed2d64638c3d629e.jpg","name":"Ambro"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/297967500","wmProperty":"like-of","wmId":847621,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-297967500","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/sheeeng","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/dd2b034cc6029a62f8f9f0e8ee17b28b68a90cb71e1b5e6c204d093f73aeb980.jpg","name":"Leonard Lee"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/161427478","wmProperty":"like-of","wmId":847620,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-161427478","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/witchykitsch","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8b5d9ea83c3ae044244afedcccdbe63bd9f293761d59e837d812fa8c49db1094.jpg","name":"smol garlic"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/69105640","wmProperty":"like-of","wmId":847619,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-69105640","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/rosslarsonWI","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bbc8dd0e63ce649fc6b549b80ac0b6ec04bf74811c69e8176484c2b785584204.jpg","name":"Ross, Son of Lars"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/17435185","wmProperty":"like-of","wmId":847618,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-17435185","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/kylos101","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bd3077c6782fce0c9eca67048cba65ae7f32348e915391ff44b1d08ce3f4b0f5.jpg","name":"Kyle"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2442788864","wmProperty":"like-of","wmId":847617,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2442788864","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ashc0des","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ccfa85258b0b64f78aec0c10e8f18d5b9917c7b4522c56a78b23de9312a964a0.jpg","name":"const ash = require('ashc0des');"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/898433250665783304","wmProperty":"like-of","wmId":847616,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-898433250665783304","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/arzahlaing","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1207251b1898338aaca7b0ac4c76f6d44ab4e5276832e83ee3e54847ce1377be.jpg","name":"Arzah 🇧🇸"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2606708015","wmProperty":"like-of","wmId":847615,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2606708015","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/juliopiubello","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/09579eeff60e06a5ef4b99ecddde3ca499b6e9d337012b2803a3e287e6f9931e.jpg","name":"julio"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2742820529","wmProperty":"like-of","wmId":847614,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2742820529","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/LucyDavinhart","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/38025307fccc8f75b77b28ce6313ade63e77a7a20b9866e8287ade5819574cac.jpg","name":"Lucy Davinhart 🍓"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1490559811","wmProperty":"like-of","wmId":847613,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1490559811","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/iTweetITgeek","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/96000657f7270a357c72a89d89abddb0d101aa946fb888fd5279c3de2edc89fe.jpg","name":"Taylor Parsons"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/846977939270963200","wmProperty":"like-of","wmId":847612,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-846977939270963200","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ChrisMTse","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8b419fa6a3d37834691b8c54ca9b0aa3cbbdd35919c6e6aa51c6c584fed5580a.jpg","name":"Chris Tse"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/20485469","wmProperty":"like-of","wmId":847610,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-20485469","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/sa_______h","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0342d29cec9652bb2ee4028bf5eef67df121a350b76404d70047343867ced47d.jpg","name":"dark green water"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/9436992","wmProperty":"like-of","wmId":847611,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-9436992","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/abraham","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9336c2099b1fe6cb362c2b2aaaba0a014b58e0ee0fed6bfd1026c6763ad81396.jpg","name":"Abraham Williams"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/201948826","wmProperty":"like-of","wmId":847609,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-201948826","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/freebly","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e07060de25872a73864ac74fdb3dd1e90c33b7571ffa5cea134e83b78f6cedfa.jpg","name":"Justin Friebel"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/711368034","wmProperty":"like-of","wmId":847607,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-711368034","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/BkKhann","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e2c94d284500557aa5131992ffe346667951091724cbd939f13e84b205f3297d.jpg","name":"Babar Khan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/779373961951973377","wmProperty":"like-of","wmId":847608,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-779373961951973377","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/DanAlongE","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1ad0c6af3d62d1ac7f9ab10a758a672871a824f4bcdee0a07b4f2b4aa3cdaca8.jpg","name":"Danny Wonda"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1087111492212797440","wmProperty":"like-of","wmId":847606,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1087111492212797440","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/lauradotjs","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/eaf43cbe9c24801ddfd4d9642356c678f975b7b99d5cd130b84436420af2b701.jpg","name":"Laura Beatris"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/247023886","wmProperty":"like-of","wmId":847605,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-247023886","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/BabyKGar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9137355cdc6e6a2b81e271105a0b98e6c6cbe31074c1634a6f8b8b23fc766115.jpg","name":"Kevin Lee Garner"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1281033915935883265","wmProperty":"like-of","wmId":847604,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1281033915935883265","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/nicthrowcodes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/13266b6876fa30d8bdbc75e8d4999f4cbc3f782f6f0017ad1873fe7151ca441d.jpg","name":"Nicole T"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/118436457","wmProperty":"like-of","wmId":847603,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-118436457","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/rosenfie1d","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d3f5d7332300195b2fc0b4f3f3db3a37906e11f82a92a2b9caff1c115b31de79.jpg","name":"Seth"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/41490245","wmProperty":"like-of","wmId":847602,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-41490245","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ashleygodbold","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/90d3fc4fd2d98d3d359455aad7dff0a20b63e3e968e19d4191ab82ce5bccaf60.jpg","name":"Dr. Ashley Godbold"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/219481444","wmProperty":"like-of","wmId":847601,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-219481444","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/mayo_io","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/349eb989082f412c9a90d8a2dcf2ef294ea3671a762ef323cf3b6294f2aeb086.jpg","name":"m4y."},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/577526312","wmProperty":"like-of","wmId":847600,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-577526312","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/b_cavello","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/686f77ca7908e343301748dbd818b46286ac16f6e885eb3c64c08e250d876d66.png","name":"it's B! Cavello 🐝"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1107134877680328704","wmProperty":"like-of","wmId":847599,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1107134877680328704","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/LeighNLeal","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5089d4fd656ed34d6efda0366cbec39b2eb6da1d8c655a7b810b5743a901ee1f.jpg","name":"Leigh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/194673340","wmProperty":"like-of","wmId":847598,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-194673340","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/thasquirrie","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4a1e918e7b6cdcb8d6453296505a4342e6675a28951c7d6c9c31a7d7d79dc837.jpg","name":"Zulu™#July25th"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/838088898882453504","wmProperty":"like-of","wmId":847597,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-838088898882453504","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/IrenaJovanowska","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4aca49285c812b86cfda10acf6cc95c9560f7a6d0ba5c3e332e042a04bb360b1.jpg","name":"Irena Jovanovska"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/240315182","wmProperty":"like-of","wmId":847595,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-240315182","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/chrisbiscardi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6cb62548f7ea6e68607b69c1553bde1fcfef10b564e7f87d10e7a8def2dee7dc.png","name":":party-corgi:"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1265856887771336706","wmProperty":"like-of","wmId":847596,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1265856887771336706","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/inescodes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bc2ddb5faaa0a18cba78fe767dc8694154a1198673152685cc45079bc5bfd247.jpg","name":"Inès"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/143121774","wmProperty":"like-of","wmId":847594,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-143121774","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/jaclynejimenez","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f198e59a5bf1b5ab235ed13b49a6af4c567a48a35d56d298981c88c20e21fbeb.jpg","name":"Jaclyn E. Jiménez de Vries (she/her)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/707602171","wmProperty":"like-of","wmId":847592,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-707602171","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/kamlan19922","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3ef0cd49da5dfd63982d63c50b6277eebecbbf7123b72a1ff3ab4c13916e1edd.jpg","name":"محمد كامل عبدالله"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/326433617","wmProperty":"like-of","wmId":847593,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-326433617","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ultralightrae","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ae486c0ea9779f1aa424f2eacfddc29f3e5f9d2f1ab82172050098390dfa1acb.jpg","name":"RArE"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2956503282","wmProperty":"like-of","wmId":847591,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2956503282","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/VinayPuppal","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1b6c1d83f0861619909ca7a0020619d926789e837c90aeec9f7488b086b587d4.jpg","name":"vínαч puppαl"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/53111812","wmProperty":"like-of","wmId":847589,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-53111812","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/eakangk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/adf9dd10d2bba683efb8d5fc0dbc8893eb9efaa12266954dfa9b2f8de603665d.jpg","name":"Eakan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/168203608","wmProperty":"like-of","wmId":847590,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-168203608","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/itsJonQ","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2c5791a61189b818568e8fc2d91950ecb198025f87926050d00e9f506ee3bff2.png","name":"Q ✊"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1035614220468084736","wmProperty":"like-of","wmId":847587,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1035614220468084736","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ArtemisianThe","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"TheArtemisianSmith"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/3016911","wmProperty":"like-of","wmId":847588,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-3016911","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/marmalade","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/641682f7fb19acac715be0349d8bda92e3fa7c2d9a4fa4744e0460bc8571818c.jpg","name":"kelly is still @ home"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/29961794","wmProperty":"like-of","wmId":847586,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-29961794","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/johnthad","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f1d4689681e0f3b1769032b1e7bc0da34484af5d8a816e64a701489b419c38d5.jpg","name":"Thad Humphries"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/123969710","wmProperty":"like-of","wmId":847585,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-123969710","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/TechChelsey","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7f688f20d3f1319cc5c471a4372dd7e3ea6bc17618a51377fa3776fa2937779f.jpg","name":"Chels"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1115702710123151361","wmProperty":"like-of","wmId":847584,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1115702710123151361","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/seafoxrun1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a6a844a0d3ff7c4238eb2c7675be5ad16eb1215c858b72c0aa1ec1f4f3e80362.jpg","name":"aConsciousSea"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/899348039910834176","wmProperty":"like-of","wmId":847582,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-899348039910834176","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/jolive_hodehou","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e30f841248a8913ac625d42ca9d1bee9a9dd13eccdd3214f6913495f884593c5.jpg","name":"jové ♊"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/13077772","wmProperty":"like-of","wmId":847583,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-13077772","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/joelmartinez","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c77446daa7890ba76830ddd124611ff3587b0f64b6d757aafe01540f5b94a028.jpg","name":"Joel Martinez"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1214943582521643008","wmProperty":"like-of","wmId":847581,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1214943582521643008","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/TechBadGuyy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b9d7d99309da05753d09c63f1815bd1288f8c6ae79c9dd52f4a3a15dd344d567.jpg","name":"TechBadGuy"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/442085872","wmProperty":"like-of","wmId":847579,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-442085872","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/privaa_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9aae7ef4292e786b5725fb64a64c05ccb67aa99f380116928a06e8e2e130531c.jpg","name":"Priscilla"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1067521","wmProperty":"like-of","wmId":847580,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1067521","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/codeimpossible","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/74d80593b39c3c520a9cef48444fe4af09213efa569fac69568bb44ae7d978ec.jpg","name":"Jared Barboza"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/895857055","wmProperty":"like-of","wmId":847578,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-895857055","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Lanooba","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/557ed848d5fb5770dd9ad9fd6afb4d443072e4cab1f7c0a48336ede3a733590e.jpg","name":"Nivia Sedai, Amyrlin Seat, says Defund the Police"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1283269464373342209","wmProperty":"like-of","wmId":847576,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1283269464373342209","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/pocket_jade","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d06ffc9afed25e9b52be60c808afb42555c28e4a0d25432e45271b017ebabc47.jpg","name":"jade"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/7938202","wmProperty":"like-of","wmId":847577,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-7938202","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/julioprotzek","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2cd52ea50108374912f36b950ff2fdd5c09d1b9c94b29a4affea9cab8138e42d.jpg","name":"Julio Protzek 🇧🇷"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1301988196239245314/1302012917928407040","wmProperty":"in-reply-to","wmId":847575,"type":"entry","url":"https://twitter.com/waterproofheart/status/1302012917928407040","likeOf":null,"author":{"url":"https://twitter.com/waterproofheart","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b17a181a222b006c4de292e40f80a97674c9ce4d5ec3bf2ead3176653549519c.jpg","name":"Monica.dev 👩🏾‍💻"},"published":"September 04, 2020","content":{"text":"The nyan cat progress bar is one of  the plugins I miss from IntelliJ. I went down the plugin rabbit hole looking for a VS Code equivalent to Key Promoter plugins.jetbrains.com/plugin/9792-ke…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302002583452692482","wmProperty":"mention-of","wmId":847563,"type":"entry","url":"https://twitter.com/gerig_thamara/status/1302002583452692482","likeOf":null,"author":{"url":"https://twitter.com/gerig_thamara","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/884d6cc4d4472ca1b4edcd33ef09a19aa96d70a7f7e21e478b58b78ae3ad02b2.png","name":"Thamara Gerig"},"published":"September 04, 2020","content":{"text":"✨ Couldn't help myself 🥺✨ https://t.co/7mwp4yy5mg"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302004852982251522","wmProperty":"mention-of","wmId":847562,"type":"entry","url":"https://twitter.com/vogueandcode/status/1302004852982251522","likeOf":null,"author":{"url":"https://twitter.com/vogueandcode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f3b23a4138c633937f77a87845bb0b80fa45fc315424b9a51164d8e78bbf5284.jpg","name":"April Speight"},"published":"September 04, 2020","content":{"text":"I love when folks make tech pretty ✨ \n\n+ I too will code from now on with sparkles 🙆🏾‍♀️"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302005685245403137","wmProperty":"repost-of","wmId":847560,"type":"entry","url":"https://twitter.com/essiccf37/status/1302005685245403137","likeOf":null,"author":{"url":"https://twitter.com/essiccf37","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ad2465e14dca06f9643b3dab9ce352a0e20b57863cf6c9ce73d8d5ad76375386.jpg","name":"essiccf37"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302008552429584385","wmProperty":"mention-of","wmId":847561,"type":"entry","url":"https://twitter.com/witchywaffles/status/1302008552429584385","likeOf":null,"author":{"url":"https://twitter.com/witchywaffles","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/972e9aab430722e67dba64eadd16cf188c509dd1644052f690352ba8a79c707a.jpg","name":"jessica (will work for waffles)"},"published":"September 04, 2020","content":{"text":"✨ magic sparkles make everything 1000x better ✨"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302005776576380928","wmProperty":"repost-of","wmId":847559,"type":"entry","url":"https://twitter.com/andrewingram/status/1302005776576380928","likeOf":null,"author":{"url":"https://twitter.com/andrewingram","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/62b7db57f11a7fbeab4e7be3988f677f6397dcafd5296ab8bd0007b7cf2e4e9b.jpg","name":"Andy Ingram 🌀"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302006338596331520","wmProperty":"repost-of","wmId":847557,"type":"entry","url":"https://twitter.com/JPonder77/status/1302006338596331520","likeOf":null,"author":{"url":"https://twitter.com/JPonder77","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f93a4ed8e533cfbba1285e9fdfef2dc5ab064890df554d4c562de178fb2fafa3.jpg","name":"Jennifer Ponder"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302005934932348934","wmProperty":"repost-of","wmId":847558,"type":"entry","url":"https://twitter.com/shapzka/status/1302005934932348934","likeOf":null,"author":{"url":"https://twitter.com/shapzka","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e810b67fe2db0448cbcf4bc0e42d9239b61c1900122799cb3627af5342a32b77.jpg","name":"Kayla Shapiro"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302007372156678145","wmProperty":"repost-of","wmId":847556,"type":"entry","url":"https://twitter.com/julielerman/status/1302007372156678145","likeOf":null,"author":{"url":"https://twitter.com/julielerman","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a275bbb7881c2cce735631a58cec5f1d3fca613807417274e72cd731077eb8da.jpg","name":"Julie Lerman"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302007918771011585","wmProperty":"repost-of","wmId":847555,"type":"entry","url":"https://twitter.com/KierraDanger/status/1302007918771011585","likeOf":null,"author":{"url":"https://twitter.com/KierraDanger","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d9fc7251f1e1b1fa6b629172e26056a5174bc2be5a5db710cc367b8359ef54e4.jpg","name":"Kierra Dangerfield 👩🏾‍💻"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302008278398853120","wmProperty":"repost-of","wmId":847553,"type":"entry","url":"https://twitter.com/anyaii/status/1302008278398853120","likeOf":null,"author":{"url":"https://twitter.com/anyaii","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/dbfa91fdd36817ed22b32b4dfa7a08140f1a3e709f285722d0ffe0e8c1c89adc.jpg","name":"F. A. O."},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302008085284782082","wmProperty":"repost-of","wmId":847554,"type":"entry","url":"https://twitter.com/julioprotzek/status/1302008085284782082","likeOf":null,"author":{"url":"https://twitter.com/julioprotzek","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2cd52ea50108374912f36b950ff2fdd5c09d1b9c94b29a4affea9cab8138e42d.jpg","name":"Julio Protzek 🇧🇷"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302008330374836229","wmProperty":"repost-of","wmId":847552,"type":"entry","url":"https://twitter.com/dalgonabull/status/1302008330374836229","likeOf":null,"author":{"url":"https://twitter.com/dalgonabull","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Randy"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302008841622740992","wmProperty":"repost-of","wmId":847551,"type":"entry","url":"https://twitter.com/sa_______h/status/1302008841622740992","likeOf":null,"author":{"url":"https://twitter.com/sa_______h","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0342d29cec9652bb2ee4028bf5eef67df121a350b76404d70047343867ced47d.jpg","name":"dark green water"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302008879388266497","wmProperty":"repost-of","wmId":847550,"type":"entry","url":"https://twitter.com/Lanooba/status/1302008879388266497","likeOf":null,"author":{"url":"https://twitter.com/Lanooba","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/557ed848d5fb5770dd9ad9fd6afb4d443072e4cab1f7c0a48336ede3a733590e.jpg","name":"Nivia Sedai, Amyrlin Seat, says Defund the Police"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302009308889190403","wmProperty":"repost-of","wmId":847548,"type":"entry","url":"https://twitter.com/parsley72/status/1302009308889190403","likeOf":null,"author":{"url":"https://twitter.com/parsley72","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f3e58f347e878efee3386fd68703d3faf7590abb1f43e06f1c02031fe212a360.jpg","name":"Tom Isaacson"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302008939773652992","wmProperty":"repost-of","wmId":847549,"type":"entry","url":"https://twitter.com/BabyKGar/status/1302008939773652992","likeOf":null,"author":{"url":"https://twitter.com/BabyKGar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9137355cdc6e6a2b81e271105a0b98e6c6cbe31074c1634a6f8b8b23fc766115.jpg","name":"Kevin Lee Garner"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302009434017800193","wmProperty":"repost-of","wmId":847547,"type":"entry","url":"https://twitter.com/thasquirrie/status/1302009434017800193","likeOf":null,"author":{"url":"https://twitter.com/thasquirrie","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4a1e918e7b6cdcb8d6453296505a4342e6675a28951c7d6c9c31a7d7d79dc837.jpg","name":"Zulu™#July25th"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302010059644383234","wmProperty":"repost-of","wmId":847546,"type":"entry","url":"https://twitter.com/sheeeng/status/1302010059644383234","likeOf":null,"author":{"url":"https://twitter.com/sheeeng","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/dd2b034cc6029a62f8f9f0e8ee17b28b68a90cb71e1b5e6c204d093f73aeb980.jpg","name":"Leonard Lee"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302010731806617601","wmProperty":"repost-of","wmId":847544,"type":"entry","url":"https://twitter.com/chrisbiscardi/status/1302010731806617601","likeOf":null,"author":{"url":"https://twitter.com/chrisbiscardi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6cb62548f7ea6e68607b69c1553bde1fcfef10b564e7f87d10e7a8def2dee7dc.png","name":":party-corgi:"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302010573698273281","wmProperty":"repost-of","wmId":847545,"type":"entry","url":"https://twitter.com/KeirstenBrager/status/1302010573698273281","likeOf":null,"author":{"url":"https://twitter.com/KeirstenBrager","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f6367a42524e960b25af727804c2e1999f24d5a90a02fce1532c3fe16855f6fd.jpg","name":"Secure The Vote ⚜️"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/230404080","wmProperty":"like-of","wmId":847542,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-230404080","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Sarah_Swanson","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/76a917c33491467af47c8f41bf7b1f4e76b6e594f6bdcc34f119cf70ae653229.png","name":"Sarah Swanson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302011838843019265","wmProperty":"repost-of","wmId":847543,"type":"entry","url":"https://twitter.com/sonnynomnom/status/1302011838843019265","likeOf":null,"author":{"url":"https://twitter.com/sonnynomnom","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b6d1522a50b99aba1562681a1fbeff3731d5bc8ef3db5c8a59ccc53d2dedc48b.jpg","name":"Sonny Li 🌘"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/516272894","wmProperty":"like-of","wmId":847541,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-516272894","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/GraceLinsdell","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a6dc153a5e2ff089cb4bd1fc94bbeade567e5d0e61d81339d07ebd89bccda352.jpg","name":"Grace Linsdell🌸"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/29231749","wmProperty":"like-of","wmId":847540,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-29231749","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ojoven","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7366b7080c016a1f9efe84ef97cb3e155ec36946afcfde0ff503f9dd82e27982.jpg","name":"Mikel Torres"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/253158338","wmProperty":"like-of","wmId":847538,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-253158338","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/j_abnr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f632044946b0407514a64a6634672d012654bb9701f2e468947913a9ccd58b9f.jpg","name":"Abner Coronado"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/35618044","wmProperty":"like-of","wmId":847539,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-35618044","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/pyettra","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/965b69e6b09555cd2dcb004e9b03f007407265899258e4ef058406eb6e4c07c4.jpg","name":"pyettra"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1623853868","wmProperty":"like-of","wmId":847536,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1623853868","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/pandaveloper","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5c6162207e9690f2871cef5614f802d6ab74510df03ccbab8d78fe3a9c2fd84f.jpg","name":"Anamnesis"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/115446209","wmProperty":"like-of","wmId":847537,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-115446209","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/errancarey","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9aa345d01170c4e59792799b1c6dc49a7bbbca7a4949eb4fa71db1881318cfb5.jpg","name":"e | Erran Carey"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/206773396","wmProperty":"like-of","wmId":847535,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-206773396","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/fajarsiddiqFS","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b0575c6627f7e99c4bf374e55b6655f2a1a287fbf4cd6754a49d36903ea61dcb.jpg","name":"Fajar Siddiq 👨🏻‍💻🇸🇬🏝️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1280647896438697985","wmProperty":"like-of","wmId":847534,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1280647896438697985","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/jami01100100","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/47f746e8b5e3bbff273dbb2fa1633a587525e4745fb9817ca1948e20cda4d280.jpg","name":"Jami"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/897594458077888514","wmProperty":"like-of","wmId":847532,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-897594458077888514","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/witchywaffles","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/972e9aab430722e67dba64eadd16cf188c509dd1644052f690352ba8a79c707a.jpg","name":"jessica (will work for waffles)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/103665473","wmProperty":"like-of","wmId":847533,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-103665473","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/essiccf37","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ad2465e14dca06f9643b3dab9ce352a0e20b57863cf6c9ce73d8d5ad76375386.jpg","name":"essiccf37"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/790773380072902656","wmProperty":"like-of","wmId":847531,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-790773380072902656","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/studio_bio","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9521c352ee6260033027ad3db049b806e20fecd82635d75dabb17f9244a4e05a.jpg","name":"studio.bio"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/40263294","wmProperty":"like-of","wmId":847529,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-40263294","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/trevorblades","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/84f797609310de617f2f8c0de255c982f09e6d916647954c267167d0522877c8.jpg","name":"Trevor Blades"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/17122257","wmProperty":"like-of","wmId":847530,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-17122257","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/SharePointOscar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/17510e246b82f8f319c86b4be08e936652ff25d608acd9311b5d1f4d3ee43f83.jpg","name":"Oscar Medina 🇲🇽☀️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/101429701","wmProperty":"like-of","wmId":847528,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-101429701","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/LivingByThe_ISM","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9f882d5a9f32c08beffd5160fca6ce2e3388437ca86a996698bf4d9b7557731b.jpg","name":"ụmụ 🚥☀️🚥🏁"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/284179358","wmProperty":"like-of","wmId":847527,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-284179358","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/cassie_moy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7cede3f238c8cd8e202649b6962c3664f340fe2ee69a7abf46da86fa16589fe6.jpg","name":"Cassie Moy"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/89209137","wmProperty":"like-of","wmId":847525,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-89209137","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/rjacksonm1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/afb8e94ad9f4956ea4eb32c2560c997925cb286d68d023c6ca3074f4df190deb.jpg","name":"robert ☝️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1199004005457903616","wmProperty":"like-of","wmId":847526,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1199004005457903616","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/dreadheaddreamz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/786ff80c0acd98c82e1da3c24d6e717addfef3daa7cc35e4c04c3c9900c69384.jpg","name":"Big Boss Dread"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/885525206542032896","wmProperty":"like-of","wmId":847523,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-885525206542032896","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/JPonder77","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f93a4ed8e533cfbba1285e9fdfef2dc5ab064890df554d4c562de178fb2fafa3.jpg","name":"Jennifer Ponder"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302011012703563779","wmProperty":"repost-of","wmId":847524,"type":"entry","url":"https://twitter.com/ashleygodbold/status/1302011012703563779","likeOf":null,"author":{"url":"https://twitter.com/ashleygodbold","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/90d3fc4fd2d98d3d359455aad7dff0a20b63e3e968e19d4191ab82ce5bccaf60.jpg","name":"Dr. Ashley Godbold"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1684191271","wmProperty":"like-of","wmId":847522,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1684191271","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/brightoes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8a3b87e1d45c6fb0194ce37db5be2298a4190cfbf5e0ef614f9b22a93cf312af.jpg","name":"Stephanie Brito"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/219056718","wmProperty":"like-of","wmId":847520,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-219056718","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/shreeshbhat","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/eb4a5216e8761b62fe5df74f0e7bf5dfbe547e68cb16e9e4b41df86fe0165f6d.jpg","name":"Shreesh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/230440761","wmProperty":"like-of","wmId":847521,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-230440761","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ChristianSanay","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8964ca43b57f1ae2a4b95fff26675d0d37c35c30aaf244f1c1d8b4946e565503.jpg","name":"Christian Garcia"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/124148658","wmProperty":"like-of","wmId":847519,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-124148658","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/shoab10","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/86c54995e64de0f216b72fec2517437339083c9c12525d92b864c0f963c7e384.jpg","name":"Shoab Ahmed"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1163418215923572736","wmProperty":"like-of","wmId":847517,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1163418215923572736","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/TemiOlukoko","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/09cf1dc73fb2075d5de949bfa6df3ddb59a1cbca95305e09e5445e7ad9d8be15.jpg","name":"YT 🎥: Temi Olukoko"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1022906051987947520","wmProperty":"like-of","wmId":847518,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1022906051987947520","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/fadzai_jaravaza","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8121dbfd0b19163712cba7341cc381ac4edcd015d45c956dad12caa38932a073.jpg","name":"Fadz🇿🇼"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1242869738365169665","wmProperty":"like-of","wmId":847515,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1242869738365169665","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Ahuoyiza_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5d8b3bfc307e0ea9cd4df1f3f88014903725b1001d476e8114ad100136005e2c.jpg","name":"Sophia Abubakar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/795225919698808832","wmProperty":"like-of","wmId":847516,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-795225919698808832","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/aldcaj","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7428ae2a57fe8bbdac0aa80a841d2fc9f5156c81e44451a8d9d23840e2c4b798.jpg","name":"andy j a"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2932738834","wmProperty":"like-of","wmId":847514,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2932738834","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/techgirl1908","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/030e12121e47ef027a6255a9b520b1cce14e5b1de39fa6c1882f6a328ca71f44.jpg","name":"Angie Jones"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1155670529388376066","wmProperty":"like-of","wmId":847512,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1155670529388376066","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ililli99","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f5b3ba47a5d806a876f1a6391f1d78db82f92997ab0d7cf48d582fff9b25e03a.jpg","name":"✨ فريحة ✨"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/3145683579","wmProperty":"like-of","wmId":847513,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-3145683579","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/roliepoly","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c5e87e8accdcbf9bbe9a7541540e6e7118973e7622cdc04300060433286b7222.jpg","name":"Olya Kudriavtseva"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/109696841","wmProperty":"like-of","wmId":847511,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-109696841","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/HealthyRis","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/71e4262f9ef8587541b1503e111b5cabffb0663d20e5de6377034ffaf15e8b32.jpg","name":"🇭🇹"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1091432716531363840","wmProperty":"like-of","wmId":847509,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1091432716531363840","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/vanessav_vp","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ed5365645ccd2ced13c1553f98cd9c173bf3745a281ba9f7bbceb3ceafad4c0a.jpg","name":"Vanessa Villalba"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/894082465","wmProperty":"like-of","wmId":847510,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-894082465","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/automaticpoodle","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b62c73dc3c1fab970fae70ce321b28ebecc8ed0c08dd33cdf5867a8b0ab029a7.jpg","name":"hamberders"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/11693552","wmProperty":"like-of","wmId":847508,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-11693552","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/FunWithJustin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/428c9aa434e5f4038b51fe1d70ddeb2eb6c10a9417d88987ffab667f415646d8.jpg","name":"Justin Schultz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/151932967","wmProperty":"like-of","wmId":847506,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-151932967","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/_ErnestoR","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/230ad227f2bba93cc00490778947a184ac7896d4ce65c786401a4d1cba26b692.jpg","name":"Ernesto Ramírez"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1071896478795337733","wmProperty":"like-of","wmId":847507,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1071896478795337733","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/nate__martins","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2a871b5205c6b6cfa815b2e7cec38146fb323dba6de38dd8cd997ec469cedded.jpg","name":"Nate Martins"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1112680506947223552","wmProperty":"like-of","wmId":847505,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1112680506947223552","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/gerig_thamara","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/884d6cc4d4472ca1b4edcd33ef09a19aa96d70a7f7e21e478b58b78ae3ad02b2.png","name":"Thamara Gerig"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/6016152","wmProperty":"like-of","wmId":847504,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-6016152","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/vtowntim","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6b1bf89ff24253a766d926652724be7371c4873a18090dbf734975b70be2db2e.jpg","name":"Tim Anderson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/18380873","wmProperty":"like-of","wmId":847502,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-18380873","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/SritejAttaluri","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/35c2cb0055c9bba0b1947586b658c12ed86a9afeae7dcabe2e2b9e94416ade6d.jpg","name":"master of my fate, captain of my soul"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/883158672","wmProperty":"like-of","wmId":847503,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-883158672","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/BehzadV1408","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/701aafe221353ef123a0d277356b8db9a05b8c30cf9b0baed85bef1436decd37.jpg","name":"Behzad V"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1299359958379540480","wmProperty":"like-of","wmId":847501,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1299359958379540480","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/BudreskiMitch","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/65e5cf838ca54ab3c22f378f8b4420f05bb1d63559d4daead5701870fde113fd.jpg","name":"Mitch Budreski"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1301988196239245314/1302010835167047680","wmProperty":"in-reply-to","wmId":847500,"type":"entry","url":"https://twitter.com/techgirl1908/status/1302010835167047680","likeOf":null,"author":{"url":"https://twitter.com/techgirl1908","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/030e12121e47ef027a6255a9b520b1cce14e5b1de39fa6c1882f6a328ca71f44.jpg","name":"Angie Jones"},"published":"September 04, 2020","content":{"text":"I haven't!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1130162246737387520","wmProperty":"like-of","wmId":847499,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1130162246737387520","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/learning_webdev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d55b1590851c2fdfa27e5190491f1db9c440868ba6704f7778ddd1363c87eff4.jpg","name":"caseyLearnsToCode"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1301988196239245314/1302005883841503232","wmProperty":"in-reply-to","wmId":847498,"type":"entry","url":"https://twitter.com/techgirl1908/status/1302005883841503232","likeOf":null,"author":{"url":"https://twitter.com/techgirl1908","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/030e12121e47ef027a6255a9b520b1cce14e5b1de39fa6c1882f6a328ca71f44.jpg","name":"Angie Jones"},"published":"September 04, 2020","content":{"text":"Phillip, let's figure it out in JetBrains! @trisha_gee, we too, would like to sparkle"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1301988196239245314/1302003416357625859","wmProperty":"in-reply-to","wmId":847497,"type":"entry","url":"https://twitter.com/abhinavkej/status/1302003416357625859","likeOf":null,"author":{"url":"https://twitter.com/abhinavkej","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1b029c8ad7f4fcfcee973a5ee4ed09bfe703a21505b46cbc3904796ae42702bc.jpg","name":"Abhinav Kejriwal"},"published":"September 04, 2020","content":{"text":"@parandea1_7 for some reason this reminded me of you"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1301988196239245314/1302005625971511298","wmProperty":"in-reply-to","wmId":847496,"type":"entry","url":"https://twitter.com/GtLaloSilva/status/1302005625971511298","likeOf":null,"author":{"url":"https://twitter.com/GtLaloSilva","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4d11cdb349cce3caf4a88a201013c6a15cd91c6bd02143ab0c53ebda2fd312b2.jpg","name":"Skid"},"published":"September 04, 2020","content":{"text":"What’s that template were you are writing, is that for a blog post or something?"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1301988196239245314/1302005655738482689","wmProperty":"in-reply-to","wmId":847495,"type":"entry","url":"https://twitter.com/phillipsharring/status/1302005655738482689","likeOf":null,"author":{"url":"https://twitter.com/phillipsharring","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f694037f97ac5eade95dafea622caf3b58a80d47147eab51f83fc2e074d93695.jpg","name":"Phillip Harrington"},"published":"September 04, 2020","content":{"text":"This is _soooo cool_ wow - super jealous I use JetBrains now"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302004395282964482","wmProperty":"mention-of","wmId":847494,"type":"entry","url":"https://twitter.com/iamjatinrao/status/1302004395282964482","likeOf":null,"author":{"url":"https://twitter.com/iamjatinrao","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e7a9e5b90a0b9b795288c2cfc7558cab1b16fb6137702b35288866914412f217.jpg","name":"Jatin Rao"},"published":"September 04, 2020","content":{"text":"How to Make Your VSCode Sparkle✨✨\n\nThanks, @waterproofheart for sharing this ✨✨article.\n\naboutmonica.com/blog/how-to-ma…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1301990769033654275","wmProperty":"mention-of","wmId":847466,"type":"entry","url":"https://twitter.com/LittleKope/status/1301990769033654275","likeOf":null,"author":{"url":"https://twitter.com/LittleKope","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/22ac76d6f0e898374cf4f90d18d39ffb6b6c7685306d36380e5f90cedafaa2c1.jpg","name":"Lindsey (she/her) #BlackLivesMatter"},"published":"September 04, 2020","content":{"text":"The video alt is Monica typing in her VSCode editor and there are sparkles around where she typed!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1301998345523781644","wmProperty":"mention-of","wmId":847465,"type":"entry","url":"https://twitter.com/fharper/status/1301998345523781644","likeOf":null,"author":{"url":"https://twitter.com/fharper","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/eba9bb6262f46b5689c5af73f1a212416eecf7a3836f5fc15f8e1ab51886ddc8.jpg","name":"Frédéric Harper - looking for a devrel job"},"published":"September 04, 2020","content":{"text":"I want that :)"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1301998851130306565","wmProperty":"mention-of","wmId":847464,"type":"entry","url":"https://twitter.com/JoshWComeau/status/1301998851130306565","likeOf":null,"author":{"url":"https://twitter.com/JoshWComeau","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/179be1dba306ecff52b90a3a67e08ec37340cf35a27516dc6b21737c9e59b732.jpg","name":"Josh ✨"},"published":"September 04, 2020","content":{"text":"Omg I love this!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1302001255494103042","wmProperty":"mention-of","wmId":847463,"type":"entry","url":"https://twitter.com/LopeAriyoDev/status/1302001255494103042","likeOf":null,"author":{"url":"https://twitter.com/LopeAriyoDev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1ff5f1cf975cb72dacd2fbe0cc49e6045b92185cc3e0e934a2f1fd66944eb8d9.png","name":"Lopè Ariyo 👩🏾‍💻🖥"},"published":"September 04, 2020","content":{"text":"The other devs at work our going to get sick of me from Monday. I'm going to use every excuse possible to pair program so they can see this in my editor 😂😂😂"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1301988547478642688","wmProperty":"repost-of","wmId":847462,"type":"entry","url":"https://twitter.com/maxcell/status/1301988547478642688","likeOf":null,"author":{"url":"https://twitter.com/maxcell","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a883720df399748ec3c5e79fdb00e3bcfa1aed681d0b2db5977e20976816186d.jpg","name":"Prince Wilson"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1301989932479651840","wmProperty":"repost-of","wmId":847461,"type":"entry","url":"https://twitter.com/alltom/status/1301989932479651840","likeOf":null,"author":{"url":"https://twitter.com/alltom","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f4703a3956f99c8ae132afc80db07a84b56b0259c45eacd4bf672ee6ddffb529.jpg","name":"Tom Lieber"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1301991688399847425","wmProperty":"repost-of","wmId":847460,"type":"entry","url":"https://twitter.com/twenty_eggs/status/1301991688399847425","likeOf":null,"author":{"url":"https://twitter.com/twenty_eggs","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6744b80dadfc67c5fd85b0c334d9da0fb04fdc09d7042685869aa7f9c1f88074.jpg","name":"shuaige666"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1301994241481207810","wmProperty":"repost-of","wmId":847459,"type":"entry","url":"https://twitter.com/driannavaldivia/status/1301994241481207810","likeOf":null,"author":{"url":"https://twitter.com/driannavaldivia","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c8b57cbf0570f8d853c797e6a46a7c62caea83bbd2e6075804696086ea6d5b49.jpg","name":"AV"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1301995479169892356","wmProperty":"repost-of","wmId":847458,"type":"entry","url":"https://twitter.com/9631kunn/status/1301995479169892356","likeOf":null,"author":{"url":"https://twitter.com/9631kunn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ea2e587afe2a7441c65b2396b5794c7b1403f5b9d26b86cd509fa174259fe1d9.jpg","name":"サイ"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1301996430006136837","wmProperty":"repost-of","wmId":847457,"type":"entry","url":"https://twitter.com/studio_hungry/status/1301996430006136837","likeOf":null,"author":{"url":"https://twitter.com/studio_hungry","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/febf69e9b040d4ee7b5c568290ead0fc79273770b668ae5684452dcc61966081.jpg","name":"Rich Haines"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1301996548662984704","wmProperty":"repost-of","wmId":847456,"type":"entry","url":"https://twitter.com/VilMango/status/1301996548662984704","likeOf":null,"author":{"url":"https://twitter.com/VilMango","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ef3272334bd2536dbca78f05cb22da74b1a661f8271ef7a25661152c36bfbbd6.jpg","name":"Vil@🥭Mango:~$"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1301998230100733959","wmProperty":"repost-of","wmId":847455,"type":"entry","url":"https://twitter.com/ikwemogena/status/1301998230100733959","likeOf":null,"author":{"url":"https://twitter.com/ikwemogena","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0e1b0d7bc3a576b6a0af048534de1a953e48d6edcd4547bde368471b6d824806.jpg","name":"guvnor"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1301998630321221635","wmProperty":"repost-of","wmId":847454,"type":"entry","url":"https://twitter.com/KeziahMoselle/status/1301998630321221635","likeOf":null,"author":{"url":"https://twitter.com/KeziahMoselle","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/dc6390e2cf8f5fb63f9fbf46af67999830db83afcec12d8164427a731bda2153.png","name":"Keziah 🌸"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302000001300787201","wmProperty":"repost-of","wmId":847453,"type":"entry","url":"https://twitter.com/francisco_yira/status/1302000001300787201","likeOf":null,"author":{"url":"https://twitter.com/francisco_yira","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/382b9b06aaa6f3125e3833d4849dda4d29992ffe364cc5bd0eb989f87566b801.jpg","name":"Francisco Yirá 💻📈🇨🇱"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302000056061628418","wmProperty":"repost-of","wmId":847452,"type":"entry","url":"https://twitter.com/riccardoerra/status/1302000056061628418","likeOf":null,"author":{"url":"https://twitter.com/riccardoerra","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/111041f442326f015aac6c40ca13cb110a2a21410d52b528063976b1ab80206d.jpg","name":"Riccardo Erra"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302001239085985801","wmProperty":"repost-of","wmId":847451,"type":"entry","url":"https://twitter.com/winkerVSbecks/status/1302001239085985801","likeOf":null,"author":{"url":"https://twitter.com/winkerVSbecks","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4bc9dc39c63f8eee76305afe82a51e48b1be90e4e22024c0397dc921da6776e3.jpg","name":"Varun Vachhar"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1301988196239245314/1302001702707564546","wmProperty":"repost-of","wmId":847450,"type":"entry","url":"https://twitter.com/kng/status/1302001702707564546","likeOf":null,"author":{"url":"https://twitter.com/kng","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a1fe2d9df82f504be7defb28f295d1a4e9bb692547cc253421930da88216471b.jpg","name":"Kelly"},"published":"September 04, 2020","content":{"text":"I added ✨ to my VSCode editor by customizing the Power Mode extension configuration. \n\nLearn how to set up something similar here: https://t"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1378219621","wmProperty":"like-of","wmId":847449,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1378219621","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/riyadanii","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ab56f7c6012e68d1e8db3e76646c0031af5758abef33c9957cb299316120c31a.jpg","name":"riya 🧚🏼‍♀️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/129292956","wmProperty":"like-of","wmId":847448,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-129292956","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ryan_c_harris","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3753985193dee6a68be9fa49f42229ababd0b35affb3f80a99f6f1b489701647.jpg","name":"ryan.harris"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/19416748","wmProperty":"like-of","wmId":847447,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-19416748","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/satinflame","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/458e06fe22aa26581ded7f17b8886028dc54f0e71fdaaac7123c48df8c4f99ef.jpg","name":"Jeanine Schoessler"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/3115345708","wmProperty":"like-of","wmId":847446,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-3115345708","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/maxcell","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a883720df399748ec3c5e79fdb00e3bcfa1aed681d0b2db5977e20976816186d.jpg","name":"Prince Wilson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/3229156952","wmProperty":"like-of","wmId":847445,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-3229156952","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/driannavaldivia","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c8b57cbf0570f8d853c797e6a46a7c62caea83bbd2e6075804696086ea6d5b49.jpg","name":"AV"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/767170315818561536","wmProperty":"like-of","wmId":847444,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-767170315818561536","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/kelseyhuse30","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1d17877c3c7dd0133ad13d906d451866d9411783eaea857ce3c93516b20f8dd4.jpg","name":"Kelsey Huse"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/9465632","wmProperty":"like-of","wmId":847443,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-9465632","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/mryap","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8d90a4d4e7996e2e83ea7b6c6941e9100e2ca6b8703e9ed3ea959603d0156286.jpg","name":"mryap"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/6279162","wmProperty":"like-of","wmId":847442,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-6279162","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/softprops","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4e9e7c87b4341f75eb69b74f911740a4449b125a3499ee3d7044dcdede25321a.jpg","name":"Doug Tangren 🐑"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/243222857","wmProperty":"like-of","wmId":847441,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-243222857","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/jessekernaghan","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2aab94b164cc05cd0fb7e92e15fb542df27664725d739cfe9185d7a8a2e52ab8.jpg","name":"Jesse Kernaghan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/190899227","wmProperty":"like-of","wmId":847440,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-190899227","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/dougvalenta","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/048d929b3619589fca48619f77ca56fea91cd34d500b8dcb11a2872c1abec2b4.jpg","name":"Doug Valenta"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/14019652","wmProperty":"like-of","wmId":847438,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-14019652","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/rezzz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b03bf9af55ed82417340e427bce7a46f43201316889df9eea6e0c9793481a10d.jpg","name":"Jason Resnick 👨‍👩‍👦‍👦🤘"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/186896556","wmProperty":"like-of","wmId":847439,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-186896556","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/notlus","type":"card","photo":"https://webmention.io/avatar/abs.twimg.com/0e6b2cd70aa5b35dec24ca4e1e63f8963f0118736d9ec3bba77e3a8c99a27bc2.png","name":"Jeffrey Sulton"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/4579978615","wmProperty":"like-of","wmId":847437,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-4579978615","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/shinyounglucia","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/890d532389db4aace1f6bee0e68d116d94cb4037ecbdcc9b9bd8884d6c39ccba.jpg","name":"Lucia Choi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1159532089571594240","wmProperty":"like-of","wmId":847436,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1159532089571594240","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/oneirocosm","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6a27cba538bfd04f145728e613c21a37f3e5c1017902ed1b085b5ccf75535d01.jpg","name":"Colton"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/42462248","wmProperty":"like-of","wmId":847435,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-42462248","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/melissamcewen","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5c9c33131db3c4921354bc44afdabb042412ed3387cd81361859161dad34d21f.jpg","name":"Melissa McEwen"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/14572270","wmProperty":"like-of","wmId":847434,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-14572270","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/kohidave","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/20f5723a191a032e8e2e0a7f680c1903796eab85939da5975516ca041454cf35.jpg","name":"David Killmon 🌤"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/168067517","wmProperty":"like-of","wmId":847433,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-168067517","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/imAnushree","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8ae6054e67fd73e74195c63585f0e342ac9b47b287d25474e191b84fcef007ba.jpg","name":"Anushree Subramani 👑"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/65036046","wmProperty":"like-of","wmId":847431,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-65036046","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ZaairaaG","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/df700ab155f7a0176cae7afce2406ac40d2516fd15a70cabb8fd177a328cdcf1.jpg","name":"Zaíra Gonçalves"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/36133587","wmProperty":"like-of","wmId":847432,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-36133587","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/bearloga","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fd96a1f6e53bccac6561be0a1b1b24dea313919c4adb59d535bc1ea3f241095e.png","name":"Mikhail Popov"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/36598880","wmProperty":"like-of","wmId":847430,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-36598880","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/VilMango","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ef3272334bd2536dbca78f05cb22da74b1a661f8271ef7a25661152c36bfbbd6.jpg","name":"Vil@🥭Mango:~$"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1216884705267679232","wmProperty":"like-of","wmId":847429,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1216884705267679232","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/harmlessdev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a363c672a4862d7fb6e7f48a2a3de8f396cf82b5c6fc32a494e0160163e9d9a4.jpg","name":"Harmless Dev"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/885877236","wmProperty":"like-of","wmId":847428,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-885877236","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/duneThemeByToto","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/459d97b46c82a9aff134adc00e41d474acb69038349933f0a5be3ce494b8f5dd.jpg","name":"afgncaap"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/4787534926","wmProperty":"like-of","wmId":847427,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-4787534926","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/tashay_g","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2b5910ef88fbaa9dbd62188ac793e5cff45f39df472c63ac3c2ae3754213420b.jpg","name":"Tashay"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1253437427433107457","wmProperty":"like-of","wmId":847425,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1253437427433107457","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/9631kunn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ea2e587afe2a7441c65b2396b5794c7b1403f5b9d26b86cd509fa174259fe1d9.jpg","name":"サイ"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/24372978","wmProperty":"like-of","wmId":847426,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-24372978","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/JoanJoly","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ec10781e078fbc9a015944ed670669741cc4467fddbf73a3781afb7d3bd93617.jpg","name":"Joan Joly 🌎"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/3248885674","wmProperty":"like-of","wmId":847424,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-3248885674","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/queenteachermk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/01bc16d19c5aa2628ea1965e5ed7c41be35452354b90cdbf17ee2f104594af04.jpg","name":"Queen T. 👩‍💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1025494621164630016","wmProperty":"like-of","wmId":847422,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1025494621164630016","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/studio_hungry","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/febf69e9b040d4ee7b5c568290ead0fc79273770b668ae5684452dcc61966081.jpg","name":"Rich Haines"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/948609064484864006","wmProperty":"like-of","wmId":847423,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-948609064484864006","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/laurieontech","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/88eb169f2e962af928bd48c299e3b7e6498b0d59c28536d15ddc583e39950465.jpg","name":"Laurie"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/474617811","wmProperty":"like-of","wmId":847420,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-474617811","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/austencam","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a27005d9282fe163246040d305873c6a4b81c885a042e6a32f285182f85d2e73.jpg","name":"Austen Cameron"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/606762689","wmProperty":"like-of","wmId":847421,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-606762689","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/sherrrylst","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/69430f666afe0ed46ae2b7b55f5decf39983bccc9069d29510e4419b2d6ca05d.jpg","name":"Sherry | ᛋᚴᛂᚱᚱᛁ 🇩🇰🇩🇰🇩🇰"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/32190243","wmProperty":"like-of","wmId":847419,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-32190243","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/resource11","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/17efd969828de1c2a7a88c92ee820ba2867711a45d729f729bc16c62f470f8d5.jpg","name":"Kathleen McMahon #clarity2020"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1176177680401797122","wmProperty":"like-of","wmId":847418,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1176177680401797122","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/ijemmaohno","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e3552ab6387b9f373da60fe219f04aa3908c34504b45157faae3f4bf9e4cf66f.jpg","name":"Ijemma Onwuzulike"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/865422423390167042","wmProperty":"like-of","wmId":847416,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-865422423390167042","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/just_epicness_7","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0fdd6a5b166283e8a8c068b4f1406dd7ccb3d5695dac285453fde8db4191b923.jpg","name":"Erik"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1193480702","wmProperty":"like-of","wmId":847417,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1193480702","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/mattaelphick","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/86aff0bd8d9cf70f9d5803df29230b55ecb250773357697ef62aa6c4a3cafce7.jpg","name":"Matt Elphick 🧙"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/794283147244539904","wmProperty":"like-of","wmId":847414,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-794283147244539904","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/leiderbahn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6182c91fdc86f00ebf5b86cc8f2c39274b52b996751b7b3deb0b7d7e56a4238c.jpg","name":"farhaven"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/14678350","wmProperty":"like-of","wmId":847415,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-14678350","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/fharper","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/eba9bb6262f46b5689c5af73f1a212416eecf7a3836f5fc15f8e1ab51886ddc8.jpg","name":"Frédéric Harper - looking for a devrel job"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2308474213","wmProperty":"like-of","wmId":847413,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2308474213","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/JoshWComeau","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/179be1dba306ecff52b90a3a67e08ec37340cf35a27516dc6b21737c9e59b732.jpg","name":"Josh ✨"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1050927630122389506","wmProperty":"like-of","wmId":847412,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1050927630122389506","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/francisco_yira","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/382b9b06aaa6f3125e3833d4849dda4d29992ffe364cc5bd0eb989f87566b801.jpg","name":"Francisco Yirá 💻📈🇨🇱"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/349436452","wmProperty":"like-of","wmId":847410,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-349436452","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/kng","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a1fe2d9df82f504be7defb28f295d1a4e9bb692547cc253421930da88216471b.jpg","name":"Kelly"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/782359","wmProperty":"like-of","wmId":847411,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-782359","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/WoogyChuck","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/21993344dac6252b29ee3be95af590fe1969355e5ff4e163eea0c4fbe40fccd4.jpg","name":"Ian Muir"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/843884936205488128","wmProperty":"like-of","wmId":847409,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-843884936205488128","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/shakarnwal","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/eb999b4269afb0f33b4ffc126e7f6a2b1a59d143426fe05ec71e9ed36c4e9c59.jpg","name":"Shantanu Karnwal"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/25974808","wmProperty":"like-of","wmId":847408,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-25974808","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/elizabeth_mac","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/31388383ba06a17c1a195949c7bcb6ed71c92bd0b99b70bd217e876b63b80193.jpg","name":"elizabeth alexandra"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/14554944","wmProperty":"like-of","wmId":847407,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-14554944","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/voidwarren","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1fd0cb8d0e9e69309066dc05ce075bc557d9934488c04c507777991ac79a6832.jpg","name":"davy"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1017201","wmProperty":"like-of","wmId":847406,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1017201","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/alltom","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f4703a3956f99c8ae132afc80db07a84b56b0259c45eacd4bf672ee6ddffb529.jpg","name":"Tom Lieber"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1248584871452254209","wmProperty":"like-of","wmId":847405,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1248584871452254209","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/LopeAriyoDev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1ff5f1cf975cb72dacd2fbe0cc49e6045b92185cc3e0e934a2f1fd66944eb8d9.png","name":"Lopè Ariyo 👩🏾‍💻🖥"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/953646192092696576","wmProperty":"like-of","wmId":847404,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-953646192092696576","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Real_MrPositive","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ceebe5021ce6590b26a2ee357493dd6ebd7ddd77b1991629d989029df9edf710.jpg","name":"The Real Mr. Positive"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/71344126","wmProperty":"like-of","wmId":847403,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-71344126","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/LittleKope","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/22ac76d6f0e898374cf4f90d18d39ffb6b6c7685306d36380e5f90cedafaa2c1.jpg","name":"Lindsey (she/her) #BlackLivesMatter"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/129343561","wmProperty":"like-of","wmId":847401,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-129343561","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/miles_matthias","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9eb2403bc1647a15304a7be08074e5f4f3ab84cebf7201a44ec5624490194b99.jpg","name":"Miles 🖤"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1262330271917060098","wmProperty":"like-of","wmId":847402,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1262330271917060098","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/TakeddineY","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/12ae69fe75158b33cacbdbb002e38ce45db49a4baa06bb7c2bd5903368adab19.jpg","name":"Takeddine Yassine"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1259622945955016705","wmProperty":"like-of","wmId":847400,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1259622945955016705","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/tannerdolby","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0b9b6080c2486ab209b39facadec189a081288baa997cdb77bda07ddd9dafa21.jpg","name":"Tanner Dolby"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/2932394144","wmProperty":"like-of","wmId":847399,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-2932394144","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/DharmiKumbhani","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b35824f3d609d09a6ae1a94fb126980013bb536f2a58e55a32346f390c170a04.jpg","name":"Dharmi Kumbhani"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1301988196239245314/1301990198717407234","wmProperty":"in-reply-to","wmId":847397,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301990198717407234","likeOf":null,"author":{"url":"https://twitter.com/waterproofheart","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b17a181a222b006c4de292e40f80a97674c9ce4d5ec3bf2ead3176653549519c.jpg","name":"Monica.dev 👩🏾‍💻"},"published":"September 04, 2020","content":{"text":"Thank you Prince!"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/82924400","wmProperty":"like-of","wmId":847398,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-82924400","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/pveyes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fd9bbed3f42e6ad0d79605eaa8a884ac2975c4ce7f37de23df6d0b640dc0e534.png","name":"Fatih Kalifa"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1301988196239245314/1293572535112601601","wmProperty":"like-of","wmId":847396,"type":"entry","url":"https://twitter.com/waterproofheart/status/1301988196239245314#favorited-by-1293572535112601601","likeOf":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","author":{"url":"https://twitter.com/Jsebitok","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c75129eea9a015370f138962bcb8ff8529fc2a2bcc9032217bb93982194e89d6.jpg","name":"sharon.then"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1301988196239245314/1301988631637262340","wmProperty":"in-reply-to","wmId":847395,"type":"entry","url":"https://twitter.com/maxcell/status/1301988631637262340","likeOf":null,"author":{"url":"https://twitter.com/maxcell","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a883720df399748ec3c5e79fdb00e3bcfa1aed681d0b2db5977e20976816186d.jpg","name":"Prince Wilson"},"published":"September 04, 2020","content":{"text":"How do you always make so much amazing things 🤩"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1301988196239245314/1301990065481097216","wmProperty":"in-reply-to","wmId":847394,"type":"entry","url":"https://twitter.com/laurieontech/status/1301990065481097216","likeOf":null,"author":{"url":"https://twitter.com/laurieontech","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/88eb169f2e962af928bd48c299e3b7e6498b0d59c28536d15ddc583e39950465.jpg","name":"Laurie"},"published":"September 04, 2020","content":{"text":"This is like Disney Princess IDE and I want it"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1301988196239245314/1301990971564007424","wmProperty":"in-reply-to","wmId":847393,"type":"entry","url":"https://twitter.com/SilvestriCodes/status/1301990971564007424","likeOf":null,"author":{"url":"https://twitter.com/SilvestriCodes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/14866ca0db9839837e8ee054c621a07fc7f14d42951d9ab9e6308f32320c233b.jpg","name":"Jonathan Silvestri"},"published":"September 04, 2020","content":{"text":"I...love this so intensely and it is brightening the hell out of my day."}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1301988196239245314/1301994969348157441","wmProperty":"in-reply-to","wmId":847392,"type":"entry","url":"https://twitter.com/miles_matthias/status/1301994969348157441","likeOf":null,"author":{"url":"https://twitter.com/miles_matthias","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9eb2403bc1647a15304a7be08074e5f4f3ab84cebf7201a44ec5624490194b99.jpg","name":"Miles 🖤"},"published":"September 04, 2020","content":{"text":"Magic 👏🏻"}}}]}},"pageContext":{"permalink":"https://www.aboutmonica.com/blog/how-to-make-your-vs-code-sparkle/","slug":"/blog/how-to-make-your-vs-code-sparkle/","prev":{"id":"1bbbaff3-88a4-583f-9c17-3d5cdea354d8","frontmatter":{"title":"Hanselminutes Podcast: Leaning Into Learning In Public","category":["reflection"],"date":"2020-09-10T00:16:13.342Z","slug":"leaning-into-learning-in-public-with-monica-powell","tags":["Podcast"],"redirects":null},"fields":{"slug":"/blog/leaning-into-learning-in-public-with-monica-powell/"}},"next":{"id":"458d7e83-bae7-5158-82bc-c8f5b59216d5","frontmatter":{"title":"Migrating To MDX Talk","category":["reflection"],"date":"2020-08-24T22:22:11.178Z","slug":"migrating-to-mdx","tags":["MDX","video"],"redirects":null},"fields":{"slug":"/blog/migrating-to-mdx/"}}}},
    "staticQueryHashes": ["1977783444","764694655"]}