diff options
| author | Shreya Keshive <[email protected]> | 2025-08-06 15:47:58 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-06 19:47:58 +0000 |
| commit | 024b8207eb75bdc0c031f6380d6759b9e342e502 (patch) | |
| tree | df6789c5ef0a53b0099bc3217f0e23f3ea2bacca /packages/cli/src/config | |
| parent | 1fb680baccf93fee5c96167da96fd31e4d57cf6f (diff) | |
Add hint to enable IDE integration for users running in VS Code (#5610)
Diffstat (limited to 'packages/cli/src/config')
| -rw-r--r-- | packages/cli/src/config/settings.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/cli/src/config/settings.ts b/packages/cli/src/config/settings.ts index bb8c87b8..93641ae0 100644 --- a/packages/cli/src/config/settings.ts +++ b/packages/cli/src/config/settings.ts @@ -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; |
