Development
Environment Configuration
The VSCode extension requires backend and frontend URLs to be configured for development.
Setup for local development:
- Copy the environment template:
cd extensions/vscode
cp env.template .env
- Edit
.env to point to your backend and frontend:
# For local development
BACKEND_API_URL=http://localhost:8000
FRONTEND_URL=http://localhost:3000
- Install dotenv if not already installed:
npm install --save-dev dotenv
- 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]
| |