Skip to content

Common Issues and Solutions for IDE Usage

No Update Menu Entry

No update menu entry example 2

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.

RG CPU setting 1

RG CPU setting 2

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

Python Jedi service

  • Method 2: Change the extension marketplace source to OpenVSX and reinstall Python

Python OpenVSX 1

Python OpenVSX 2

  • Method 3: Install pyright and disable pylance

Python Pyright

Input Errors During Chinese/English Continuation

Input error

Usually caused by conflicts between third-party plugins and input methods.

Troubleshooting:

  1. Disable all plugins to confirm if a third-party plugin is the cause.
  2. Use Extension Bisect to identify the specific plugin.

How to Configure Chinese/English Language Settings

Language setting

Extension Compatibility Warnings

Solutions:

  1. Restart the editor.
  2. In settings, change the source to the official Microsoft gallery: https://marketplace.visualstudio.com/_apis/public/gallery

Extension compatibility

Window Crashed (Error Code 5)

Window crashed

The IDE provides a --crash-reporter-directory <absolute_path> option to output crash dumps.

Steps:

  1. Close all running IDE instances.
  2. Run:
    bash
    codeflicker --crash-reporter-directory <absolute_path>
  3. (Replace <absolute_path> with your target folder.)
  4. Reproduce the crash.
  5. Check for .dmp files in the specified folder.
  6. Send the .dmp file to support.