Support @wrap
Try to implement @wrap similarly to the language syntax coloring mechanics. (May need to modify the server)
Made modifications to Leo itself : https://github.com/leo-editor/leo-editor/pull/2326
I also opened an issue with VSCODE for wrap-toggling to be available as option for extension developers when opening & showing a document. instead of only accessible to the user via alt+z : https://github.com/microsoft/vscode/issues/136927
Diggin deeper I found this about setting configs with 'in memory' target, which may be used as a 'per opened file/editor' basis : https://github.com/Microsoft/vscode/issues/20675#issuecomment-572930374
For now, the server side is done and leoserver.py starting at Leo 6.6 will have this available.
This feature will move forward along with https://github.com/microsoft/vscode/issues/136927
I added the 'Help Wanted' tag to encourage leointeg's users to give a thumbs up to this vscode feature request: microsoft/vscode#136927
New development and main focus of this feature has now shifted to LeoJS to implement first: will simply mirror the feature in LeoInteg as soon as its implemented in LeoJS: https://github.com/boltex/leojs/issues/112