We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ec11f commit 5684c00Copy full SHA for 5684c00
README.md
@@ -74,6 +74,28 @@ This extension contributes the following settings:
74
"\"$project\"",
75
"--context",
76
"\"$dbContext\""
77
+ ],
78
+ "listDbContexts": [
79
+ "dotnet",
80
+ "ef",
81
+ "dbcontext",
82
+ "list",
83
+ "--project",
84
+ "\"$project\"",
85
+ "--no-color",
86
+ "--json"
87
88
+ "listMigrations": [
89
90
91
+ "migrations",
92
93
+ "--context",
94
+ "\"$context\"",
95
96
97
98
99
]
100
}
101
0 commit comments