File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ This extension contributes the following settings:
60
60
" --project" ,
61
61
" \" $project\" " ,
62
62
" --startup-project" ,
63
- " \" $project \" " ,
63
+ " \" $startupProject \" " ,
64
64
" --context" ,
65
65
" \" $dbContext\" "
66
66
],
@@ -72,7 +72,7 @@ This extension contributes the following settings:
72
72
" --project" ,
73
73
" \" $project\" " ,
74
74
" --startup-project" ,
75
- " \" $project \" " ,
75
+ " \" $startupProject \" " ,
76
76
" --context" ,
77
77
" \" $dbContext\" "
78
78
],
@@ -84,7 +84,7 @@ This extension contributes the following settings:
84
84
" --project" ,
85
85
" \" $project\" " ,
86
86
" --startup-project" ,
87
- " \" $project \" " ,
87
+ " \" $startupProject \" " ,
88
88
" --context" ,
89
89
" \" $dbContext\" " ,
90
90
" \" $migrationId\" "
@@ -97,7 +97,7 @@ This extension contributes the following settings:
97
97
" --project" ,
98
98
" \" $project\" " ,
99
99
" --startup-project" ,
100
- " \" $project \" " ,
100
+ " \" $startupProject \" " ,
101
101
" --context" ,
102
102
" \" $dbContext\" "
103
103
],
@@ -109,7 +109,7 @@ This extension contributes the following settings:
109
109
" --project" ,
110
110
" \" $project\" " ,
111
111
" --startup-project" ,
112
- " \" $project \" "
112
+ " \" $startupProject \" "
113
113
],
114
114
"listMigrations" : [
115
115
" dotnet" ,
@@ -121,7 +121,7 @@ This extension contributes the following settings:
121
121
" --project" ,
122
122
" \" $project\" " ,
123
123
" --startup-project" ,
124
- " \" $project \" "
124
+ " \" $startupProject \" "
125
125
],
126
126
"dbContextInfo" : [
127
127
" dotnet" ,
@@ -133,7 +133,7 @@ This extension contributes the following settings:
133
133
" --project" ,
134
134
" \" $project\" " ,
135
135
" --startup-project" ,
136
- " \" $project \" "
136
+ " \" $startupProject \" "
137
137
],
138
138
"scaffold" : [
139
139
" dotnet" ,
You can’t perform that action at this time.
0 commit comments