Skip to content

Commit 0841c33

Browse files
kanchana-mongodbcveticmdavidhou17
authored
DOCSP-48816 add connection option for vscode extension (#990)
* DOCSP-48816 add connection option for vscode extension * Update source/atlas-cli-local-cloud.txt Co-authored-by: Melanija Cvetic <[email protected]> * Update source/atlas-cli-deploy-local.txt Co-authored-by: davidhou17 <[email protected]> --------- Co-authored-by: Melanija Cvetic <[email protected]> Co-authored-by: davidhou17 <[email protected]>
1 parent 4fd23db commit 0841c33

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

source/atlas-cli-deploy-local.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,16 @@ atlas deployments respectively.
409409
#. Specify how you want to connect to the deployment and press
410410
:kbd:`Enter`..
411411

412+
You can retrieve the connection string or connect to the following clients:
413+
connection string:
414+
415+
- {+mongosh+} if you installed :binary:`~bin.mongosh`
416+
- MongoDB Compass if you installed :compass:`Compass </>`
417+
- Visual Studio Code if you installed `Visual Studio Code <https://code.visualstudio.com/download>`__,
418+
`Visual Studio Code CLI
419+
<https://code.visualstudio.com/download>`__, and `MongoDB for
420+
VS Code Extension <https://www.mongodb.com/docs/mongodb-vscode/install/>`__
421+
412422
.. step:: Pause a deployment.
413423

414424
a. Run the following command to pause a deployment:

source/atlas-cli-local-cloud.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,11 @@ command for local and cloud |service| deployments including, but not limited to
5757

5858
- :ref:`List Atlas deployments <atlas-cli-deploy-local-manage>`.
5959

60-
- :ref:`Connect <atlas-cli-deploy-local-manage>` with {+mongosh+} or
61-
:compass:`Compass </>`, or return the
62-
connection string for an |service| deployment.
60+
- :ref:`Connect <atlas-cli-deploy-local-manage>` with {+mongosh+},
61+
:compass:`Compass </>`, `MongoDB for VS Code
62+
<https://www.mongodb.com/docs/mongodb-vscode/install/>`__
63+
(versions 1.13.0+), or return the connection string for an |service|
64+
deployment.
6365

6466
- :ref:`Pause or start an Atlas deployment
6567
<atlas-cli-deploy-local-manage>`.

source/includes/steps-atlas-cli-deploy-local-prereqs.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@
4343
For installation instructions on other operating
4444
systems, see :compass:`Download and Install Compass </install>`.
4545

46+
#. (Optional) Install `Visual Studio Code <https://code.visualstudio.com/download>`__
47+
and `MongoDB for VS Code Extension <https://www.mongodb.com/docs/mongodb-vscode/install/>`__.
48+
49+
To learn more, see `Install MongoDB for VS Code Extension <https://www.mongodb.com/docs/mongodb-vscode/install/>`__.
50+
4651
.. step:: Create an |service| account.
4752

4853
If you don't already have an existing |service| account, run ``atlas setup`` in your terminal

0 commit comments

Comments
 (0)