Cursor Tab Snooze does not suppress inline suggestions (Disable globally works)

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Snoozing Cursor Tab still allows code suggestions in my project files.

Steps to Reproduce

Click on the Cursor Tab at the bottom right of the IDE.
Choose Snooze - it shows as if it is snoozed.
However when I’m coding (I’m using React) inside one of my files I still get suggestions. When I switched the Cursor Tab setting to disable globally I no longer get suggestions.

Expected Behavior

I expect code suggestions to no longer display until un-snoozed or snooze time is up.

Operating System

Windows 10/11

Version Information

Version: 3.10.20 (user setup)
VS Code Extension API: 1.125.0
Commit: 23b9fb205fe595ea2be29da7214e19762d037fc0
Date: 2026-07-07T07:03:33.071Z
Layout: IDE
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.256
OS: Windows_NT x64 10.0.26200

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the detailed report. I still can’t reproduce it. Snooze and Disable globally should behave the same way, both fully disable Cursor Tab for a while, so something unusual is going on.

To figure it out, can you confirm a couple things?

  1. How long did you set Snooze for, and when suggestions still showed up, did the status bar show an active snooze with time remaining?
  2. Did you have a second Cursor window open at the same time? The snooze timer is per window, but the enable flag is global for the app, so multiple windows can cause weird behavior.
  3. Is it possible the ghost text was coming from something other than Cursor Tab, like another completion extension such as GitHub Copilot? You can check by temporarily disabling other extensions.

If you can reproduce it reliably while Snooze is active and you can see the timer, send a short video or a screenshot of the status bar at the moment the suggestion appears, and I’ll file a bug.