Konversi VS Code Extension
The Konversi Extension is a collection of tools to enhance development on the konversi.id ERP Platform.
Features
🚀 Script Runner
Run your Konversi automation scripts directly from VS Code.
- Automatically detects script names from your
scripts/ folder.
- Synchronizes with your Konversi cloud environment.
- Supports multiple script tabs.
🔐 Integrated Authentication
- Login once with your Konversi credentials.
- Securely stores your session token in VS Code.
Configuration
The extension requires a konversi.config.json file in your project root:
{
"companyId": "your-company-uuid-here"
}
Commands
Konversi: Login: Authenticate with your Konversi account.
Konversi: Logout: Clear your local session.
Konversi: Run Script: Open the script runner for the active file.
Requirements
- Node.js 18 or higher.
- A valid konversi.id account.
© 2026 Konversi.id
| |