You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@alexdima
I was the one who reported #2654 many moons ago. The purported fix at #89389 does not appear to address the problem of word wrap occurring prematurely when a proportional font is used:
Relevant configuration settings from my settings.json file:
As can be seen, the new editor.wrappingAlgorithm setting does not appear to be recognized, which would suggest I either don't have the latest version of VS Code, or have some misconfiguration, but I'm out of ideas in this regard.
Open Sans Code is a derivation of the Open Sans font that I tuned for proportional font coding. I've swapped this out for other proportional fonts (Lato, Helvetica) with no success.
I also attempted to pass these settings directly to a test project that uses the Monaco editor with similar results.
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered:
@alexdima
I was the one who reported #2654 many moons ago. The purported fix at #89389 does not appear to address the problem of word wrap occurring prematurely when a proportional font is used:
Relevant configuration settings from my
settings.json
file:As can be seen, the new
editor.wrappingAlgorithm
setting does not appear to be recognized, which would suggest I either don't have the latest version of VS Code, or have some misconfiguration, but I'm out of ideas in this regard.Open Sans Code is a derivation of the Open Sans font that I tuned for proportional font coding. I've swapped this out for other proportional fonts (Lato, Helvetica) with no success.
I also attempted to pass these settings directly to a test project that uses the Monaco editor with similar results.
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: