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

Allow unique word wrap settings for notebook vs standard editors #130596

Closed
e13h opened this issue Aug 11, 2021 · 3 comments
Closed

Allow unique word wrap settings for notebook vs standard editors #130596

e13h opened this issue Aug 11, 2021 · 3 comments
Assignees
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)

Comments

@e13h
Copy link

e13h commented Aug 11, 2021

I would like to be able to turn on word wrap for normal editors, but turn off word wrap for the notebook cell editors.

Currently, editor.wordWrap affects both the normal file editor and notebook cells. In other words, if I have word wrap enabled, it is enabled in my .py files and in my .ipynb notebook files.

@vscodebot
Copy link

vscodebot bot commented Aug 11, 2021

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@rebornix
Copy link
Member

rebornix commented Aug 11, 2021

@evanphilipsmith this can be customized by

"notebook.editorOptionsCustomizations": {
        "editor.wordWrap": "on"
}

image

thanks for the feedback!

@rebornix rebornix added the *question Issue represents a question, should be posted to StackOverflow (VS Code) label Aug 11, 2021
@e13h
Copy link
Author

e13h commented Aug 11, 2021

Thanks for the quick response! I hadn't seen notebook.editorOptionsCustomizations before. Very cool 👍🏼

@github-actions github-actions bot locked and limited conversation to collaborators Sep 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

2 participants