Skip to content

CodeTogether cannot differentiate between user input and auto-inserted code in VS Code clients #390

Open
@brianvfernandes

Description

@brianvfernandes

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingvscodeVS-code side issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions