🚀 Lacify untuk VS Code GitHub Copilot Cara Install (pilih OS kamu): ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📦 macOS / Linux Jalankan di terminal: curl -fsSL https://lacify-web.pages.dev/install-vscode.sh | bash ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🪟 Windows Jalankan di PowerShell: irm https://lacify-web.pages.dev/install-vscode.ps1 | iex ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ✋ Manual Setup 1. Buka VS Code → Settings (Cmd/Ctrl+,) 2. Search: "github.copilot.chat.models" 3. Click "Edit in settings.json" 4. Tambahkan config ini: { "github.copilot.chat.models": [ { "name": "lacify", "vendor": "customendpoint", "apiKey": "lc-sk-YOUR_API_KEY_HERE", "apiType": "chat-completions", "models": [ { "id": "deepseek-v4-flash", "name": "DeepSeek V4 Flash (Lacify)", "url": "https://lacify-api.ajivarmelen.workers.dev/v1/chat/completions", "toolCalling": true, "vision": false, "maxInputTokens": 128000, "maxOutputTokens": 8000 }, { "id": "deepseek-v4-pro", "name": "DeepSeek V4 Pro (Lacify)", "url": "https://lacify-api.ajivarmelen.workers.dev/v1/chat/completions", "toolCalling": true, "vision": false, "maxInputTokens": 128000, "maxOutputTokens": 8000 } ] } ] } 5. Ganti "lc-sk-YOUR_API_KEY_HERE" dengan API key kamu 6. Save & reload VS Code ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ✅ Setelah Install 1. Reload VS Code (Cmd/Ctrl+Shift+P → "Reload Window") 2. Buka GitHub Copilot Chat 3. Click model dropdown → Pilih "DeepSeek V4 Flash (Lacify)" 4. Mulai coding! ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🔗 Butuh API Key? Beli di: https://lacify-web.pages.dev/buy 💬 Ada masalah? Cek docs: https://lacify-web.pages.dev/docs