I'm new to VScode extensions development & am currently developing a VScode extension that listens to whether code suggestions (by Github Copilot) have been accepted or rejected by users as part of a research project.
I was wondering if there was a way to listen to the code suggestions from Github Copilot such as the range of the suggestions much like information we get from onDidChangeTextDocument.