mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 12:40:44 +00:00
fix: respect env variables in .env for settings.json variable substitution (#3416)
This commit is contained in:
parent
87a44ec468
commit
b70fba5b09
3 changed files with 40 additions and 44 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue