Appearance
Common troubleshooting steps ​
Extension not activating ​
Check:
- Ensure workspace open
- Initialize Beans in project
- Check Beans output channel
Tree views empty ​
Check:
- Run
Beans: Refresh, - Check filters
- Create a test bean
Commands missing ​
Check:
- Initialize workspace or inspect context keys
CLI upgrade prompt behavior ​
If the extension detects that your Beans CLI is outdated, it shows an upgrade prompt with an action based on install method detection.
How detection works:
- Homebrew installs are detected from the executable's resolved (real) path, including symlinked launch paths such as
/usr/local/bin/beansand/opt/homebrew/bin/beans. - Go installs are detected from common Go bin locations (including
$GOPATH/bin).
Prompt deduping:
- The upgrade prompt is shown once per installed/latest version pair.
- Choosing Skip this version or View installation instructions records that pair and suppresses repeat prompts for the same version pair in that workspace.
Performance ​
Check:
- Apply filters
- Check remote file system speed
Copilot troubleshooting ​
MCP Tools Not Available ​
Check:
- Is
beans.ai.enabledset totrue? - Is the MCP server running?
- Are you using an MCP-compatible AI client?
Solutions:
- Enable AI features: Settings →
beans.ai.enabled→true - Refresh MCP server:
Beans: MCP: Refresh Server Definitions - View server info:
Beans: MCP: Show Server Info - Check logs:
Beans: MCP: Open Logs
Chat Participant Not Responding ​
Check:
- Is GitHub Copilot activated?
- Is
beans.ai.enabledset totrue? - Is
@beansrecognized in Chat?
Solutions:
- Check Copilot status in status bar
- Enable AI features in extension settings
- Reload window:
Developer: Reload Window - Try a simple command:
@beans /summary
Copilot Skill Not Being Used ​
Check:
- Is
.github/skills/beans/SKILL.mdpresent? - Is file content up to date?
Solutions:
- Verify skill file exists in workspace
- Refresh skill:
Beans: Generate Copilot Skill - Copilot may need time to index the file
- Try explicitly mentioning Beans in your prompt
MCP Server Crashes ​
Check:
- View error messages in Output channel
- Check logs:
Beans: MCP: Open Logs
Solutions:
- Check workspace is initialized:
beans init - Verify Beans CLI is working:
beans --version - Reload window:
Developer: Reload Window - Check for extension updates
- Report issue with logs