Skip to content

Commit 6ac6335

Browse files
committed
Merged PR 475848: Update issue reporting in blue to point to future location
Update issue reporting in blue to point to future location
2 parents 8eb75ef + f5b0761 commit 6ac6335

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"icon": "images/csharpIcon.png",
1010
"preview": false,
1111
"bugs": {
12-
"url": "https://github.com/microsoft/vscode-dotnettools/issues"
12+
"url": "https://github.com/dotnet/vscode-dotnettools/issues"
1313
},
1414
"repository": {
1515
"type": "git",
@@ -1642,12 +1642,14 @@
16421642
{
16431643
"command": "csharp.reportIssue",
16441644
"title": "Report an issue",
1645-
"category": "CSharp"
1645+
"category": "CSharp",
1646+
"enablement": "config.dotnet.server.useOmnisharp"
16461647
},
16471648
{
16481649
"command": "csharp.showDecompilationTerms",
16491650
"title": "Show the decompiler terms agreement",
1650-
"category": "CSharp"
1651+
"category": "CSharp",
1652+
"enablement": "config.dotnet.server.useOmnisharp"
16511653
},
16521654
{
16531655
"command": "extension.showRazorCSharpWindow",

0 commit comments

Comments
 (0)