Hi All,
I have a requirement to toggle the wordwrap for only the selected/opened editors in a custom monaco editor view.
I am trying to set the word wrap using the this.preferenceService.set(‘editor.wordWrap’, … command.
But the problem is it set the word wrap for all the text based editors.
How can I set the word wrap for the single MonacoEditor Instance.
Thanks,
Abhishek