Skip to content

Commit 5483987

Browse files
authored
Add hiddenWhen to debuggers in package.json (#6405)
* Add hiddenWhen to debuggers in package.json This PR adds the 'hiddenWhen' attribute to debuggers contributed by the C# Extension.
1 parent e519c55 commit 5483987

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1943,6 +1943,7 @@
19431943
{
19441944
"type": "coreclr",
19451945
"label": ".NET 5+ and .NET Core",
1946+
"hiddenWhen": "dotnet.debug.serviceBrokerAvailable",
19461947
"languages": [
19471948
"csharp",
19481949
"razor",
@@ -3097,6 +3098,7 @@
30973098
{
30983099
"type": "clr",
30993100
"when": "workspacePlatform == windows",
3101+
"hiddenWhen": "dotnet.debug.serviceBrokerAvailable",
31003102
"label": ".NET Framework 4.x",
31013103
"languages": [
31023104
"csharp",
@@ -4144,6 +4146,7 @@
41444146
{
41454147
"type": "blazorwasm",
41464148
"label": "Blazor WebAssembly Debug",
4149+
"hiddenWhen": "dotnet.debug.serviceBrokerAvailable",
41474150
"initialConfigurations": [
41484151
{
41494152
"type": "blazorwasm",

0 commit comments

Comments
 (0)