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

Word wrapping on non-monospace still fails #90156

Closed
paul-go opened this issue Feb 6, 2020 · 1 comment
Closed

Word wrapping on non-monospace still fails #90156

paul-go opened this issue Feb 6, 2020 · 1 comment
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)

Comments

@paul-go
Copy link

paul-go commented Feb 6, 2020

  • VSCode Version: 1.42.0-insider
  • OS Version: macOS 10.13.6

@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:

Screen Shot 2020-02-06 at 12 03 56 PM

Relevant configuration settings from my settings.json file:

Screen Shot 2020-02-06 at 12 07 50 PM

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

@gjsjohnmurray
Copy link
Contributor

Per #89573 it got renamed editor.wrappingStrategy

@alexdima alexdima closed this as completed Feb 6, 2020
@alexdima alexdima added the *question Issue represents a question, should be posted to StackOverflow (VS Code) label Feb 6, 2020
@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

3 participants