Add hint to enable IDE integration for users running in VS Code (#5610)

This commit is contained in:
Shreya Keshive 2025-08-06 15:47:58 -04:00 committed by GitHub
parent 1fb680bacc
commit 024b8207eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 244 additions and 5 deletions

View file

@ -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;