Skip to content

Commit cab9755

Browse files
committed
Disable MongoDB extension welcome screen
1 parent d981431 commit cab9755

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.vscode/settings.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"mdb.presetConnections": [
3-
{
4-
"name": "Groceries Database",
5-
"connectionString": "mongodb://localhost:27017"
6-
}
7-
]
2+
"mdb.presetConnections": [
3+
{
4+
"name": "Groceries Database",
5+
"connectionString": "mongodb://localhost:27017"
6+
}
7+
],
8+
"mdb.showOverviewPageAfterInstall": false
89
}

0 commit comments

Comments
 (0)