claude-code - 💡(How to fix) Fix [Bug] Ctrl+A keyboard shortcut does not display all projects [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#45234Fetched 2026-04-09 08:10:09
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Author
Timeline (top)
labeled ×4commented ×1cross-referenced ×1

Error Message

[{"error":"Error: NON-FATAL: Lock acquisition failed for /home/antonio/.local/share/claude/versions/2.1.96 (expected in multi-process scenarios)\n at Cg$ (/$bunfs/root/src/entrypoints/cli.js:1888:2153)\n at ni8 (/$bunfs/root/src/entrypoints/cli.js:1888:1233)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T13:52:38.732Z"}]

Code Example

[{"error":"Error: NON-FATAL: Lock acquisition failed for /home/antonio/.local/share/claude/versions/2.1.96 (expected in multi-process scenarios)\n    at Cg$ (/$bunfs/root/src/entrypoints/cli.js:1888:2153)\n    at ni8 (/$bunfs/root/src/entrypoints/cli.js:1888:1233)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T13:52:38.732Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description ctrl+A to show all projects does not work

Environment Info

  • Platform: linux
  • Terminal: vscode
  • Version: 2.1.96
  • Feedback ID: 2bd4bfe6-777d-4dbc-92ac-8b4bf0e15a41

Errors

[{"error":"Error: NON-FATAL: Lock acquisition failed for /home/antonio/.local/share/claude/versions/2.1.96 (expected in multi-process scenarios)\n    at Cg$ (/$bunfs/root/src/entrypoints/cli.js:1888:2153)\n    at ni8 (/$bunfs/root/src/entrypoints/cli.js:1888:1233)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T13:52:38.732Z"}]

extent analysis

TL;DR

The issue with ctrl+A not working to show all projects may be related to a lock acquisition failure in the application.

Guidance

  • Investigate the error message indicating a "Lock acquisition failed" error, which might be causing the ctrl+A shortcut to malfunction.
  • Check the file path /home/antonio/.local/share/claude/versions/2.1.96 for any lock files or permission issues that could be preventing the application from functioning correctly.
  • Consider testing the ctrl+A shortcut in a different environment or terminal to isolate if the issue is specific to the current setup.

Notes

The provided error message suggests a potential issue with multi-process scenarios, but without more information about the application's architecture, it's difficult to provide a more specific solution.

Recommendation

Apply workaround: Given the error message, it might be worth trying to manually remove any lock files or checking permissions on the specified file path to see if that resolves the issue.

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