mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 12:11:09 +00:00
Add toggleable IDE mode setting (#5146)
This commit is contained in:
parent
e70d2bf6d5
commit
aad8893322
13 changed files with 231 additions and 123 deletions
|
|
@ -99,7 +99,9 @@ export interface Settings {
|
|||
|
||||
vimMode?: boolean;
|
||||
|
||||
// Add other settings here.
|
||||
// Flag to be removed post-launch.
|
||||
ideModeFeature?: boolean;
|
||||
/// IDE mode setting configured via slash command toggle.
|
||||
ideMode?: boolean;
|
||||
|
||||
// Setting for disabling auto-update.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue