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.