Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>SecVibeNew to Visual Studio Code? Get it now.
SecVibe

SecVibe

SecVibe

|
10 installs
| (0) | Free
The leading AI code agent by SecVibe
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Development

Environment Configuration

The VSCode extension requires backend and frontend URLs to be configured for development.

Setup for local development:

  1. Copy the environment template:
cd extensions/vscode
cp env.template .env
  1. Edit .env to point to your backend and frontend:
# For local development
BACKEND_API_URL=http://localhost:8000
FRONTEND_URL=http://localhost:3000
  1. Install dotenv if not already installed:
npm install --save-dev dotenv
  1. Build the extension:
npm run build

Note: The .env file is gitignored and should not be committed to the repository.

License

[Apache 2.0 © 2023-2025 SecVibe]

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