You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1148,21 +1148,18 @@
1148
1148
"dotnet.dotnetPath": {
1149
1149
"type": "string",
1150
1150
"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\"."
1153
1152
},
1154
1153
"dotnet.server.path": {
1155
1154
"type": "string",
1156
1155
"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."
1159
1157
},
1160
1158
"dotnet.server.waitForDebugger": {
1161
1159
"type": "boolean",
1162
1160
"scope": "machine-overridable",
1163
1161
"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."
1166
1163
},
1167
1164
"dotnet.server.trace": {
1168
1165
"scope": "window",
@@ -1177,8 +1174,7 @@
1177
1174
"None"
1178
1175
],
1179
1176
"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"
0 commit comments