FAQ β
Get logs β
MAC: Open CodeBuddy IDE, click Help in the top menu ---> Open Log Folder, and find the corresponding log (.zip) package.

Windows:
Open CodeBuddy IDE, click Help in the top menu ---> Open Log Folder, and find the corresponding log (.zip) package.
Manual path:
C:\Users\<your-username>\AppData\Roaming\CodeBuddy\logs(replace<your-username>with your Windows system username)
Remote Development β
Unable to Connect β
Q: Remote SSH Plugin Request/Login Error
First, test whether the local IDE can log in normally. If there's a request issue on the remote server, confirm whether the remote server has external network access, using commands like ping + URL to check.
If login fails, troubleshoot as follows:
Open CodeBuddy IDE settings
Ctrl/Cmd+,Search for codebuddy.remote.SSH.enableDynamicForwarding
Uncheck this option (set to false)
Reconnect to SSH

Q: Error Opening Container β
This is because CodeBuddy uses VSCode's RemoteSSH and dev-container plugins, and the error comes from VSCode plugins. When using CodeBuddy IDE, you don't need to install VSCode's official RemoteSSH and dev-container plugins. The IDE has these plugins built-in. You need to uninstall the VSCode plugins and use the built-in plugins to connect.
Network Check β
Error Code 10001 β
If your development environment requires a proxy, check whether the proxy service uses the HTTP protocol. If not, it's recommended to switch to a proxy service using the HTTP protocol. Support for SOCKS protocol is planned.
Error Code 10006 β
Check if the network connection is stable
Check if the proxy service uses the
HTTPprotocol. It's recommended to selectSingaporeas the proxy nodeTry disabling the proxy service and attempt the conversation again

Figma β
Q: Cannot Add Figma to Conversation? β
You need to apply for Figma editing and development permissions, because Figma view-only permissions don't open the API by default.
For developers, you can just enable development permissions. You need to switch to normal mode first, then switch to development mode (if switching fails on the Figma webpage, you need to switch manually once).
Plugin β
Q: Installation Issues β
This is usually caused by previously installed incorrect plugin versions or plugin migrations. Choose one of the following solutions:
Solution 1:
Uninstall the plugin;
Clear cache vsix:
Help > Open Logs Folder > go back to parent directory > CachedVSIXsfolder;
(~/Library/Application\ Support/CodeBuddy\ CN/CachedExtensionVSIXs)
Clear local plugins, delete .codebuddycn/extensions/${plugin-id}
- Reinstall from the plugin marketplace;
Solution 2:
Uninstall the plugin, check the plugin version corresponding to VSCode 1.100.0, and install the specified version.


Q: Python Has No Syntax Highlighting, Cannot Jump to Definition β
Pylance validates Microsoft's own signature, which causes issues running on third-party platforms.
- Uninstall
Pylance - Install
BasedPyrightBasedPyrighthas stricter checks by default. If you find them excessive, you can change tostandardin this setting:
basedpyright.analysis.typeCheckingMode

Q: C/C++ Cannot Jump/Highlight β
- Microsoft's official
C/C++plugin has limitations on CodeBuddy IDE. CodeBuddy IDE recommends installingclangdas theLSP(syntax highlighting and jump) forC/C++. It's recommended to install theclangdplugin for code navigation and highlighting.
Note: You also need to uninstall the
C/C++plugin, otherwise there will be conflicts.
If there are still individual issues, check whether the compile_commands.json file exists in the project root directory. Use the following command to generate it:
cmake -B build -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
Terminal β
Q: Unable to Open Terminal β
Follow these steps: Click CodeBuddy IDE at the top, view Preferences, and select Settings.

In Settings, search for Shell, and set Terminal βΊ Integrated βΊ Shell Integration: Decorations to Enabled.

Q: Terminal Cannot Be Reused β
MAC
zsh with slow components or themes installed may cause Terminal status retrieval to fail.
- For users who don't need
zsh, consider switching to thebashtheme.


- For users who need
zsh, check if~/.zshrchas similar theme configurations.

MCP β
Q: MCP Usage β
MCP must be used in Craft mode. Ask mode cannot modify files, so MCP is disabled because MCP may modify files.
Q: MCP Connection Failed β
Remove spaces in names within the configuration file.

Language β
Q: How do I constrain the Agent's conversation languageοΌ β
Switch the language by configuring Rules, as illustrated below:οΌ
