mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 20:20:57 +00:00
Add hint to enable IDE integration for users running in VS Code (#5610)
This commit is contained in:
parent
1fb680bacc
commit
024b8207eb
7 changed files with 244 additions and 5 deletions
|
|
@ -115,6 +115,9 @@ export interface Settings {
|
|||
/// IDE mode setting configured via slash command toggle.
|
||||
ideMode?: boolean;
|
||||
|
||||
// Setting to track if the user has seen the IDE integration nudge.
|
||||
hasSeenIdeIntegrationNudge?: boolean;
|
||||
|
||||
// Setting for disabling auto-update.
|
||||
disableAutoUpdate?: boolean;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue