File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -111,18 +111,17 @@ deployment from which you were disconnected:
111
111
Launch MongoDB Shell
112
112
~~~~~~~~~~~~~~~~~~~~
113
113
114
- You can connect the
115
- `MongoDB Shell <https://docs.mongodb.com/mongodb-shell/>`__ or legacy
114
+ You can connect the :mongosh:`MongoDB Shell </>` or legacy
116
115
:binary:`mongo <mongo>` shell to your active deployment.
117
116
117
+
118
118
Considerations
119
119
``````````````
120
120
121
121
- The shell that |vsce| uses to connect to your deployment is
122
122
determined by the :guilabel:`Shell` setting in your
123
123
:ref:`extension settings <vsce-settings>`. You can choose either
124
- the `MongoDB Shell <https://docs.mongodb.com/mongodb-shell/>`__ or
125
- legacy :binary:`mongo <mongo>` shell.
124
+ the :mongosh:`MongoDB Shell </>` or the legacy :binary:`mongo <mongo>` shell.
126
125
127
126
- The path to your selected shell must exist in your system's ``PATH``.
128
127
If it does not exist in your ``PATH``, the operation errors.
@@ -142,8 +141,7 @@ the shell connected to your selected deployment.
142
141
143
142
.. seealso::
144
143
145
- `Perform CRUD Operations in the MongoDB Shell
146
- <https://docs.mongodb.com/mongodb-shell/crud>`__
144
+ :mongosh:`Perform CRUD Operations in the MongoDB Shell </crud>`
147
145
148
146
.. _vsce-rename-connection:
149
147
Original file line number Diff line number Diff line change 16
16
shell, see :manual: `The mongo Shell </mongo> `.
17
17
18
18
- To install the ``mongosh `` shell and for instructions on
19
- configuring your ``PATH `` variable, see
20
- `Install the MongoDB Shell <https://docs.mongodb.com/mongodb-shell/install >`__.
19
+ configuring your ``PATH `` variable, see :mongosh: `Install the MongoDB Shell </install> `.
You can’t perform that action at this time.
0 commit comments