Skip to content

Commit 81c99e3

Browse files
authored
Renamed chat commands (#1150)
1 parent 698d6c2 commit 81c99e3

File tree

2 files changed

+43
-42
lines changed

2 files changed

+43
-42
lines changed

package.json

Lines changed: 40 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1822,162 +1822,162 @@
18221822
"command": "github.copilot.chat.explain",
18231823
"title": "%github.copilot.command.explainThis%",
18241824
"enablement": "!github.copilot.interactiveSession.disabled",
1825-
"category": "GitHub Copilot"
1825+
"category": "Chat"
18261826
},
18271827
{
18281828
"command": "github.copilot.chat.explain.palette",
18291829
"title": "%github.copilot.command.explainThis%",
18301830
"enablement": "!github.copilot.interactiveSession.disabled && !editorReadonly",
1831-
"category": "GitHub Copilot"
1831+
"category": "Chat"
18321832
},
18331833
{
18341834
"command": "github.copilot.chat.review",
18351835
"title": "%github.copilot.command.reviewAndComment%",
18361836
"enablement": "config.github.copilot.chat.reviewSelection.enabled && !github.copilot.interactiveSession.disabled",
1837-
"category": "GitHub Copilot"
1837+
"category": "Chat"
18381838
},
18391839
{
18401840
"command": "github.copilot.chat.review.apply",
18411841
"title": "%github.copilot.command.applyReviewSuggestion%",
18421842
"icon": "$(sparkle)",
18431843
"enablement": "commentThread =~ /hasSuggestion/",
1844-
"category": "GitHub Copilot"
1844+
"category": "Chat"
18451845
},
18461846
{
18471847
"command": "github.copilot.chat.review.applyAndNext",
18481848
"title": "%github.copilot.command.applyReviewSuggestionAndNext%",
18491849
"icon": "$(sparkle)",
18501850
"enablement": "commentThread =~ /hasSuggestion/",
1851-
"category": "GitHub Copilot"
1851+
"category": "Chat"
18521852
},
18531853
{
18541854
"command": "github.copilot.chat.review.discard",
18551855
"title": "%github.copilot.command.discardReviewSuggestion%",
18561856
"icon": "$(close)",
1857-
"category": "GitHub Copilot"
1857+
"category": "Chat"
18581858
},
18591859
{
18601860
"command": "github.copilot.chat.review.discardAndNext",
18611861
"title": "%github.copilot.command.discardReviewSuggestionAndNext%",
18621862
"icon": "$(close)",
1863-
"category": "GitHub Copilot"
1863+
"category": "Chat"
18641864
},
18651865
{
18661866
"command": "github.copilot.chat.review.discardAll",
18671867
"title": "%github.copilot.command.discardAllReviewSuggestion%",
18681868
"icon": "$(close-all)",
1869-
"category": "GitHub Copilot"
1869+
"category": "Chat"
18701870
},
18711871
{
18721872
"command": "github.copilot.chat.review.stagedChanges",
18731873
"title": "%github.copilot.command.reviewStagedChanges%",
18741874
"icon": "$(code-review)",
18751875
"enablement": "github.copilot.chat.reviewDiff.enabled && !github.copilot.interactiveSession.disabled",
1876-
"category": "GitHub Copilot"
1876+
"category": "Chat"
18771877
},
18781878
{
18791879
"command": "github.copilot.chat.review.unstagedChanges",
18801880
"title": "%github.copilot.command.reviewUnstagedChanges%",
18811881
"icon": "$(code-review)",
18821882
"enablement": "github.copilot.chat.reviewDiff.enabled && !github.copilot.interactiveSession.disabled",
1883-
"category": "GitHub Copilot"
1883+
"category": "Chat"
18841884
},
18851885
{
18861886
"command": "github.copilot.chat.review.changes",
18871887
"title": "%github.copilot.command.reviewChanges%",
18881888
"icon": "$(code-review)",
18891889
"enablement": "github.copilot.chat.reviewDiff.enabled && !github.copilot.interactiveSession.disabled",
1890-
"category": "GitHub Copilot"
1890+
"category": "Chat"
18911891
},
18921892
{
18931893
"command": "github.copilot.chat.review.stagedFileChange",
18941894
"title": "%github.copilot.command.reviewFileChange%",
18951895
"icon": "$(code-review)",
18961896
"enablement": "github.copilot.chat.reviewDiff.enabled && !github.copilot.interactiveSession.disabled",
1897-
"category": "GitHub Copilot"
1897+
"category": "Chat"
18981898
},
18991899
{
19001900
"command": "github.copilot.chat.review.unstagedFileChange",
19011901
"title": "%github.copilot.command.reviewFileChange%",
19021902
"icon": "$(code-review)",
19031903
"enablement": "github.copilot.chat.reviewDiff.enabled && !github.copilot.interactiveSession.disabled",
1904-
"category": "GitHub Copilot"
1904+
"category": "Chat"
19051905
},
19061906
{
19071907
"command": "github.copilot.chat.review.previous",
19081908
"title": "%github.copilot.command.gotoPreviousReviewSuggestion%",
19091909
"icon": "$(arrow-up)",
1910-
"category": "GitHub Copilot"
1910+
"category": "Chat"
19111911
},
19121912
{
19131913
"command": "github.copilot.chat.review.next",
19141914
"title": "%github.copilot.command.gotoNextReviewSuggestion%",
19151915
"icon": "$(arrow-down)",
1916-
"category": "GitHub Copilot"
1916+
"category": "Chat"
19171917
},
19181918
{
19191919
"command": "github.copilot.chat.review.continueInInlineChat",
19201920
"title": "%github.copilot.command.continueReviewInInlineChat%",
19211921
"icon": "$(comment-discussion)",
1922-
"category": "GitHub Copilot"
1922+
"category": "Chat"
19231923
},
19241924
{
19251925
"command": "github.copilot.chat.review.continueInChat",
19261926
"title": "%github.copilot.command.continueReviewInChat%",
19271927
"icon": "$(comment-discussion)",
1928-
"category": "GitHub Copilot"
1928+
"category": "Chat"
19291929
},
19301930
{
19311931
"command": "github.copilot.chat.review.markHelpful",
19321932
"title": "%github.copilot.command.helpfulReviewSuggestion%",
19331933
"icon": "$(thumbsup)",
19341934
"enablement": "!(commentThread =~ /markedAsHelpful/)",
1935-
"category": "GitHub Copilot"
1935+
"category": "Chat"
19361936
},
19371937
{
19381938
"command": "github.copilot.chat.openUserPreferences",
19391939
"title": "%github.copilot.command.openUserPreferences%",
1940-
"category": "GitHub Copilot",
1940+
"category": "Chat",
19411941
"enablement": "config.github.copilot.chat.enableUserPreferences"
19421942
},
19431943
{
19441944
"command": "github.copilot.chat.review.markUnhelpful",
19451945
"title": "%github.copilot.command.unhelpfulReviewSuggestion%",
19461946
"icon": "$(thumbsdown)",
19471947
"enablement": "!(commentThread =~ /markedAsUnhelpful/)",
1948-
"category": "GitHub Copilot"
1948+
"category": "Chat"
19491949
},
19501950
{
19511951
"command": "github.copilot.chat.generate",
19521952
"title": "%github.copilot.command.generateThis%",
19531953
"icon": "$(sparkle)",
19541954
"enablement": "!github.copilot.interactiveSession.disabled && !editorReadonly",
1955-
"category": "GitHub Copilot"
1955+
"category": "Chat"
19561956
},
19571957
{
19581958
"command": "github.copilot.chat.generateDocs",
19591959
"title": "%github.copilot.command.generateDocs%",
19601960
"enablement": "!github.copilot.interactiveSession.disabled && !editorReadonly",
1961-
"category": "GitHub Copilot"
1961+
"category": "Chat"
19621962
},
19631963
{
19641964
"command": "github.copilot.chat.generateTests",
19651965
"title": "%github.copilot.command.generateTests%",
19661966
"enablement": "!github.copilot.interactiveSession.disabled && !editorReadonly",
1967-
"category": "GitHub Copilot"
1967+
"category": "Chat"
19681968
},
19691969
{
19701970
"command": "github.copilot.chat.fix",
19711971
"title": "%github.copilot.command.fixThis%",
19721972
"enablement": "!github.copilot.interactiveSession.disabled && !editorReadonly",
1973-
"category": "GitHub Copilot"
1973+
"category": "Chat"
19741974
},
19751975
{
19761976
"command": "github.copilot.interactiveSession.feedback",
19771977
"title": "%github.copilot.command.sendChatFeedback%",
19781978
"enablement": "github.copilot-chat.activated && !github.copilot.interactiveSession.disabled",
19791979
"icon": "$(feedback)",
1980-
"category": "GitHub Copilot"
1980+
"category": "Chat"
19811981
},
19821982
{
19831983
"command": "github.copilot.debug.workbenchState",
@@ -2004,14 +2004,14 @@
20042004
{
20052005
"command": "github.copilot.terminal.explainTerminalLastCommand",
20062006
"title": "%github.copilot.command.explainTerminalLastCommand%",
2007-
"category": "GitHub Copilot"
2007+
"category": "Chat"
20082008
},
20092009
{
20102010
"command": "github.copilot.git.generateCommitMessage",
20112011
"title": "%github.copilot.git.generateCommitMessage%",
20122012
"icon": "$(sparkle)",
20132013
"enablement": "!github.copilot.interactiveSession.disabled",
2014-
"category": "GitHub Copilot"
2014+
"category": "Chat"
20152015
},
20162016
{
20172017
"command": "github.copilot.git.resolveMergeConflicts",
@@ -2023,13 +2023,13 @@
20232023
{
20242024
"command": "github.copilot.devcontainer.generateDevContainerConfig",
20252025
"title": "%github.copilot.devcontainer.generateDevContainerConfig%",
2026-
"category": "GitHub Copilot"
2026+
"category": "Chat"
20272027
},
20282028
{
20292029
"command": "github.copilot.tests.fixTestFailure",
20302030
"icon": "$(sparkle)",
20312031
"title": "%github.copilot.command.fixTestFailure%",
2032-
"category": "GitHub Copilot"
2032+
"category": "Chat"
20332033
},
20342034
{
20352035
"command": "github.copilot.tests.fixTestFailure.fromInline",
@@ -2044,7 +2044,8 @@
20442044
{
20452045
"command": "github.copilot.chat.attachSelection",
20462046
"title": "%github.copilot.chat.attachSelection%",
2047-
"category": "GitHub Copilot"
2047+
"icon": "$(comment-discussion)",
2048+
"category": "Chat"
20482049
},
20492050
{
20502051
"command": "github.copilot.debug.collectDiagnostics",
@@ -2066,12 +2067,12 @@
20662067
"command": "github.copilot.debug.generateSTest",
20672068
"title": "%github.copilot.command.generateSTest%",
20682069
"enablement": "github.copilot.debugReportFeedback",
2069-
"category": "GitHub Copilot Developer"
2070+
"category": "Developer"
20702071
},
20712072
{
20722073
"command": "github.copilot.debug.generateConfiguration",
20732074
"title": "%github.copilot.command.generateConfiguration%",
2074-
"category": "GitHub Copilot",
2075+
"category": "Chat",
20752076
"enablement": "config.github.copilot.chat.startDebugging.enabled",
20762077
"tags": [
20772078
"experimental"
@@ -2080,35 +2081,35 @@
20802081
{
20812082
"command": "github.copilot.open.walkthrough",
20822083
"title": "%github.copilot.command.openWalkthrough%",
2083-
"category": "GitHub Copilot"
2084+
"category": "Chat"
20842085
},
20852086
{
20862087
"command": "github.copilot.debug.generateInlineEditTests",
20872088
"title": "Generate Inline Edit Tests",
2088-
"category": "GitHub Copilot",
2089+
"category": "Chat",
20892090
"enablement": "resourceScheme == 'ccreq'"
20902091
},
20912092
{
20922093
"command": "github.copilot.buildLocalWorkspaceIndex",
20932094
"title": "%github.copilot.command.buildLocalWorkspaceIndex%",
2094-
"category": "GitHub Copilot",
2095+
"category": "Chat",
20952096
"enablement": "github.copilot-chat.activated"
20962097
},
20972098
{
20982099
"command": "github.copilot.buildRemoteWorkspaceIndex",
20992100
"title": "%github.copilot.command.buildRemoteWorkspaceIndex%",
2100-
"category": "GitHub Copilot",
2101+
"category": "Chat",
21012102
"enablement": "github.copilot-chat.activated"
21022103
},
21032104
{
21042105
"command": "github.copilot.report",
21052106
"title": "Report Issue",
2106-
"category": "GitHub Copilot"
2107+
"category": "Chat"
21072108
},
21082109
{
21092110
"command": "github.copilot.chat.rerunWithCopilotDebug",
21102111
"title": "%github.copilot.command.rerunWithCopilotDebug%",
2111-
"category": "GitHub Copilot"
2112+
"category": "Chat"
21122113
},
21132114
{
21142115
"command": "github.copilot.chat.startCopilotDebugCommand",
@@ -2117,7 +2118,7 @@
21172118
{
21182119
"command": "github.copilot.chat.clearTemporalContext",
21192120
"title": "Clear Temporal Context",
2120-
"category": "GitHub Copilot (Developer)"
2121+
"category": "Developer"
21212122
},
21222123
{
21232124
"command": "github.copilot.search.markHelpful",

package.nls.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,13 +188,13 @@
188188
"github.copilot.config.useProjectTemplates": "Use relevant GitHub projects as starter projects when using `/new`",
189189
"github.copilot.chat.attachFile": "Add File to Chat",
190190
"github.copilot.chat.attachSelection": "Add Selection to Chat",
191-
"github.copilot.command.collectDiagnostics": "GitHub Copilot Chat Diagnostics",
192-
"github.copilot.command.inlineEdit.clearCache": "GitHub Copilot Chat Clear Next Edit Cache",
191+
"github.copilot.command.collectDiagnostics": "Chat Diagnostics",
192+
"github.copilot.command.inlineEdit.clearCache": "Clear Next Edit Cache",
193193
"github.copilot.command.inlineEdit.reportNotebookNESIssue": "Report Notebook Next Edit Issue",
194194
"github.copilot.command.showNotebookLog": "Show Chat Log Notebook",
195195
"github.copilot.resetAutomaticCommandExecutionPrompt": "Reset Automatic Command Execution Prompt",
196196
"github.copilot.command.generateSTest": "Generate STest From Last Chat Request",
197-
"github.copilot.command.generateConfiguration": "Generate Debug Configuration with GitHub Copilot",
197+
"github.copilot.command.generateConfiguration": "Generate Debug Configuration",
198198
"github.copilot.command.openWalkthrough": "Open Walkthrough",
199199
"github.copilot.walkthrough.title": "GitHub Copilot",
200200
"github.copilot.walkthrough.description": "Your AI pair programmer to write code faster and smarter",

0 commit comments

Comments
 (0)