Open
Description
CodeTogether needs to be aware of whether a code change is the result of a user typing / pasting or language support features. This will allow CodeTogether to make better decisions around our follow functionality.
The extension API of VS Code 1.68.1 offers the event workspace.onDidChangeTextDocument
that can be used to subscribe to text changes, but does not specify how the change was made. Please help us improve CodeTogether's VS Code client by voting for this change here: microsoft/vscode#153753