IDE lockfile discovery now also checks the home directory when the working directory is blank
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.
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.
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.
* \[VSCode] Fixed an empty `CLAUDE_CONFIG_DIR` entry in the `environmentVariables` setting making Claude Code keep its files in the workspacechangelog see the edit
Anthropic's documentation has since written up CLAUDE_CONFIG_DIR, on Claude Code changelog.
[VSCode] Fixed sign-ins and sign-outs made in a terminal not showing until a reload after CLAUDE_CONFIG_DIR changed in the Environment…