Skip to content

Commit 89a6414

Browse files
authored
Update Debugger Labels (dotnet#4798)
This PR updates the debugger labels to be: .NET Core -> .NET 5+ and .NET Core .NET -> .NET Framework 4.x (Windows only)
1 parent fcd81db commit 89a6414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@
10621062
"debuggers": [
10631063
{
10641064
"type": "coreclr",
1065-
"label": ".NET Core",
1065+
"label": ".NET 5+ and .NET Core",
10661066
"languages": [
10671067
"csharp",
10681068
"razor",
@@ -2168,7 +2168,7 @@
21682168
},
21692169
{
21702170
"type": "clr",
2171-
"label": ".NET",
2171+
"label": ".NET Framework 4.x (Windows only)",
21722172
"languages": [
21732173
"csharp",
21742174
"razor",

0 commit comments

Comments
 (0)