You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replaces positive/negative with helpful/unhelpful terminology
- Adds visual state tracking with filled/unfilled thumbs up/down icons
- Updates telemetry to focus on sentiment and unhelpful reasons
- Improves AI context in AI markdown URIs
- Only shows "custom" feedback input if "Other" is selected
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
10
10
11
11
- Adds support for using natural language to search for commits on the _Commit Graph_, _Search & Compare_ view, and in the _Search Commits_ command using AI ([#4471](https://github.com/gitkraken/vscode-gitlens/issues/4471))
12
12
- Adds support for time-based commit searches on the _Commit Graph_, _Search & Compare_ view, and in the _Search Commits_ command
13
-
- Adds dedicated "Helpful" and "Not helpful" feedback toolbar buttons to AI-generated markdown previews such as Commit Composer, Explain Changes ([#4449](https://github.com/gitkraken/vscode-gitlens/issues/4449))
13
+
- Adds 👍 "Helpful" and 👎 "Unhelpful" feedback buttons to AI-generated markdown previews such as Commit Composer and Explain Changes ([#4449](https://github.com/gitkraken/vscode-gitlens/issues/4449))
"when": "resource in gitlens:tabs:blameable && resource not in gitlens:tabs:annotated && config.gitlens.menus.editorGroup.blame && config.gitlens.fileAnnotations.command == blame",
@@ -14095,32 +14134,11 @@
14095
14134
"when": "resource in gitlens:tabs:blameable && resource not in gitlens:tabs:annotated && !gitlens:window:annotated && config.gitlens.menus.editorGroup.blame && !config.gitlens.fileAnnotations.command",
14096
14135
"group": "navigation@100"
14097
14136
},
14098
-
{
14099
-
"command": "gitlens.diffWithPrevious",
14100
-
"when": "resource in gitlens:tabs:tracked && config.gitlens.menus.editorGroup.compare",
14101
-
"group": "navigation@97",
14102
-
"alt": "gitlens.diffWithRevision"
14103
-
},
14104
-
{
14105
-
"command": "gitlens.showQuickRevisionDetails",
14106
-
"when": "resource in gitlens:tabs:tracked && config.gitlens.menus.editorGroup.compare",
14107
-
"group": "navigation@98"
14108
-
},
14109
-
{
14110
-
"command": "gitlens.diffWithNext",
14111
-
"when": "resource in gitlens:tabs:tracked && config.gitlens.menus.editorGroup.compare",
0 commit comments