Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.274 ·

IDE lockfile discovery also checks the home directory when cwd is blank

IDE lockfile discovery now also checks the home directory when the working directory is blank

TierYou'll noticehow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaElsewherewhat it touches
KindBug Fixesin v2.1.274,
You'll notice

IDE lockfile discovery now also checks the home directory when the working directory is blank

What

Claude Code scans certain directories to discover IDE lockfiles (used to detect a running IDE integration). That scan already included the home .claude/ide directory when CLAUDE_CONFIG_DIR was set; it now also includes it whenever the resolved working directory is an empty string.

Why

This closes a gap where IDE lockfile discovery could miss the home directory location in cases where no working directory was resolved, helping the IDE integration connect reliably in more situations.

Read from
Names in the bundleCLAUDE_CONFIG_DIR
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Confirmed since Anthropic's documentation has since written up CLAUDE_CONFIG_DIR, on Claude Code changelog. * \[VSCode] Fixed an empty `CLAUDE_CONFIG_DIR` entry in the `environmentVariables` setting making Claude Code keep its files in the workspace changelog see the edit
How sure we are
Two sources agreeTwo things we can check say the same as this entry.
Anthropic's documentation agreesAnthropic's documentation has since written up CLAUDE_CONFIG_DIR, on Claude Code changelog.
Anthropic's release notes agree[VSCode] Fixed sign-ins and sign-outs made in a terminal not showing until a reload after CLAUDE_CONFIG_DIR changed in the Environment…

See this entry in the whole of v2.1.274 →

Feedback