claude-code - 💡(How to fix) Fix [BUG] Claude extension in VS Code fails to honor autoMemoryDirectory setting in settings.local.json

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

Error Messages/Logs

Root Cause

The consequence is severe when using Dev Containers because rebuilding the container results in loss of memory and the inability to resume the session.

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Claude VS Code extension doesn't honor the setting autoMemoryDirectory in the .claude/settings.local.json file and saves memory to a subdirectory of the user's home directory outside the repo.

The consequence is severe when using Dev Containers because rebuilding the container results in loss of memory and the inability to resume the session.

What Should Happen?

When the value autoMemoryDirectory is set in the settings.local.json file, Claude should save and use session state in the configured directory.

After a rebuild of the dev container, Claude should open the memory in the configured directory.

Error Messages/Logs

Steps to Reproduce

  1. Configure the setting in autoMemoryDirectory in the file settings.local.json in the .claude subdirectory of the software repo to point to a directory in the repo, such as .claude/memory.
  2. Reopen the repo in VS Code in a Dev Container.
  3. Engage Claude. 3a. Look in ~/.claude and note that Claude is still writing there. 3b. Or, rebuild the container and note that the session is unrecoverable.
<img width="505" height="391" alt="Image" src="https://github.com/user-attachments/assets/55cecba5-b07f-4585-8bf8-0ee334fa6285" />

Claude Model

Opus

Is this a regression?

I don't know

Last Working Version

No response

Claude Code Version

2.1.34

Platform

Other

Operating System

Windows

Terminal/Shell

WSL (Windows Subsystem for Linux)

Additional Information

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING