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
Just enabling addon changes scaling of file tree, activity bar, status bar, tab bar.
No addon settings specified.
Is there any option to disable UI changes until it explicitly turned on by user?
Version: 1.79.0-insider (Universal) Commit: 2dfb838f494f035099e999f0cd0eff5f1f488a30 Date: 2023-05-26T05:24:15.292Z Electron: 22.5.3 Chromium: 108.0.5359.215 Node.js: 16.17.1 V8: 10.8.168.25-electron.0 OS: Darwin x64 21.6.0
No style changes, until user explicitly enable options / set styles in settings.
Font size and some icons became smaller in the next areas:
The text was updated successfully, but these errors were encountered:
Agree that UI changes should be disabled by default.
Seems that they would be fixed by next release: iocave/customize-ui#156 (comment)
Sorry, something went wrong.
Partial fix for me: in modules/patch.js change
modules/patch.js
browser.getZoomFactor()
1
activityBarConfig
35
48
Now it close to original
But is still different from default styles:
P.S. I have "window.zoomLevel": -1 in my config, probably scaling issue mostly coerced by it.
"window.zoomLevel": -1
No branches or pull requests
Just enabling addon changes scaling of file tree, activity bar, status bar, tab bar.
No addon settings specified.
Is there any option to disable UI changes until it explicitly turned on by user?
vscode version
Expected behaviour
No style changes, until user explicitly enable options / set styles in settings.
Actual behaviour
Font size and some icons became smaller in the next areas:
Visual diff
After "Disable Apc extension" command
After "Enable Apc extension" command
Steps to reproduce
The text was updated successfully, but these errors were encountered: