Skip to content

Commit 203b442

Browse files
(DOCSP-9710): Install VSCE (#3)
1 parent dac8d3d commit 203b442

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
title: Open the Extensions View.
2+
level: 4
3+
ref: open-extensions
4+
content: |
5+
In Visual Studio Code, click the :guilabel:`Extensions` icon
6+
in the left navigation.
7+
8+
Alternatively, you can open the :guilabel:`Extensions` view by
9+
pressing:
10+
11+
- :guilabel:`Control + Shift + X` or
12+
13+
- :guilabel:`Command + Shift + X`.
14+
15+
---
16+
title: Search "MongoDB for VS Code" in the extension marketplace.
17+
level: 4
18+
ref: search-mongodb-for-vscode
19+
---
20+
title: Click :guilabel:`Install` on the "MongoDB for VS Code" extension.
21+
level: 4
22+
ref: click-install
23+
...

source/install.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,20 @@ Install MongoDB for VS Code
1111
:backlinks: none
1212
:depth: 1
1313
:class: singlecol
14+
15+
Prerequisites
16+
-------------
17+
18+
Before you can install |vsce|, you must install Visual Studio Code. You
19+
can download Visual Studio Code from https://code.visualstudio.com/.
20+
21+
Procedure
22+
---------
23+
24+
.. include:: /includes/steps/install-vsce.rst
25+
26+
Once you install |vsce|, you can :ref:`view data in your deployment
27+
<vsce-databases-collections>` and :ref:`create Playgrounds to interact
28+
with your data <vsce-playgrounds>`.
29+
30+
To configure |vsce| settings, see :ref:`vsce-settings`.

0 commit comments

Comments
 (0)