Skip to content

Commit 92b69ec

Browse files
Make the "useOmnisharp" option order first
The rest of the options won't do anything unless this is set, so we should probably make that be the easiest one to find.
1 parent ebe3d82 commit 92b69ec

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
@@ -710,7 +710,8 @@
710710
"dotnet.server.useOmnisharp": {
711711
"type": "boolean",
712712
"default": false,
713-
"description": "Switches to use the Omnisharp server for language features when enabled (requires restart). This option will not work with C# Dev Kit"
713+
"description": "Switches to use the Omnisharp server for language features when enabled (requires restart). This option will not work with C# Dev Kit.",
714+
"order": 0
714715
},
715716
"csharp.format.enable": {
716717
"type": "boolean",

0 commit comments

Comments
 (0)