claude-code - 💡(How to fix) Fix Desktop app: Customize project selection doesn't persist, new sessions don't auto-select default folder [1 comments, 2 participants]

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…
GitHub stats
anthropics/claude-code#47050Fetched 2026-04-13 05:42:48
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Author
Timeline (top)
labeled ×3commented ×1

In the Claude Desktop app (Code mode), the "Select folder" button on new sessions no longer auto-selects the configured default project folder. This used to work — the vault folder was always pre-selected when starting a new session.

Root Cause

In the Claude Desktop app (Code mode), the "Select folder" button on new sessions no longer auto-selects the configured default project folder. This used to work — the vault folder was always pre-selected when starting a new session.

Code Example

{
  "preferences": {
    "chillingSlothLocation": {
      "customPath": "/Users/ronim/Documents/roni-vault"
    }
  }
}
RAW_BUFFERClick to expand / collapse

Description

In the Claude Desktop app (Code mode), the "Select folder" button on new sessions no longer auto-selects the configured default project folder. This used to work — the vault folder was always pre-selected when starting a new session.

Current behavior

  1. New session: "Select folder" button is blank — no folder pre-selected
  2. Customize page: When I select my project folder, it appears momentarily (shows the GitHub remote name Ro-Ma/roni-vault-git as label, correct path /Users/ronim/Documents/roni-vault in tooltip). But navigating away and returning to Customize shows the selection is gone — it doesn't persist.
  3. The config file at ~/Library/Application Support/Claude/claude_desktop_config.json has the correct path set under preferences.chillingSlothLocation.customPath, but the app ignores it.

Expected behavior

  • New Code sessions should auto-select the configured default project folder
  • The Customize page project selection should persist across navigation

Environment

  • macOS (Darwin 25.3.0)
  • Claude Desktop app, Code mode
  • Max plan

Steps to reproduce

  1. Open Claude Desktop app
  2. Switch to Code mode
  3. Click "+ New session"
  4. Observe "Select folder" is blank (no default)
  5. Go to Customize → select a project folder
  6. Navigate back, then return to Customize — selection is gone

Additional context

The underlying config file is correctly set:

{
  "preferences": {
    "chillingSlothLocation": {
      "customPath": "/Users/ronim/Documents/roni-vault"
    }
  }
}

This value is not being read by the app UI. Re-writing the config file and restarting the app does not fix the issue.

extent analysis

TL;DR

The issue can be resolved by ensuring the Claude Desktop app correctly reads the configured default project folder from the claude_desktop_config.json file.

Guidance

  • Verify that the claude_desktop_config.json file has the correct permissions and is accessible by the Claude Desktop app.
  • Check for any typos or formatting issues in the claude_desktop_config.json file that might prevent the app from parsing it correctly.
  • Try deleting the claude_desktop_config.json file and re-configuring the default project folder to see if the issue persists.
  • Investigate if there are any other configuration files or settings that might be overriding the customPath setting in the claude_desktop_config.json file.

Example

No code snippet is provided as it is not necessary for this issue.

Notes

The issue seems to be related to the app's ability to read the configuration file, but without more information about the app's internals, it's difficult to provide a more specific solution.

Recommendation

Apply workaround: Try re-configuring the default project folder and verify if the issue persists. If the issue still occurs, it may be necessary to reach out to the app's support team for further assistance.

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…

FAQ

Expected behavior

  • New Code sessions should auto-select the configured default project folder
  • The Customize page project selection should persist across navigation

Still need to ship something?

×6

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

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Desktop app: Customize project selection doesn't persist, new sessions don't auto-select default folder [1 comments, 2 participants]