chore: Switched to window.zoomLevel
preference
#1675
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Depends on #1662
Motivation
To align the IDE2 codebase with the preferences provided by the Theia framework.
Change description
Breaking
arduino.window.zoomLevel
setting will be ignored. Users have to set the preferred zoom level in one of the following ways:File
>Increase Font Size
andFile
>Decrease Font Size
(assuming that the interface scale is automatic),to readjust the desired scale level.
Alternatively, users can restore the interface scale value via the Adcanced Settings:
Currently, when opening the
settings.json
in the file, there is a deprecation message for the old settings key:window.zoomLevel.mp4
The behavior of the
window.zoomLevel
setting is the same as the deprecatedarduino.window.zoomLevel
.This also fixes a bug that triggered saving the
zoomLevel
twice.Other information
Closes #1657
If required, I can remove the deprecation message of the
arduino.window.zoomLevel
. Users will see this in thesettings.json
editor:Reviewer checklist