mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-09 00:05:28 +01:00
baf7e19bcb
* Only show completion feedback command for paid users The 'Send Copilot Completion Feedback' command is attached to every inline completion list, which surfaces the feedback button for all users including free and unauthenticated ones. This has been a source of low-signal issue-tracker spam. Gate the command so it is only offered when the Copilot token belongs to a paid user (not free and not no-auth). Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Fix completion feedback token shadowing Rename the Copilot auth token local so it does not shadow the cancellation token used by inline completion generation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>