mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-01 05:00:46 +00:00
fix: settings directory and command description
This commit is contained in:
parent
9a4a91ee6d
commit
86724ea85b
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ import { getErrorMessage, isWithinRoot } from '@qwen-code/qwen-code-core';
|
|||
import stripJsonComments from 'strip-json-comments';
|
||||
|
||||
export const TRUSTED_FOLDERS_FILENAME = 'trustedFolders.json';
|
||||
export const SETTINGS_DIRECTORY_NAME = '.gemini';
|
||||
export const SETTINGS_DIRECTORY_NAME = '.qwen';
|
||||
export const USER_SETTINGS_DIR = path.join(homedir(), SETTINGS_DIRECTORY_NAME);
|
||||
export const USER_TRUSTED_FOLDERS_PATH = path.join(
|
||||
USER_SETTINGS_DIR,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue