You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This removes the quarantine attribute that prevents the app from opening.
88
88
89
+
### Claude Code: Working Directory Issues
90
+
91
+
If you're using Claude Code and it's reading/writing files from the wrong directory instead of the worktree, disable "Auto connect to IDE" in your Claude Code settings:
92
+
93
+
```bash
94
+
claude config
95
+
```
96
+
97
+
Set `autoConnectToIde` to `false`. This ensures Claude Code operates within the correct worktree directory.
0 commit comments