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

Enabling word wrapping is not working #93267

Closed
ferrecromain opened this issue Mar 23, 2020 · 3 comments
Closed

Enabling word wrapping is not working #93267

ferrecromain opened this issue Mar 23, 2020 · 3 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) markdown Markdown support issues

Comments

@ferrecromain
Copy link

  • VSCode Version: 1.43.1
  • OS Version: 10.0.18363.720

Steps to Reproduce:

  1. in settings : Editor: wordWrap = "wordWrapColumn" and Editor: Word wrap column = 80
  2. From menu View > Enable toggle word wrap
  3. Create a new .md file
  4. Writing text on one line and more than 80 chars is possible

Does this issue occur when all extensions are disabled?: Yes

@mjbvz
Copy link
Collaborator

mjbvz commented Mar 23, 2020

Duplicate of #72559

#74195 Would make this more discoverable

@mjbvz mjbvz closed this as completed Mar 23, 2020
@mjbvz mjbvz self-assigned this Mar 23, 2020
@mjbvz mjbvz added *duplicate Issue identified as a duplicate of another issue(s) markdown Markdown support issues labels Mar 23, 2020
@ferrecromain
Copy link
Author

Yes, thanks you @mjbvz, so as it seems that these settings are applied for languages that do not have default word wrapping rules (unlike markdown). We have to override them.

@github-actions github-actions bot locked and limited conversation to collaborators May 7, 2020
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) markdown Markdown support issues
Projects
None yet
Development

No branches or pull requests

3 participants
@ferrecromain @mjbvz and others