Skip to content

Commit 95ec22f

Browse files
authored
Add 'when' to 'clr' debugger for Windows (#6359)
This PR adds a when clause to detect if the platform is a windows machine. This change will only show the 'clr' debugger if it is a windows machine.
1 parent f8fd0c9 commit 95ec22f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3085,7 +3085,8 @@
30853085
},
30863086
{
30873087
"type": "clr",
3088-
"label": ".NET Framework 4.x (Windows only)",
3088+
"when": "workspacePlatform == windows",
3089+
"label": ".NET Framework 4.x",
30893090
"languages": [
30903091
"csharp",
30913092
"razor",

0 commit comments

Comments
 (0)