I'm writing a Visual Studio Code extension that should be similar to Microsoft's Live Share extension. One of the features that I would like to replicate from their extension is add one more cursor in VSCode extension for my viewers, which are connected and edit my code in the session.
I want to add a similar implementation :