@@ -1822,162 +1822,162 @@
1822
1822
"command" : " github.copilot.chat.explain" ,
1823
1823
"title" : " %github.copilot.command.explainThis%" ,
1824
1824
"enablement" : " !github.copilot.interactiveSession.disabled" ,
1825
- "category" : " GitHub Copilot "
1825
+ "category" : " Chat "
1826
1826
},
1827
1827
{
1828
1828
"command" : " github.copilot.chat.explain.palette" ,
1829
1829
"title" : " %github.copilot.command.explainThis%" ,
1830
1830
"enablement" : " !github.copilot.interactiveSession.disabled && !editorReadonly" ,
1831
- "category" : " GitHub Copilot "
1831
+ "category" : " Chat "
1832
1832
},
1833
1833
{
1834
1834
"command" : " github.copilot.chat.review" ,
1835
1835
"title" : " %github.copilot.command.reviewAndComment%" ,
1836
1836
"enablement" : " config.github.copilot.chat.reviewSelection.enabled && !github.copilot.interactiveSession.disabled" ,
1837
- "category" : " GitHub Copilot "
1837
+ "category" : " Chat "
1838
1838
},
1839
1839
{
1840
1840
"command" : " github.copilot.chat.review.apply" ,
1841
1841
"title" : " %github.copilot.command.applyReviewSuggestion%" ,
1842
1842
"icon" : " $(sparkle)" ,
1843
1843
"enablement" : " commentThread =~ /hasSuggestion/" ,
1844
- "category" : " GitHub Copilot "
1844
+ "category" : " Chat "
1845
1845
},
1846
1846
{
1847
1847
"command" : " github.copilot.chat.review.applyAndNext" ,
1848
1848
"title" : " %github.copilot.command.applyReviewSuggestionAndNext%" ,
1849
1849
"icon" : " $(sparkle)" ,
1850
1850
"enablement" : " commentThread =~ /hasSuggestion/" ,
1851
- "category" : " GitHub Copilot "
1851
+ "category" : " Chat "
1852
1852
},
1853
1853
{
1854
1854
"command" : " github.copilot.chat.review.discard" ,
1855
1855
"title" : " %github.copilot.command.discardReviewSuggestion%" ,
1856
1856
"icon" : " $(close)" ,
1857
- "category" : " GitHub Copilot "
1857
+ "category" : " Chat "
1858
1858
},
1859
1859
{
1860
1860
"command" : " github.copilot.chat.review.discardAndNext" ,
1861
1861
"title" : " %github.copilot.command.discardReviewSuggestionAndNext%" ,
1862
1862
"icon" : " $(close)" ,
1863
- "category" : " GitHub Copilot "
1863
+ "category" : " Chat "
1864
1864
},
1865
1865
{
1866
1866
"command" : " github.copilot.chat.review.discardAll" ,
1867
1867
"title" : " %github.copilot.command.discardAllReviewSuggestion%" ,
1868
1868
"icon" : " $(close-all)" ,
1869
- "category" : " GitHub Copilot "
1869
+ "category" : " Chat "
1870
1870
},
1871
1871
{
1872
1872
"command" : " github.copilot.chat.review.stagedChanges" ,
1873
1873
"title" : " %github.copilot.command.reviewStagedChanges%" ,
1874
1874
"icon" : " $(code-review)" ,
1875
1875
"enablement" : " github.copilot.chat.reviewDiff.enabled && !github.copilot.interactiveSession.disabled" ,
1876
- "category" : " GitHub Copilot "
1876
+ "category" : " Chat "
1877
1877
},
1878
1878
{
1879
1879
"command" : " github.copilot.chat.review.unstagedChanges" ,
1880
1880
"title" : " %github.copilot.command.reviewUnstagedChanges%" ,
1881
1881
"icon" : " $(code-review)" ,
1882
1882
"enablement" : " github.copilot.chat.reviewDiff.enabled && !github.copilot.interactiveSession.disabled" ,
1883
- "category" : " GitHub Copilot "
1883
+ "category" : " Chat "
1884
1884
},
1885
1885
{
1886
1886
"command" : " github.copilot.chat.review.changes" ,
1887
1887
"title" : " %github.copilot.command.reviewChanges%" ,
1888
1888
"icon" : " $(code-review)" ,
1889
1889
"enablement" : " github.copilot.chat.reviewDiff.enabled && !github.copilot.interactiveSession.disabled" ,
1890
- "category" : " GitHub Copilot "
1890
+ "category" : " Chat "
1891
1891
},
1892
1892
{
1893
1893
"command" : " github.copilot.chat.review.stagedFileChange" ,
1894
1894
"title" : " %github.copilot.command.reviewFileChange%" ,
1895
1895
"icon" : " $(code-review)" ,
1896
1896
"enablement" : " github.copilot.chat.reviewDiff.enabled && !github.copilot.interactiveSession.disabled" ,
1897
- "category" : " GitHub Copilot "
1897
+ "category" : " Chat "
1898
1898
},
1899
1899
{
1900
1900
"command" : " github.copilot.chat.review.unstagedFileChange" ,
1901
1901
"title" : " %github.copilot.command.reviewFileChange%" ,
1902
1902
"icon" : " $(code-review)" ,
1903
1903
"enablement" : " github.copilot.chat.reviewDiff.enabled && !github.copilot.interactiveSession.disabled" ,
1904
- "category" : " GitHub Copilot "
1904
+ "category" : " Chat "
1905
1905
},
1906
1906
{
1907
1907
"command" : " github.copilot.chat.review.previous" ,
1908
1908
"title" : " %github.copilot.command.gotoPreviousReviewSuggestion%" ,
1909
1909
"icon" : " $(arrow-up)" ,
1910
- "category" : " GitHub Copilot "
1910
+ "category" : " Chat "
1911
1911
},
1912
1912
{
1913
1913
"command" : " github.copilot.chat.review.next" ,
1914
1914
"title" : " %github.copilot.command.gotoNextReviewSuggestion%" ,
1915
1915
"icon" : " $(arrow-down)" ,
1916
- "category" : " GitHub Copilot "
1916
+ "category" : " Chat "
1917
1917
},
1918
1918
{
1919
1919
"command" : " github.copilot.chat.review.continueInInlineChat" ,
1920
1920
"title" : " %github.copilot.command.continueReviewInInlineChat%" ,
1921
1921
"icon" : " $(comment-discussion)" ,
1922
- "category" : " GitHub Copilot "
1922
+ "category" : " Chat "
1923
1923
},
1924
1924
{
1925
1925
"command" : " github.copilot.chat.review.continueInChat" ,
1926
1926
"title" : " %github.copilot.command.continueReviewInChat%" ,
1927
1927
"icon" : " $(comment-discussion)" ,
1928
- "category" : " GitHub Copilot "
1928
+ "category" : " Chat "
1929
1929
},
1930
1930
{
1931
1931
"command" : " github.copilot.chat.review.markHelpful" ,
1932
1932
"title" : " %github.copilot.command.helpfulReviewSuggestion%" ,
1933
1933
"icon" : " $(thumbsup)" ,
1934
1934
"enablement" : " !(commentThread =~ /markedAsHelpful/)" ,
1935
- "category" : " GitHub Copilot "
1935
+ "category" : " Chat "
1936
1936
},
1937
1937
{
1938
1938
"command" : " github.copilot.chat.openUserPreferences" ,
1939
1939
"title" : " %github.copilot.command.openUserPreferences%" ,
1940
- "category" : " GitHub Copilot " ,
1940
+ "category" : " Chat " ,
1941
1941
"enablement" : " config.github.copilot.chat.enableUserPreferences"
1942
1942
},
1943
1943
{
1944
1944
"command" : " github.copilot.chat.review.markUnhelpful" ,
1945
1945
"title" : " %github.copilot.command.unhelpfulReviewSuggestion%" ,
1946
1946
"icon" : " $(thumbsdown)" ,
1947
1947
"enablement" : " !(commentThread =~ /markedAsUnhelpful/)" ,
1948
- "category" : " GitHub Copilot "
1948
+ "category" : " Chat "
1949
1949
},
1950
1950
{
1951
1951
"command" : " github.copilot.chat.generate" ,
1952
1952
"title" : " %github.copilot.command.generateThis%" ,
1953
1953
"icon" : " $(sparkle)" ,
1954
1954
"enablement" : " !github.copilot.interactiveSession.disabled && !editorReadonly" ,
1955
- "category" : " GitHub Copilot "
1955
+ "category" : " Chat "
1956
1956
},
1957
1957
{
1958
1958
"command" : " github.copilot.chat.generateDocs" ,
1959
1959
"title" : " %github.copilot.command.generateDocs%" ,
1960
1960
"enablement" : " !github.copilot.interactiveSession.disabled && !editorReadonly" ,
1961
- "category" : " GitHub Copilot "
1961
+ "category" : " Chat "
1962
1962
},
1963
1963
{
1964
1964
"command" : " github.copilot.chat.generateTests" ,
1965
1965
"title" : " %github.copilot.command.generateTests%" ,
1966
1966
"enablement" : " !github.copilot.interactiveSession.disabled && !editorReadonly" ,
1967
- "category" : " GitHub Copilot "
1967
+ "category" : " Chat "
1968
1968
},
1969
1969
{
1970
1970
"command" : " github.copilot.chat.fix" ,
1971
1971
"title" : " %github.copilot.command.fixThis%" ,
1972
1972
"enablement" : " !github.copilot.interactiveSession.disabled && !editorReadonly" ,
1973
- "category" : " GitHub Copilot "
1973
+ "category" : " Chat "
1974
1974
},
1975
1975
{
1976
1976
"command" : " github.copilot.interactiveSession.feedback" ,
1977
1977
"title" : " %github.copilot.command.sendChatFeedback%" ,
1978
1978
"enablement" : " github.copilot-chat.activated && !github.copilot.interactiveSession.disabled" ,
1979
1979
"icon" : " $(feedback)" ,
1980
- "category" : " GitHub Copilot "
1980
+ "category" : " Chat "
1981
1981
},
1982
1982
{
1983
1983
"command" : " github.copilot.debug.workbenchState" ,
2004
2004
{
2005
2005
"command" : " github.copilot.terminal.explainTerminalLastCommand" ,
2006
2006
"title" : " %github.copilot.command.explainTerminalLastCommand%" ,
2007
- "category" : " GitHub Copilot "
2007
+ "category" : " Chat "
2008
2008
},
2009
2009
{
2010
2010
"command" : " github.copilot.git.generateCommitMessage" ,
2011
2011
"title" : " %github.copilot.git.generateCommitMessage%" ,
2012
2012
"icon" : " $(sparkle)" ,
2013
2013
"enablement" : " !github.copilot.interactiveSession.disabled" ,
2014
- "category" : " GitHub Copilot "
2014
+ "category" : " Chat "
2015
2015
},
2016
2016
{
2017
2017
"command" : " github.copilot.git.resolveMergeConflicts" ,
2023
2023
{
2024
2024
"command" : " github.copilot.devcontainer.generateDevContainerConfig" ,
2025
2025
"title" : " %github.copilot.devcontainer.generateDevContainerConfig%" ,
2026
- "category" : " GitHub Copilot "
2026
+ "category" : " Chat "
2027
2027
},
2028
2028
{
2029
2029
"command" : " github.copilot.tests.fixTestFailure" ,
2030
2030
"icon" : " $(sparkle)" ,
2031
2031
"title" : " %github.copilot.command.fixTestFailure%" ,
2032
- "category" : " GitHub Copilot "
2032
+ "category" : " Chat "
2033
2033
},
2034
2034
{
2035
2035
"command" : " github.copilot.tests.fixTestFailure.fromInline" ,
2044
2044
{
2045
2045
"command" : " github.copilot.chat.attachSelection" ,
2046
2046
"title" : " %github.copilot.chat.attachSelection%" ,
2047
- "category" : " GitHub Copilot"
2047
+ "icon" : " $(comment-discussion)" ,
2048
+ "category" : " Chat"
2048
2049
},
2049
2050
{
2050
2051
"command" : " github.copilot.debug.collectDiagnostics" ,
2066
2067
"command" : " github.copilot.debug.generateSTest" ,
2067
2068
"title" : " %github.copilot.command.generateSTest%" ,
2068
2069
"enablement" : " github.copilot.debugReportFeedback" ,
2069
- "category" : " GitHub Copilot Developer"
2070
+ "category" : " Developer"
2070
2071
},
2071
2072
{
2072
2073
"command" : " github.copilot.debug.generateConfiguration" ,
2073
2074
"title" : " %github.copilot.command.generateConfiguration%" ,
2074
- "category" : " GitHub Copilot " ,
2075
+ "category" : " Chat " ,
2075
2076
"enablement" : " config.github.copilot.chat.startDebugging.enabled" ,
2076
2077
"tags" : [
2077
2078
" experimental"
2080
2081
{
2081
2082
"command" : " github.copilot.open.walkthrough" ,
2082
2083
"title" : " %github.copilot.command.openWalkthrough%" ,
2083
- "category" : " GitHub Copilot "
2084
+ "category" : " Chat "
2084
2085
},
2085
2086
{
2086
2087
"command" : " github.copilot.debug.generateInlineEditTests" ,
2087
2088
"title" : " Generate Inline Edit Tests" ,
2088
- "category" : " GitHub Copilot " ,
2089
+ "category" : " Chat " ,
2089
2090
"enablement" : " resourceScheme == 'ccreq'"
2090
2091
},
2091
2092
{
2092
2093
"command" : " github.copilot.buildLocalWorkspaceIndex" ,
2093
2094
"title" : " %github.copilot.command.buildLocalWorkspaceIndex%" ,
2094
- "category" : " GitHub Copilot " ,
2095
+ "category" : " Chat " ,
2095
2096
"enablement" : " github.copilot-chat.activated"
2096
2097
},
2097
2098
{
2098
2099
"command" : " github.copilot.buildRemoteWorkspaceIndex" ,
2099
2100
"title" : " %github.copilot.command.buildRemoteWorkspaceIndex%" ,
2100
- "category" : " GitHub Copilot " ,
2101
+ "category" : " Chat " ,
2101
2102
"enablement" : " github.copilot-chat.activated"
2102
2103
},
2103
2104
{
2104
2105
"command" : " github.copilot.report" ,
2105
2106
"title" : " Report Issue" ,
2106
- "category" : " GitHub Copilot "
2107
+ "category" : " Chat "
2107
2108
},
2108
2109
{
2109
2110
"command" : " github.copilot.chat.rerunWithCopilotDebug" ,
2110
2111
"title" : " %github.copilot.command.rerunWithCopilotDebug%" ,
2111
- "category" : " GitHub Copilot "
2112
+ "category" : " Chat "
2112
2113
},
2113
2114
{
2114
2115
"command" : " github.copilot.chat.startCopilotDebugCommand" ,
2117
2118
{
2118
2119
"command" : " github.copilot.chat.clearTemporalContext" ,
2119
2120
"title" : " Clear Temporal Context" ,
2120
- "category" : " GitHub Copilot ( Developer) "
2121
+ "category" : " Developer"
2121
2122
},
2122
2123
{
2123
2124
"command" : " github.copilot.search.markHelpful" ,
0 commit comments