You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a condition here that Prettier and VS Code both agree should normally fit on a single line:
However, when I have VS Code's word wrap turned on (CMD + SHIFT+ P > View: Toggle Word Wrap), scrolling to this line's end is disabled.
When I expand the line arbitrarily with spaces, scrolling returns, but of course Prettier trims that back real quick.
For clarity, I should note that the entire line can be scrolled through when I disable word wrap.
A workaround right now might be to shorten Prettier's line length option to hard wrap early, but I don't want to change the project's configuration on my coworkers when I'm the only one who uses this plugin.
The text was updated successfully, but these errors were encountered:
I have a condition here that Prettier and VS Code both agree should normally fit on a single line:
However, when I have VS Code's word wrap turned on (
CMD + SHIFT+ P
> View: Toggle Word Wrap), scrolling to this line's end is disabled.When I expand the line arbitrarily with spaces, scrolling returns, but of course Prettier trims that back real quick.
For clarity, I should note that the entire line can be scrolled through when I disable word wrap.
A workaround right now might be to shorten Prettier's line length option to hard wrap early, but I don't want to change the project's configuration on my coworkers when I'm the only one who uses this plugin.
The text was updated successfully, but these errors were encountered: