Common Issues and Solutions for IDE Usage
No Update Menu Entry
Automatic updates are typically disabled when importing settings. Manually switch to default to resolve.
High CPU Usage by rg Process After vscode-remote-ssh Connection
This issue occurs when the connected workspace contains numerous symlinks.
Solution: Open settings, search for search.followSymlinks
, and set both Remote and Workspace values to False
.
Python Language Service Not Working
Kwaipilot IDE has a built-in basedpyright plugin. If issues persist, try these solutions (ensure the Python plugin is installed):
- Method 1: Switch to Jedi service
- Method 2: Change the extension marketplace source to OpenVSX and reinstall Python
- Method 3: Install pyright and disable pylance
Input Errors During Chinese/English Continuation
Usually caused by conflicts between third-party plugins and input methods.
Troubleshooting:
- Disable all plugins to confirm if a third-party plugin is the cause.
- Use Extension Bisect to identify the specific plugin.
How to Configure Chinese/English Language Settings
Extension Compatibility Warnings
Solutions:
- Restart the editor.
- In settings, change the source to the official Microsoft gallery: https://marketplace.visualstudio.com/_apis/public/gallery
Window Crashed (Error Code 5)
The IDE provides a --crash-reporter-directory <absolute_path>
option to output crash dumps.
Steps:
- Close all running IDE instances.
- Run:bash
codeflicker --crash-reporter-directory <absolute_path>
- (Replace
<absolute_path>
with your target folder.) - Reproduce the crash.
- Check for
.dmp
files in the specified folder. - Send the
.dmp
file to support.