mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
Add feature flag for IDE integration (#3927)
Co-authored-by: Scott Densmore <scottdensmore@mac.com>
This commit is contained in:
parent
e9d680e8a4
commit
fadc477001
4 changed files with 152 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ export interface Settings {
|
|||
maxSessionTurns?: number;
|
||||
|
||||
// Add other settings here.
|
||||
ideMode?: boolean;
|
||||
}
|
||||
|
||||
export interface SettingsError {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue