Skip to content

Commit

Permalink
fixes #213630
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed May 29, 2024
1 parent 285bc48 commit 6259eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vscode-dts/vscode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18504,12 +18504,12 @@ declare module 'vscode' {
*/
export enum ChatResultFeedbackKind {
/**
* The user marked the result as helpful.
* The user marked the result as unhelpful.
*/
Unhelpful = 0,

/**
* The user marked the result as unhelpful.
* The user marked the result as helpful.
*/
Helpful = 1,
}
Expand Down

0 comments on commit 6259eeb

Please sign in to comment.