<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Vscode-Extension on Young&#39;s Blog</title>
    <link>https://blog.yellowbox.dev/en/tags/vscode-extension/</link>
    <description>Recent content in Vscode-Extension on Young&#39;s Blog</description>
    <generator>Hugo -- 0.154.5</generator>
    <language>en</language>
    <lastBuildDate>Thu, 23 Apr 2026 00:00:00 +0900</lastBuildDate>
    <atom:link href="https://blog.yellowbox.dev/en/tags/vscode-extension/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>SpecLint Mono - Docker Compose Inline Linter Startup Idea</title>
      <link>https://blog.yellowbox.dev/en/post/side-project-idea/speclint-mono-docker-compose-linter/</link>
      <pubDate>Thu, 23 Apr 2026 00:00:00 +0900</pubDate>
      <guid>https://blog.yellowbox.dev/en/post/side-project-idea/speclint-mono-docker-compose-linter/</guid>
      <description>&lt;h2 id=&#34;problem&#34;&gt;Problem&lt;/h2&gt;
&lt;p&gt;Docker Compose files are YAML-based, so typos and structural errors go undetected in the IDE:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Port conflicts (two services binding the same host port) only discovered at deploy time&lt;/li&gt;
&lt;li&gt;Volume path errors, nonexistent image tag references&lt;/li&gt;
&lt;li&gt;No warnings for deprecated options (version field, links, etc.)&lt;/li&gt;
&lt;li&gt;Cannot detect circular dependencies in depends_on graphs&lt;/li&gt;
&lt;li&gt;Environment variable reference errors (&lt;code&gt;${VAR}&lt;/code&gt; undefined) only surface at runtime&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Pain Intensity&lt;/strong&gt;: 8/10 - Daily config debugging for every developer using Docker Compose&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
