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

Markdown Preview Word Wrap Setting Not Working As expected #25357

Closed
mjbvz opened this issue Apr 26, 2017 · 4 comments
Closed

Markdown Preview Word Wrap Setting Not Working As expected #25357

mjbvz opened this issue Apr 26, 2017 · 4 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug markdown Markdown support issues verified Verification succeeded
Milestone

Comments

@mjbvz
Copy link
Collaborator

mjbvz commented Apr 26, 2017

From: #15921 (comment)

Make sure the markdown preview word wrap setting observes the new editor wordWrap configuration settings

@mjbvz mjbvz added bug Issue identified by VS Code Team member as probable bug markdown Markdown support issues labels Apr 26, 2017
@mjbvz mjbvz added this to the April 2017 milestone Apr 26, 2017
@mjbvz mjbvz self-assigned this Apr 26, 2017
@mjbvz mjbvz closed this as completed in 891bb76 Apr 27, 2017
@roblourens roblourens reopened this Apr 28, 2017
@roblourens roblourens modified the milestones: May 2017, April 2017 Apr 28, 2017
@roblourens
Copy link
Member

Still seeing it wrap, regardless of setting.

@mjbvz
Copy link
Collaborator Author

mjbvz commented May 18, 2017

The root cause is that markdown contributes a language specific word wrap setting. There is currently no easy way to query these from an extension: see #26707 for more information about this

@mjbvz mjbvz modified the milestones: June 2017, May 2017 May 26, 2017
@mjbvz mjbvz closed this as completed in 2af6c11 Jun 7, 2017
@mjbvz
Copy link
Collaborator Author

mjbvz commented Jun 7, 2017

To verify this, make sure to change the markdown editor.wordWrap configuration:

    "[markdown]": {
        "editor.wordWrap": "off"
    }

@roblourens
Copy link
Member

Still seeing it wrap...

@roblourens roblourens added the verified Verification succeeded label Jun 28, 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
bug Issue identified by VS Code Team member as probable bug markdown Markdown support issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

2 participants