fix: respect env variables in .env for settings.json variable substitution (#3416)

This commit is contained in:
Jack Wotherspoon 2025-07-07 01:13:13 -04:00 committed by GitHub
parent 87a44ec468
commit b70fba5b09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 40 additions and 44 deletions

View file

@ -5,7 +5,7 @@
*/
import { AuthType } from '@google/gemini-cli-core';
import { loadEnvironment } from './config.js';
import { loadEnvironment } from './settings.js';
export const validateAuthMethod = (authMethod: string): string | null => {
loadEnvironment();