Skip to content

Commit 9288089

Browse files
d13sergeibbb
authored andcommitted
Updates command labelling
1 parent 78b7bc7 commit 9288089

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contributions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"gitlens.ai.explainCommit": {
27-
"label": "Explain Commit",
27+
"label": "Explain Commit...",
2828
"commandPalette": "gitlens:enabled && !gitlens:readonly && !gitlens:untrusted && gitlens:gk:organization:ai:enabled",
2929
"menus": {
3030
"view/item/context": [
@@ -2001,7 +2001,7 @@
20012001
}
20022002
},
20032003
"gitlens.graph.explainStash": {
2004-
"label": "Explain Stash",
2004+
"label": "Explain Stash (Preview)",
20052005
"menus": {
20062006
"webview/context": [
20072007
{

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6056,7 +6056,7 @@
60566056
},
60576057
{
60586058
"command": "gitlens.ai.explainCommit",
6059-
"title": "Explain Commit",
6059+
"title": "Explain Commit...",
60606060
"category": "GitLens"
60616061
},
60626062
{
@@ -6833,7 +6833,7 @@
68336833
},
68346834
{
68356835
"command": "gitlens.graph.explainStash",
6836-
"title": "Explain Stash"
6836+
"title": "Explain Stash (Preview)"
68376837
},
68386838
{
68396839
"command": "gitlens.graph.fetch",

0 commit comments

Comments
 (0)