Open
Description
Documents from the standard text editor are automatically added to the current context of the Github Copilot chat. Documents from custom text editors (implementing CustomTextEditorProvider
) are not automatically added and require the user to add them manually every time a new input is send.
Would it be possible to add them automatically or to configure this in the registration of the text editor provider?