Skip to content

Commit 6fa8932

Browse files
committed
more build errors
1 parent 43dc962 commit 6fa8932

File tree

4 files changed

+24
-26
lines changed

4 files changed

+24
-26
lines changed

source/commands.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _vsce-commands:
22

3-
=====================
3+
=======================
44
|vscode-short| Commands
5-
=====================
5+
=======================
66

77
.. default-domain:: mongodb
88

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1+
To launch your selected MongoDB shell, you must:
12

2-
To launch your selected MongoDB shell, you must:
3+
- Install the shell you want to use, and
34

4-
- Install the shell you want to use, and
5+
- Configure your machine's ``PATH`` environment variable to include
6+
the filepath to your shell binary.
57

6-
- Configure your machine's ``PATH`` environment variable to include
7-
the filepath to your shell binary.
8+
If you install a new version of your MongoDB shell, you will need to
9+
update your ``PATH`` variable to reference the new version.
810

9-
If you install a new version of your MongoDB shell, you will need to
10-
update your ``PATH`` variable to reference the new version.
11+
- To install the legacy :binary:`mongo <mongo>`
12+
shell, see :manual:`The mongo Shell </mongo>`.
1113

12-
13-
- To install the legacy :binary:`mongo <mongo>`
14-
shell, see :manual:`The mongo Shell </mongo>`.
15-
16-
- To install the ``mongosh`` shell and for instructions on
17-
configuring your ``PATH`` variable, see :mongosh:`Install the MongoDB Shell </install>`.
14+
- To install the ``mongosh`` shell and for instructions on
15+
configuring your ``PATH`` variable, see :mongosh:`Install the MongoDB Shell </install>`.

source/includes/steps-starting-vsce-connect-with-advanced-connection-settings.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -166,21 +166,21 @@ content: |
166166
167167
For example:
168168
169-
If the following is your SRV connection string for
170-
your MongoDB deployment:
169+
If the following is your SRV connection string for
170+
your MongoDB deployment:
171171
172-
.. code-block:: shell
173-
:copyable: false
172+
.. code-block:: shell
173+
:copyable: false
174174
175-
mongodb+srv://<username>:<password>@gettingstarted-7q2cs.mongodb.net/test
175+
mongodb+srv://<username>:<password>@gettingstarted-7q2cs.mongodb.net/test
176176
177-
Then, in |vsce|, you would specify your
178-
:guilabel:`Hostname` as:
177+
Then, in |vsce|, you would specify your
178+
:guilabel:`Hostname` as:
179179
180-
.. code-block:: shell
181-
:copyable: false
180+
.. code-block:: shell
181+
:copyable: false
182182
183-
gettingstarted-7q2cs.mongodb.net
183+
gettingstarted-7q2cs.mongodb.net
184184
185185
* - :guilabel:`Authentication`
186186
- Authentication to use if the deployment requires

source/settings.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _vsce-settings:
22

3-
=====================
3+
=======================
44
|vscode-short| Settings
5-
=====================
5+
=======================
66

77
.. default-domain:: mongodb
88

0 commit comments

Comments
 (0)