We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does this issue occur when all extensions are disabled?: Yes
OS: opensuse tumbleweed package: from zypper code-1.95.3-1731513157.el8.x86_64
Steps to Reproduce:
{ "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 }
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.
The text was updated successfully, but these errors were encountered:
alexdima
No branches or pull requests
Does this issue occur when all extensions are disabled?: Yes
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:
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.
The text was updated successfully, but these errors were encountered: