<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Lelin Padhan</title>
    <description>The latest articles on DEV Community by Lelin Padhan (@lelin07).</description>
    <link>https://dev.to/lelin07</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1401285%2Fbaacd83e-fac9-4bf8-8854-1f1f0e0098da.png</url>
      <title>DEV Community: Lelin Padhan</title>
      <link>https://dev.to/lelin07</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lelin07"/>
    <language>en</language>
    <item>
      <title>My Journey from Clueless to ‘Hey, It’s on the VS Code Marketplace!’</title>
      <dc:creator>Lelin Padhan</dc:creator>
      <pubDate>Wed, 06 Nov 2024 18:38:54 +0000</pubDate>
      <link>https://dev.to/lelin07/my-journey-from-clueless-to-hey-its-on-the-vs-code-marketplace-386p</link>
      <guid>https://dev.to/lelin07/my-journey-from-clueless-to-hey-its-on-the-vs-code-marketplace-386p</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flu2k25r4vckgagylav9v.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flu2k25r4vckgagylav9v.png" alt="Image description" width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Ever since I was a kid, I’ve had this unstoppable curiosity. It’s the kind of curiosity that leads you into all sorts of rabbit holes, from learning obscure trivia to tinkering with code. I’m a developer, and like most developers, I rely on a ton of VS Code extensions to make my life easier. Then one day, a thought hit me: &lt;em&gt;What if I published something on the VS Code Marketplace?&lt;/em&gt; Imagine that—me, the creator of a VS Code extension! I’d officially be the founder of… well, something.&lt;/p&gt;




&lt;h2&gt;
  
  
  🎨 The Grand Plan: A VS Code Theme
&lt;/h2&gt;

&lt;p&gt;Since diving head-first into extension development sounded a bit intimidating, I decided to start with something I’d actually enjoy and understood on some level: a theme. I didn’t have any clue what I was doing, so I turned to my two trusty teachers—Google and YouTube. I stumbled across a few videos that mentioned this cool tool called &lt;a href="https://themes.vscode.one/" rel="noopener noreferrer"&gt;Theme Studio for VS Code&lt;/a&gt;. It lets you design a VS Code theme and exports a JSON file of your creation. I had my theme file in hand, and I was ready to go. Or so I thought.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsoh1u6hn8l11272d30d9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsoh1u6hn8l11272d30d9.png" alt="Image description" width="800" height="480"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🛠 Enter the Rabbit Hole of Publishing
&lt;/h2&gt;

&lt;p&gt;After a little more research, I learned that publishing a theme on the VS Code Marketplace isn’t just a matter of hitting “upload.” Turns out, there’s something called &lt;a href="https://www.npmjs.com/package/generator-code" rel="noopener noreferrer"&gt;Yo Code Generator&lt;/a&gt; that sets up your project template, and then &lt;a href="https://github.com/microsoft/vscode-vsce" rel="noopener noreferrer"&gt;VSCE&lt;/a&gt; (Visual Studio Code Extension Manager) to handle the publishing part. Easy enough, right? Well, Microsoft decided to make things interesting.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F94vdt93c2jf9776nish5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F94vdt93c2jf9776nish5.png" alt="Image description" width="526" height="440"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To publish anything on the Marketplace, you need a Microsoft DevOps account and a Personal Access Token (PAT) to authenticate. So I followed the tutorial video step-by-step, only to be met with a parade of errors. Every fix just led to another error, but I wasn’t about to let a few (okay, many) errors stop me. I was going to publish this theme, even if it took all day.&lt;/p&gt;




&lt;h2&gt;
  
  
  🚀 The Publish Button… Finally
&lt;/h2&gt;

&lt;p&gt;After tons of troubleshooting, following the latest docs, and a few moments of existential dread, I finally hit publish using VSCE. My theme was live on the Marketplace! It was an incredible moment. But as any developer knows, once you get one thing working, three other things break.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftrdzdc1t2uoqbcwetb8f.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftrdzdc1t2uoqbcwetb8f.jpg" alt="Image description" width="608" height="410"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  📈 Versioning: The Next Frontier
&lt;/h2&gt;

&lt;p&gt;As I worked on improvements for the theme, I realized I needed a way to handle versioning—otherwise, updating the theme would quickly become a nightmare. That’s when I remembered I had GitHub Copilot, thanks to my university email. Copilot is like a clueless assistant who sometimes accidentally stumbles upon helpful suggestions. Together, we got the idea to try &lt;a href="https://github.com/features/actions" rel="noopener noreferrer"&gt;GitHub Actions&lt;/a&gt; to automate updates.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6om3rnszc32o2gbfnv63.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6om3rnszc32o2gbfnv63.png" alt="Image description" width="800" height="1238"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This was uncharted territory for me, so I dove into the docs and built my first CI pipeline with GitHub Actions. I used &lt;a href="https://semantic-release.gitbook.io/semantic-release/" rel="noopener noreferrer"&gt;Semantic Release&lt;/a&gt; to handle the versioning, generate changelogs, and add release tags. Of course, there were more errors (mostly thanks to my GitHub PAT not having the right permissions), but I powered through. Finally, the whole setup worked.&lt;/p&gt;




&lt;h2&gt;
  
  
  🎉 The Finishing Touches
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgjb6nc5msfjpyyarz2rx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgjb6nc5msfjpyyarz2rx.png" alt="Image description" width="128" height="128"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To top it all off, I added an AI-generated logo, improved my documentation, and did my best to make the project look polished. Although I’m still manually bumping the version for npm (since I haven’t fully figured that part out), my theme is up and running smoothly.&lt;/p&gt;

&lt;p&gt;If you check out my &lt;a href="https://github.com/Lelin07/retro-green-theme" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;, you’ll see a string of messy commits—a testament to the learning process. This project taught me more than any course could, covering everything from basic theme creation to advanced CI/CD setup. Now that I’ve built a solid foundation, I’m ready to dive into even more ambitious projects.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq05vy3figojhq586lz7y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq05vy3figojhq586lz7y.png" alt="Image description" width="800" height="196"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  💡 Final Thoughts: Curiosity Is Everything
&lt;/h2&gt;

&lt;p&gt;If there’s one takeaway from this journey, it’s that curiosity can take you far. When you’re curious, nothing can stop you—not errors, not confusing docs, not even Microsoft’s complex publishing requirements. So, if you’ve got a spark of curiosity, follow it. You never know where it might lead!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkc7kfy78trnd24mj5h3y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkc7kfy78trnd24mj5h3y.png" alt="Image description" width="800" height="398"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;P.S.&lt;/strong&gt; Check out my &lt;a href="https://marketplace.visualstudio.com/items?itemName=LelinPadhan.retro-green-theme-vscode" rel="noopener noreferrer"&gt;VS Code Marketplace&lt;/a&gt;, and don’t forget to give it a star on &lt;a href="https://github.com/Lelin07/retro-green-theme" rel="noopener noreferrer"&gt;Github&lt;/a&gt; ⭐. I’ll be actively working on any issues that pop up to polish it even further. If you want, I can blog an entire in-depth tutorial for you guys, diving into each step!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Happy coding! 🎉&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>showdev</category>
      <category>github</category>
      <category>vscode</category>
    </item>
    <item>
      <title>My Journey from Clueless to ‘Hey, It’s on the VS Code Marketplace!’</title>
      <dc:creator>Lelin Padhan</dc:creator>
      <pubDate>Wed, 06 Nov 2024 17:27:42 +0000</pubDate>
      <link>https://dev.to/lelin07/my-journey-from-clueless-to-hey-its-on-the-vs-code-marketplace-5a48</link>
      <guid>https://dev.to/lelin07/my-journey-from-clueless-to-hey-its-on-the-vs-code-marketplace-5a48</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flu2k25r4vckgagylav9v.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flu2k25r4vckgagylav9v.png" alt="Image description" width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Ever since I was a kid, I’ve had this unstoppable curiosity. It’s the kind of curiosity that leads you into all sorts of rabbit holes, from learning obscure trivia to tinkering with code. I’m a developer, and like most developers, I rely on a ton of VS Code extensions to make my life easier. Then one day, a thought hit me: &lt;em&gt;What if I published something on the VS Code Marketplace?&lt;/em&gt; Imagine that—me, the creator of a VS Code extension! I’d officially be the founder of… well, something.&lt;/p&gt;




&lt;h2&gt;
  
  
  🎨 The Grand Plan: A VS Code Theme
&lt;/h2&gt;

&lt;p&gt;Since diving head-first into extension development sounded a bit intimidating, I decided to start with something I’d actually enjoy and understood on some level: a theme. I didn’t have any clue what I was doing, so I turned to my two trusty teachers—Google and YouTube. I stumbled across a few videos that mentioned this cool tool called &lt;a href="https://themes.vscode.one/" rel="noopener noreferrer"&gt;Theme Studio for VS Code&lt;/a&gt;. It lets you design a VS Code theme and exports a JSON file of your creation. I had my theme file in hand, and I was ready to go. Or so I thought.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsoh1u6hn8l11272d30d9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsoh1u6hn8l11272d30d9.png" alt="Image description" width="800" height="480"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🛠 Enter the Rabbit Hole of Publishing
&lt;/h2&gt;

&lt;p&gt;After a little more research, I learned that publishing a theme on the VS Code Marketplace isn’t just a matter of hitting “upload.” Turns out, there’s something called &lt;a href="https://www.npmjs.com/package/generator-code" rel="noopener noreferrer"&gt;Yo Code Generator&lt;/a&gt; that sets up your project template, and then &lt;a href="https://github.com/microsoft/vscode-vsce" rel="noopener noreferrer"&gt;VSCE&lt;/a&gt; (Visual Studio Code Extension Manager) to handle the publishing part. Easy enough, right? Well, Microsoft decided to make things interesting.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F94vdt93c2jf9776nish5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F94vdt93c2jf9776nish5.png" alt="Image description" width="526" height="440"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To publish anything on the Marketplace, you need a Microsoft DevOps account and a Personal Access Token (PAT) to authenticate. So I followed the tutorial video step-by-step, only to be met with a parade of errors. Every fix just led to another error, but I wasn’t about to let a few (okay, many) errors stop me. I was going to publish this theme, even if it took all day.&lt;/p&gt;




&lt;h2&gt;
  
  
  🚀 The Publish Button… Finally
&lt;/h2&gt;

&lt;p&gt;After tons of troubleshooting, following the latest docs, and a few moments of existential dread, I finally hit publish using VSCE. My theme was live on the Marketplace! It was an incredible moment. But as any developer knows, once you get one thing working, three other things break.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftrdzdc1t2uoqbcwetb8f.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftrdzdc1t2uoqbcwetb8f.jpg" alt="Image description" width="608" height="410"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  📈 Versioning: The Next Frontier
&lt;/h2&gt;

&lt;p&gt;As I worked on improvements for the theme, I realized I needed a way to handle versioning—otherwise, updating the theme would quickly become a nightmare. That’s when I remembered I had GitHub Copilot, thanks to my university email. Copilot is like a clueless assistant who sometimes accidentally stumbles upon helpful suggestions. Together, we got the idea to try &lt;a href="https://github.com/features/actions" rel="noopener noreferrer"&gt;GitHub Actions&lt;/a&gt; to automate updates.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6om3rnszc32o2gbfnv63.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6om3rnszc32o2gbfnv63.png" alt="Image description" width="800" height="1238"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This was uncharted territory for me, so I dove into the docs and built my first CI pipeline with GitHub Actions. I used &lt;a href="https://semantic-release.gitbook.io/semantic-release/" rel="noopener noreferrer"&gt;Semantic Release&lt;/a&gt; to handle the versioning, generate changelogs, and add release tags. Of course, there were more errors (mostly thanks to my GitHub PAT not having the right permissions), but I powered through. Finally, the whole setup worked.&lt;/p&gt;




&lt;h2&gt;
  
  
  🎉 The Finishing Touches
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgjb6nc5msfjpyyarz2rx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgjb6nc5msfjpyyarz2rx.png" alt="Image description" width="128" height="128"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To top it all off, I added an AI-generated logo, improved my documentation, and did my best to make the project look polished. Although I’m still manually bumping the version for npm (since I haven’t fully figured that part out), my theme is up and running smoothly.&lt;/p&gt;

&lt;p&gt;If you check out my &lt;a href="https://github.com/Lelin07/retro-green-theme" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;, you’ll see a string of messy commits—a testament to the learning process. This project taught me more than any course could, covering everything from basic theme creation to advanced CI/CD setup. Now that I’ve built a solid foundation, I’m ready to dive into even more ambitious projects.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq05vy3figojhq586lz7y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq05vy3figojhq586lz7y.png" alt="Image description" width="800" height="196"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  💡 Final Thoughts: Curiosity Is Everything
&lt;/h2&gt;

&lt;p&gt;If there’s one takeaway from this journey, it’s that curiosity can take you far. When you’re curious, nothing can stop you—not errors, not confusing docs, not even Microsoft’s complex publishing requirements. So, if you’ve got a spark of curiosity, follow it. You never know where it might lead!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkc7kfy78trnd24mj5h3y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkc7kfy78trnd24mj5h3y.png" alt="Image description" width="800" height="398"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;P.S.&lt;/strong&gt; Check out my &lt;a href="https://marketplace.visualstudio.com/items?itemName=LelinPadhan.retro-green-theme-vscode" rel="noopener noreferrer"&gt;VS Code Marketplace&lt;/a&gt;, and don’t forget to give it a star on &lt;a href="https://github.com/Lelin07/retro-green-theme" rel="noopener noreferrer"&gt;Github&lt;/a&gt; ⭐. I’ll be actively working on any issues that pop up to polish it even further. If you want, I can blog an entire in-depth tutorial for you guys, diving into each step!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Happy coding! 🎉&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>showdev</category>
      <category>vscode</category>
      <category>github</category>
    </item>
  </channel>
</rss>
