Skip to content

Commit 90aeb70

Browse files
Update 'useGlobalMono' option descriptions to list Mono 5.8.1
1 parent d55c4ef commit 90aeb70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -530,11 +530,11 @@
530530
"never"
531531
],
532532
"enumDescriptions": [
533-
"Automatically launch OmniSharp with \"mono\" if version 5.2.0 or greater is available on the PATH.",
534-
"Always launch OmniSharp with \"mono\". If version 5.2.0 or greater is not available on the PATH, an error will be printed.",
533+
"Automatically launch OmniSharp with \"mono\" if version 5.8.1 or greater is available on the PATH.",
534+
"Always launch OmniSharp with \"mono\". If version 5.8.1 or greater is not available on the PATH, an error will be printed.",
535535
"Never launch OmniSharp on a globally-installed Mono."
536536
],
537-
"description": "Launch OmniSharp with the globally-installed Mono. If set to \"always\", \"mono\" version 5.2.0 or greater must be available on the PATH. If set to \"auto\", OmniSharp will be launched with \"mono\" if version 5.2.0 or greater is available on the PATH."
537+
"description": "Launch OmniSharp with the globally-installed Mono. If set to \"always\", \"mono\" version 5.8.1 or greater must be available on the PATH. If set to \"auto\", OmniSharp will be launched with \"mono\" if version 5.8.1 or greater is available on the PATH."
538538
},
539539
"omnisharp.waitForDebugger": {
540540
"type": "boolean",

0 commit comments

Comments
 (0)