@@ -1765,135 +1765,135 @@
1765
1765
"commands" : [
1766
1766
{
1767
1767
"command" : " o.restart" ,
1768
- "title" : " Restart OmniSharp " ,
1768
+ "title" : " %command.o.restart% " ,
1769
1769
"category" : " OmniSharp" ,
1770
1770
"enablement" : " config.dotnet.server.useOmnisharp"
1771
1771
},
1772
1772
{
1773
1773
"command" : " o.pickProjectAndStart" ,
1774
- "title" : " Select Project " ,
1774
+ "title" : " %command.o.pickProjectAndStart% " ,
1775
1775
"category" : " OmniSharp" ,
1776
1776
"enablement" : " config.dotnet.server.useOmnisharp"
1777
1777
},
1778
1778
{
1779
1779
"command" : " dotnet.openSolution" ,
1780
- "title" : " Open Solution " ,
1780
+ "title" : " %command.dotnet.openSolution% " ,
1781
1781
"category" : " .NET" ,
1782
1782
"enablement" : " !config.dotnet.server.useOmnisharp && dotnet.server.activatedStandalone"
1783
1783
},
1784
1784
{
1785
1785
"command" : " o.fixAll.solution" ,
1786
- "title" : " Fix all occurrences of a code issue within solution" ,
1786
+ "title" : " %command.o.fixAll. solution% " ,
1787
1787
"category" : " OmniSharp" ,
1788
1788
"enablement" : " config.dotnet.server.useOmnisharp"
1789
1789
},
1790
1790
{
1791
1791
"command" : " o.fixAll.project" ,
1792
- "title" : " Fix all occurrences of a code issue within project" ,
1792
+ "title" : " %command.o.fixAll. project% " ,
1793
1793
"category" : " OmniSharp" ,
1794
1794
"enablement" : " config.dotnet.server.useOmnisharp"
1795
1795
},
1796
1796
{
1797
1797
"command" : " o.fixAll.document" ,
1798
- "title" : " Fix all occurrences of a code issue within document" ,
1798
+ "title" : " %command.o.fixAll. document% " ,
1799
1799
"category" : " OmniSharp" ,
1800
1800
"enablement" : " config.dotnet.server.useOmnisharp"
1801
1801
},
1802
1802
{
1803
1803
"command" : " o.reanalyze.allProjects" ,
1804
- "title" : " Analyze all projects " ,
1804
+ "title" : " %command.o.reanalyze.allProjects% " ,
1805
1805
"category" : " OmniSharp" ,
1806
1806
"enablement" : " config.dotnet.server.useOmnisharp"
1807
1807
},
1808
1808
{
1809
1809
"command" : " o.reanalyze.currentProject" ,
1810
- "title" : " Analyze current project " ,
1810
+ "title" : " %command.o.reanalyze.currentProject% " ,
1811
1811
"category" : " OmniSharp" ,
1812
1812
"enablement" : " config.dotnet.server.useOmnisharp"
1813
1813
},
1814
1814
{
1815
1815
"command" : " dotnet.generateAssets" ,
1816
- "title" : " Generate Assets for Build and Debug " ,
1816
+ "title" : " %command.dotnet.generateAssets.currentProject% " ,
1817
1817
"category" : " .NET"
1818
1818
},
1819
1819
{
1820
1820
"command" : " dotnet.restore.project" ,
1821
- "title" : " Restore Project " ,
1821
+ "title" : " %command.dotnet.restore.project% " ,
1822
1822
"category" : " .NET" ,
1823
1823
"enablement" : " config.dotnet.server.useOmnisharp"
1824
1824
},
1825
1825
{
1826
1826
"command" : " dotnet.restore.all" ,
1827
- "title" : " Restore All Projects " ,
1827
+ "title" : " %command.dotnet.restore.all% " ,
1828
1828
"category" : " .NET" ,
1829
1829
"enablement" : " config.dotnet.server.useOmnisharp"
1830
1830
},
1831
1831
{
1832
1832
"command" : " csharp.downloadDebugger" ,
1833
- "title" : " Download .NET Core Debugger " ,
1833
+ "title" : " %command.csharp.downloadDebugger% " ,
1834
1834
"category" : " Debug"
1835
1835
},
1836
1836
{
1837
1837
"command" : " csharp.listProcess" ,
1838
- "title" : " List process for attach " ,
1838
+ "title" : " %command.csharp.listProcess% " ,
1839
1839
"category" : " CSharp"
1840
1840
},
1841
1841
{
1842
1842
"command" : " csharp.listRemoteProcess" ,
1843
- "title" : " List processes on remote connection for attach " ,
1843
+ "title" : " %command.csharp.listRemoteProcess% " ,
1844
1844
"category" : " CSharp"
1845
1845
},
1846
1846
{
1847
1847
"command" : " csharp.listRemoteDockerProcess" ,
1848
- "title" : " List processes on Docker connection " ,
1848
+ "title" : " %command.csharp.listRemoteDockerProcess% " ,
1849
1849
"category" : " CSharp"
1850
1850
},
1851
1851
{
1852
1852
"command" : " csharp.attachToProcess" ,
1853
- "title" : " Attach to a .NET 5+ or .NET Core process " ,
1853
+ "title" : " %command.csharp.attachToProcess% " ,
1854
1854
"category" : " Debug"
1855
1855
},
1856
1856
{
1857
1857
"command" : " csharp.reportIssue" ,
1858
- "title" : " Report an issue " ,
1858
+ "title" : " %command.csharp.reportIssue% " ,
1859
1859
"category" : " CSharp"
1860
1860
},
1861
1861
{
1862
1862
"command" : " csharp.showDecompilationTerms" ,
1863
- "title" : " Show the decompiler terms agreement " ,
1863
+ "title" : " %command.csharp.showDecompilationTerms% " ,
1864
1864
"category" : " CSharp" ,
1865
1865
"enablement" : " config.dotnet.server.useOmnisharp"
1866
1866
},
1867
1867
{
1868
1868
"command" : " extension.showRazorCSharpWindow" ,
1869
- "title" : " Show Razor CSharp " ,
1869
+ "title" : " %command.extension.showRazorCSharpWindow% " ,
1870
1870
"category" : " Razor"
1871
1871
},
1872
1872
{
1873
1873
"command" : " extension.showRazorHtmlWindow" ,
1874
- "title" : " Show Razor Html " ,
1874
+ "title" : " %command.extension.showRazorHtmlWindow% " ,
1875
1875
"category" : " Razor"
1876
1876
},
1877
1877
{
1878
1878
"command" : " razor.reportIssue" ,
1879
- "title" : " Report a Razor issue " ,
1879
+ "title" : " %command.razor.reportIssue% " ,
1880
1880
"category" : " Razor"
1881
1881
},
1882
1882
{
1883
1883
"command" : " dotnet.test.runTestsInContext" ,
1884
- "title" : " Run Tests in Context " ,
1884
+ "title" : " %command.dotnet.test.runTestsInContext% " ,
1885
1885
"category" : " .NET" ,
1886
1886
"enablement" : " dotnet.server.activatedStandalone"
1887
1887
},
1888
1888
{
1889
1889
"command" : " dotnet.test.debugTestsInContext" ,
1890
- "title" : " Debug Tests in Context " ,
1890
+ "title" : " %command.dotnet.test.debugTestsInContext% " ,
1891
1891
"category" : " .NET" ,
1892
1892
"enablement" : " dotnet.server.activatedStandalone"
1893
1893
},
1894
1894
{
1895
1895
"command" : " dotnet.restartServer" ,
1896
- "title" : " Restart Language Server " ,
1896
+ "title" : " %command.dotnet.restartServer% " ,
1897
1897
"category" : " .NET" ,
1898
1898
"enablement" : " !config.dotnet.server.useOmnisharp"
1899
1899
}
4989
4989
}
4990
4990
]
4991
4991
}
4992
- }
4992
+ }
0 commit comments