We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1bb8d commit 5023cceCopy full SHA for 5023cce
src/github/copilotRemoteAgent.ts
@@ -786,6 +786,11 @@ export class CopilotRemoteAgentManager extends Disposable {
786
const prompt = options.prompt;
787
const { source, summary } = options.metadata || {};
788
789
+ /* __GDPR__
790
+ "copilot.remoteagent.editor.invoke" : {}
791
+ */
792
+ this.telemetry.sendTelemetryEvent('copilot.remoteagent.editor.invoke', {});
793
+
794
// Ephemeral session for new session creation flow
795
if (source === 'chatExecuteActions') {
796
const id = `new-${Date.now()}`;
0 commit comments