Skip to content

Commit ebe3d82

Browse files
Remove order: 0 for options that should only be set by extension developers
1 parent 97e3c7b commit ebe3d82

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,21 +1148,18 @@
11481148
"dotnet.dotnetPath": {
11491149
"type": "string",
11501150
"scope": "machine-overridable",
1151-
"description": "Specified the path to a dotnet installation to use instead of the default system one. This only influences the dotnet installation to use for hosting the language server itself. Example: \"/home/username/mycustomdotnetdirectory\".",
1152-
"order": 0
1151+
"description": "Specified the path to a dotnet installation to use instead of the default system one. This only influences the dotnet installation to use for hosting the language server itself. Example: \"/home/username/mycustomdotnetdirectory\"."
11531152
},
11541153
"dotnet.server.path": {
11551154
"type": "string",
11561155
"scope": "machine-overridable",
1157-
"description": "Specifies the absolute path to the server (LSP or O#) executable. When left empty the version pinned to the C# Extension is used.",
1158-
"order": 0
1156+
"description": "Specifies the absolute path to the server (LSP or O#) executable. When left empty the version pinned to the C# Extension is used."
11591157
},
11601158
"dotnet.server.waitForDebugger": {
11611159
"type": "boolean",
11621160
"scope": "machine-overridable",
11631161
"default": false,
1164-
"description": "Passes the --debug flag when launching the server to allow a debugger to be attached.",
1165-
"order": 0
1162+
"description": "Passes the --debug flag when launching the server to allow a debugger to be attached."
11661163
},
11671164
"dotnet.server.trace": {
11681165
"scope": "window",
@@ -1177,8 +1174,7 @@
11771174
"None"
11781175
],
11791176
"default": "Information",
1180-
"description": "Sets the logging level for the language server",
1181-
"order": 0
1177+
"description": "Sets the logging level for the language server"
11821178
},
11831179
"dotnet.server.extensionPaths": {
11841180
"type": [

0 commit comments

Comments
 (0)