Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabling smooth scrolling doesn't work #234349

Open
hamilyon opened this issue Nov 21, 2024 · 0 comments
Open

Disabling smooth scrolling doesn't work #234349

hamilyon opened this issue Nov 21, 2024 · 0 comments
Assignees

Comments

@hamilyon
Copy link

hamilyon commented Nov 21, 2024

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.95.3
    Commit: f1a4fb1
    Date: 2024-11-13T14:50:04.152Z
    Electron: 32.2.1
    ElectronBuildId: 10427718
    Chromium: 128.0.6613.186
    Node.js: 20.18.0
    V8: 12.8.374.38-electron.0
    OS: Linux x64 6.11.5-1-default

OS: opensuse tumbleweed
package: from zypper code-1.95.3-1731513157.el8.x86_64

Steps to Reproduce:

  1. code --disable-extensions --disable-smooth-scrolling
  2. configuration:
{
    "workbench.colorTheme": "Solarized Dark",
    "editor.unicodeHighlight.nonBasicASCII": false,
    "[python]": {
        "editor.formatOnType": true
    },
    "search.useGlobalIgnoreFiles": true,
    "search.useIgnoreFiles": true,
    "search.exclude": {
        "**": true
    },
    "python.defaultInterpreterPath": "/home/ashaposhnikov/local.venv",
    "[sql]": {
        "editor.defaultFormatter": "adpyke.vscode-sql-formatter"
    },
    "files.watcherExclude": {
        "**/.git/objects/**": true,
        "**/.git/subtree-cache/**": true,
        "**/node_modules/*/**": true
    },
    "editor.smoothScrolling": false,
    "window.zoomLevel": -1
}
  1. scroll in text editor using mouse wheel

Some time ago disabling smooth scrolling worked as expected, scrolling was instant.

Now scrolling animation exists (which is smooth scrolling in my understanding) no matter the position of setting.

I tried setting window.zoomLevel -1, 0, 1 and 2 without success.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants