豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 738 Bytes

File metadata and controls

14 lines (8 loc) · 738 Bytes

Continue VS Code Extension

This is the Continue VS Code Extension. Its primary jobs are

  1. Implement the IDE side of the Continue IDE protocol, allowing a Continue server to interact natively in an IDE. This happens in src/continueIdeClient.ts.
  2. Open the Continue React app in a side panel. The React app's source code lives in the gui directory. The panel is opened by the continue.openContinueGUI command, as defined in src/commands.ts.

How to run the extension

See Environment Setup

How to run and debug tests

After following the setup in Environment Setup you can run the Extension (VSCode) launch configuration in VS Code.