Resolve ProvidersPage and lifecycle conflicts with custom providers and AppImage ARGV0 stripping. Address review follow-ups: OAuth index helper + tests, single auth-methods load trigger, shared Google env-alias module with VS Code parity coverage, and deferred restart for custom provider upsert. Co-authored-by: Serhii Dziupin <makeittech@users.noreply.github.com>
4 lines
142 B
TypeScript
4 lines
142 B
TypeScript
export function applyProviderEnvAliases(
|
|
env: Record<string, string | undefined> | null | undefined,
|
|
): Record<string, string | undefined>;
|