This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Rozszerzenie GitHub Copilot — Fakturownia | |
| * | |
| * Konfiguracja przez zmienne środowiskowe: | |
| * FAKTUROWNIA_DOMAIN np. "mojafirma" lub "mojafirma.fakturownia.pl" | |
| * FAKTUROWNIA_API_TOKEN Kod autoryzacyjny API (Ustawienia → Integracja) | |
| * FAKTUROWNIA_EXPORT_DIR Katalog na eksporty CSV/PDF (opcjonalnie) | |
| */ | |
| import { joinSession } from "@github/copilot-sdk/extension"; |