Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>Red WidowNew to Visual Studio Code? Get it now.
Red Widow

Red Widow

oha

| (0) | Free
Gate VS Code-compatible IDE extensions, MCP config, and AI developer workflow risk from inside the editor.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Red Widow VS Code Extension

This extension runs the local red-widow CLI against the current workspace and surfaces the gate decision inside VS Code.

Features

  • Runs red-widow gate --format json from the active workspace.
  • Shows PASS, REVIEW, BLOCK, or error state in the status bar.
  • Creates Problems diagnostics for blocking and review findings.
  • Watches common AI IDE workflow files such as .vscode/mcp.json, .vscode/extensions.json, .cursor/rules, .cursorrules, AGENTS.md, and Windsurf config.
  • Provides Red Widow: Run Gate and Red Widow: Open Last Report commands.

Local Development

Install the Python CLI first:

python3 -m pip install -e ..

Open this vscode-extension/ folder in VS Code and press F5 to launch an Extension Development Host.

When running from this repository instead of an installed CLI, set:

{
  "redWidow.cliPath": "python3",
  "redWidow.cliArgs": ["-m", "red_widow"]
}

Run a syntax check:

npm test
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft