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