Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 887 Bytes

File metadata and controls

46 lines (30 loc) · 887 Bytes

Overeact Code

VS Code extension with a side composer for Overeact Code.

What is this

Overeact Code is a VS Code extension that adds a composer view in the Explorer and commands to open the composer and configure an OpenAI-compatible provider.

Main commands:

  • Overeact Code: Open
  • Overeact Code: Configure Provider
  • Overeact Code: Configure Provider API Key

Installation

For development

  1. Install Node.js (recommended LTS).
  2. Install dependencies:
npm install
  1. Build the extension:
npm run compile

Run

Run in VS Code (extension development mode)

  1. Open this folder in VS Code.
  2. Press F5 (or Run and Debug -> Run Extension).
  3. In the new Extension Development Host window:
    • open command palette (Ctrl+Shift+P);
    • run Overeact Code: Open.

Run tests

npm test