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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1142,7 +1142,8 @@
1142
1142
"properties": {
1143
1143
"dotnet.defaultSolution": {
1144
1144
"type": "string",
1145
-
"description": "The name of the default solution used at start up if the repo has multiple solutions. e.g.'MyAwesomeSolution.sln'. Default value is `null` which will cause the first in alphabetical order to be chosen."
1145
+
"description": "The path of the default solution to be opened in the workspace, or set to 'disable' to skip it.",
0 commit comments