This is the Continue VS Code Extension. Its primary jobs are
- 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. - Open the Continue React app in a side panel. The React app's source code lives in the
guidirectory. The panel is opened by thecontinue.openContinueGUIcommand, as defined insrc/commands.ts.
After following the setup in Environment Setup you can run the Extension (VSCode) launch configuration in VS Code.