Displays a Webview panel that allows users to log in to the Copilot Clone extension via Supabase authentication.
Presents a login form (email and password) inside a Webview.
Upon successful authentication, stores the session information in VS Code's global state
and displays a success message to the user.
Parameters
context: ExtensionContext
The extension context, used to store the authenticated session and manage subscriptions.
Displays a Webview panel that allows users to log in to the Copilot Clone extension via Supabase authentication.
Presents a login form (email and password) inside a Webview. Upon successful authentication, stores the session information in VS Code's global state and displays a success message to the user.