Skip to content

Commit 97e3c7b

Browse files
Update the message for dotnet.defaultSolution to match the Dev Kit one
1 parent dc21fcd commit 97e3c7b

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
@@ -1142,7 +1142,8 @@
11421142
"properties": {
11431143
"dotnet.defaultSolution": {
11441144
"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.",
1146+
"order": 0
11461147
},
11471148
"dotnet.dotnetPath": {
11481149
"type": "string",

0 commit comments

Comments
 (0)