File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 9
9
"icon" : " images/csharpIcon.png" ,
10
10
"preview" : false ,
11
11
"bugs" : {
12
- "url" : " https://github.com/microsoft /vscode-dotnettools/issues"
12
+ "url" : " https://github.com/dotnet /vscode-dotnettools/issues"
13
13
},
14
14
"repository" : {
15
15
"type" : " git" ,
1642
1642
{
1643
1643
"command" : " csharp.reportIssue" ,
1644
1644
"title" : " Report an issue" ,
1645
- "category" : " CSharp"
1645
+ "category" : " CSharp" ,
1646
+ "enablement" : " config.dotnet.server.useOmnisharp"
1646
1647
},
1647
1648
{
1648
1649
"command" : " csharp.showDecompilationTerms" ,
1649
1650
"title" : " Show the decompiler terms agreement" ,
1650
- "category" : " CSharp"
1651
+ "category" : " CSharp" ,
1652
+ "enablement" : " config.dotnet.server.useOmnisharp"
1651
1653
},
1652
1654
{
1653
1655
"command" : " extension.showRazorCSharpWindow" ,
You can’t perform that action at this time.
0 commit comments