Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
The editor.smoothScrolling setting does not work correctly in Cursor when the IDE zoom level is different from the default (zoom level ≠ 0).
When zoom is modified (either increased or decreased), scrolling becomes noticeably non-smooth, even if “editor.smoothScrolling”: true is enabled. The behavior differs from VS Code, where smooth scrolling continues to function correctly regardless of zoom level.
Steps to Reproduce
-
Open Cursor
-
Open settings.json
-
Ensure the following setting is enabled:
“editor.smoothScrolling”: true
4.Change the zoom level:
Ctrl + + (zoom in) or
Ctrl + - (zoom out)
5. Open a long file
6. Scroll using the mouse wheel
Expected Behavior
Scrolling should remain smooth and animated regardless of the zoom level, consistent with VS Code behavior.
Operating System
Windows 10/11
Version Information
Version: 3.2.16 (user setup)
VSCode Version: 1.105.1
Commit: 3e548838cf824b70851dd3ef27d0c6aae371b3f0
Date: 2026-04-28T21:07:47.682Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.26200
Does this stop you from using Cursor
No - Cursor works, but with this issue