Files
vscode/extensions
Ulugbek Abdullaev baf7e19bcb Only show completion feedback command for paid users (#324469)
* 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>
2026-07-06 15:23:43 +05:00
..