Skip to content

Commit 88ad237

Browse files
authored
Merge pull request #5301 from OmniSharp/feature/update-property-descriptions
removed quoted examples from omnisharp.sdkVersion and omnisharp.sdkPath
2 parents a0a104e + c10193a commit 88ad237

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
@@ -967,12 +967,12 @@
967967
"omnisharp.sdkPath": {
968968
"type": "string",
969969
"scope": "window",
970-
"description": "Specifies the path to a .NET SDK installation to use for project loading instead of the highest version installed. Applies when \"useModernNet\" is set to true. Example: \"/home/username/dotnet/sdks/6.0.300\"."
970+
"description": "Specifies the path to a .NET SDK installation to use for project loading instead of the highest version installed. Applies when \"useModernNet\" is set to true. Example: /home/username/dotnet/sdks/6.0.300."
971971
},
972972
"omnisharp.sdkVersion": {
973973
"type": "string",
974974
"scope": "window",
975-
"description": "Specifies the version of the .NET SDK to use for project loading instead of the highest version installed. Applies when \"useModernNet\" is set to true. Example: \"6.0.300\"."
975+
"description": "Specifies the version of the .NET SDK to use for project loading instead of the highest version installed. Applies when \"useModernNet\" is set to true. Example: 6.0.300."
976976
},
977977
"omnisharp.sdkIncludePrereleases": {
978978
"type": "boolean",
@@ -4087,4 +4087,4 @@
40874087
}
40884088
]
40894089
}
4090-
}
4090+
}

0 commit comments

Comments
 (0)