Skip to content

Commit 2fded42

Browse files
authored
Pre-launch copy tweaks (#89)
1 parent cdc8a9d commit 2fded42

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Launch the MongoDB Shell from the command palette to quickly connect to the same
3333

3434
![MongoDB Shell](resources/screenshots/shell-launcher.png)
3535

36+
*The shell binary needs to be in your `$PATH`. This functionality has some issues on Windows, we'll release an update with a fix soon.*
37+
3638
### Terraform snippet for MongoDB Atlas
3739

3840
If you use Terraform to manage your infrastructure, MongoDB for VS Code helps you get started with the [MongoDB Atlas Provider](https://www.terraform.io/docs/providers/mongodbatlas/index.html). Just open a Terraform file, type `atlas` and you are good to go.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Connect to MongoDB and Atlas and directly from your VS Code environment, navigate your databases and collections, inspect your schema and use playgrounds to prototype queries and aggregations.",
66
"version": "0.0.1",
77
"homepage": "https://github.com/mongodb-js/vscode",
8-
"qna": "https://community.mongodb.com/c/vscode/",
8+
"qna": "https://developer.mongodb.com/community/forums/",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/mongodb-js/vscode"
@@ -547,7 +547,7 @@
547547
"mongosh"
548548
],
549549
"enumDescriptions": [
550-
"Use the legacy mongosh",
550+
"Use the legacy mongo shell",
551551
"Use the new mongosh"
552552
],
553553
"default": "mongo",

0 commit comments

Comments
 (0)