Skip to content

Conversation

@leonard520
Copy link
Contributor

Resolve #265302

Comment on lines 913 to 916
const meta: Record<string, unknown> = {
'vscode.client': 'vscode',
'vscode.progressToken': progressToken
};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The client and progress token are already sent in the protocol, we should not send them separately here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. Updated.

Comment on lines 865 to 867
const meta: Record<string, unknown> = {
'vscode.client': 'vscode'
};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similarly, we no need to send the client here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@connor4312 connor4312 enabled auto-merge (squash) September 11, 2025 16:22
@vs-code-engineering vs-code-engineering bot added this to the September 2025 milestone Sep 11, 2025
@connor4312 connor4312 merged commit c06be09 into microsoft:main Sep 11, 2025
17 checks passed
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Oct 26, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support passing VS Code conversation context via _meta

3 participants