We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e519c55 commit 5483987Copy full SHA for 5483987
package.json
@@ -1943,6 +1943,7 @@
1943
{
1944
"type": "coreclr",
1945
"label": ".NET 5+ and .NET Core",
1946
+ "hiddenWhen": "dotnet.debug.serviceBrokerAvailable",
1947
"languages": [
1948
"csharp",
1949
"razor",
@@ -3097,6 +3098,7 @@
3097
3098
3099
"type": "clr",
3100
"when": "workspacePlatform == windows",
3101
3102
"label": ".NET Framework 4.x",
3103
3104
@@ -4144,6 +4146,7 @@
4144
4146
4145
4147
"type": "blazorwasm",
4148
"label": "Blazor WebAssembly Debug",
4149
4150
"initialConfigurations": [
4151
4152
0 commit comments