Skip to content

Commit 3191548

Browse files
authored
Merge pull request #5315 from OmniSharp/dev/gregg-miskelly/FixUnitTestDebuggingDoc
Fix csharp.unitTestDebuggingOptions description
2 parents 88ad237 + 5550926 commit 3191548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@
630630
},
631631
"csharp.unitTestDebuggingOptions": {
632632
"type": "object",
633-
"description": "Options to use with the debugger when launching for unit test debugging. Any launch.json option is valid here.",
633+
"description": "Options to use with the debugger when launching for unit test debugging.",
634634
"default": {},
635635
"properties": {
636636
"sourceFileMap": {

0 commit comments

Comments
 (0)