Skip to content
| Marketplace
Sign in
Visual Studio Code>Testing>Codela — Profile AI code before it breaks prodNew to Visual Studio Code? Get it now.
Codela — Profile AI code before it breaks prod

Codela — Profile AI code before it breaks prod

Codela

|
2 installs
| (0) | Free
Profiles your local test runs, cross-references them against your team's production incident history, and flags failure patterns inline in your editor.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Codela — VS Code / Cursor Extension

Profiles your local test runs, cross-references them against your team's production incident history, and flags failure patterns inline in your editor — before the PR opens.

How it works

  1. You run pytest / jest / vitest in VS Code (test explorer or terminal task).
  2. Codela wraps the run with OpenTelemetry auto-instrumentation, pointing at a collector embedded in the extension (localhost:4318).
  3. When the run finishes, Codela POSTs the trace to the Codela server (/profile endpoint).
  4. The server matches trace signals — query counts, span trees, call durations — against your team's production pattern library.
  5. Any matches land back in the editor as inline red/orange annotations on the offending lines. Hovering shows the pattern name, prod incident evidence, and suggested fix.

Install

# VS Code
code --install-extension codela.codela

# Cursor
cursor --install-extension codela.codela

Development

cd ide/vscode
npm install
npm run compile
# Open this directory in VS Code and press F5 to launch an Extension Development Host

Configuration

Setting Default Description
codela.serverUrl https://api.usecodela.com Codela server base URL
codela.companyId "" Scope pattern matches to your company
codela.autoProfileOnTestRun true Auto-wrap pytest/jest runs with OTEL
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft