Skip to content

Commit 5684c00

Browse files
committed
Add missing configs to README
1 parent 65ec11f commit 5684c00

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,28 @@ This extension contributes the following settings:
7474
"\"$project\"",
7575
"--context",
7676
"\"$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+
"dotnet",
90+
"ef",
91+
"migrations",
92+
"list",
93+
"--context",
94+
"\"$context\"",
95+
"--project",
96+
"\"$project\"",
97+
"--no-color",
98+
"--json"
7799
]
78100
}
79101
}

0 commit comments

Comments
 (0)