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

Auto wrapping too much when using non-monospace font #19134

Closed
joaomoreno opened this issue Jan 24, 2017 · 1 comment
Closed

Auto wrapping too much when using non-monospace font #19134

joaomoreno opened this issue Jan 24, 2017 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@joaomoreno
Copy link
Member

Testing #19061

Have the following snippet in an editor buffer, with editor.fontFamily set to Arial and editor.wrappingColumn set to 0.

/**
 * @param {Array<string>} [plugins=['defaults']] - plugins to enables @param {Array<string>} [plugins=['defaults']] - plugins to enables @param {Array<string>} [plugins=['defaults']] - plugins to enables @param {Array<string>} [plugins=['üdefaults']] - plugins to enables plugins to enablesplugins to enablesplugins to enablesplugins to enablesplugins to enablesplugins to enablesplugins to enablesplugins to enablesplugins to enablesplugins to enables
 */
define(['modules/interface'], function (i) {
  console.log(i);
})

You'll notice the editor is wrapping more than it should:

image

@alexdima
Copy link
Member

Duplicate of #2654

@alexdima alexdima added the *duplicate Issue identified as a duplicate of another issue(s) label Jan 24, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants