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
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -988,7 +988,7 @@
988
988
"omnisharp.dotnetPath": {
989
989
"type": "string",
990
990
"scope": "window",
991
-
"description": "Specified the path to a dotnet installation to use when \"useModernNet\" is set to true, instead of the default system one. Example: \"/home/username/mycustomdotnetdirectory\"."
991
+
"description": "Specified the path to a dotnet installation to use when \"useModernNet\" is set to true, instead of the default system one. This only influences the dotnet installation to use for hosting Omnisharp itself. Example: \"/home/username/mycustomdotnetdirectory\"."
992
992
},
993
993
"omnisharp.waitForDebugger": {
994
994
"type": "boolean",
@@ -1092,6 +1092,14 @@
1092
1092
"type": "string",
1093
1093
"description": "Path to the .runsettings file which should be used when running unit tests."
1094
1094
},
1095
+
"omnisharp.dotNetCliPaths": {
1096
+
"type": "array",
1097
+
"items": {
1098
+
"type": "string"
1099
+
},
1100
+
"description": "Paths to a local download of the .NET CLI to use for running any user code.",
0 commit comments