Skip to content
Discussion options

You must be logged in to vote

We can override editor settings in notebook only through setting notebook.editorOptionsCustomizations. For example, to disable word wrap for notebooks:

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

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rebornix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants