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

editor.wordWrap: "bounded" don't work when inside a settings block for multiple languages #233551

Open
refparo opened this issue Nov 11, 2024 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug editor-wrapping Editor line wrapping issues

Comments

@refparo
Copy link

refparo commented Nov 11, 2024

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

  • VS Code Version: 1.95.2
  • OS Version: Windows 11 (10.0.22631)

Steps to Reproduce:

  1. Use the following settings:
{
  "[markdown][plaintext]": {
    "editor.wordWrap": "bounded",
  },
}
  1. Open a markdown or plaintext file and type some text. The text won't wrap at 80th column, but wrap at the viewport edge.

Note that if you launch VSCode to open a file, the file will be correctly wrapped. However, it stops working when you switch to another tab and switch back.

@RedCMD
Copy link
Contributor

RedCMD commented Nov 11, 2024

@rebornix rebornix added the editor-wrapping Editor line wrapping issues label Dec 18, 2024
@Yoyokrazy Yoyokrazy added the bug Issue identified by VS Code Team member as probable bug label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug editor-wrapping Editor line wrapping issues
Projects
None yet
Development

No branches or pull requests

5 participants