Skip to content

Commit

Permalink
Add hiddenWhen to debuggers in package.json (#6405)
Browse files Browse the repository at this point in the history
* Add hiddenWhen to debuggers in package.json

This PR adds the 'hiddenWhen' attribute to debuggers contributed by the
C# Extension.
  • Loading branch information
WardenGnaw authored Sep 21, 2023
1 parent e519c55 commit 5483987
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1943,6 +1943,7 @@
{
"type": "coreclr",
"label": ".NET 5+ and .NET Core",
"hiddenWhen": "dotnet.debug.serviceBrokerAvailable",
"languages": [
"csharp",
"razor",
Expand Down Expand Up @@ -3097,6 +3098,7 @@
{
"type": "clr",
"when": "workspacePlatform == windows",
"hiddenWhen": "dotnet.debug.serviceBrokerAvailable",
"label": ".NET Framework 4.x",
"languages": [
"csharp",
Expand Down Expand Up @@ -4144,6 +4146,7 @@
{
"type": "blazorwasm",
"label": "Blazor WebAssembly Debug",
"hiddenWhen": "dotnet.debug.serviceBrokerAvailable",
"initialConfigurations": [
{
"type": "blazorwasm",
Expand Down

0 comments on commit 5483987

Please sign in to comment.