Skip to content

Commit c7af5c9

Browse files
Move epics container url out of generic guide
1 parent 12679cf commit c7af5c9

File tree

2 files changed

+21
-10
lines changed

2 files changed

+21
-10
lines changed

docs/user/tutorials/devcontainer.rst

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,13 @@ settings editor and search for
3737
Launching the Devcontainer
3838
--------------------------
3939

40-
To setup your devcontainer, perform the following steps:
41-
42-
- create a workspace folder
43-
- clone the .devcontainer repository into the workspace folder
44-
- open the workspace folder with Visual Studio Code.
45-
46-
for example:
40+
If your repository contains a ``.devcontainer`` directory, vscode will be
41+
able to follow the instructions inside and launch a container.
4742

4843
.. code-block:: bash
4944
50-
mkdir work-ec
51-
cd work-ec
52-
git clone [email protected]:epics-containers/.devcontainer.git
45+
git clone <repo>
46+
cd <repo>
5347
code .
5448
5549
This will open the workspace folder in Visual Studio Code. You will be prompted

docs/user/tutorials/epics_devcontainer.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,23 @@ container definition is in https://github.com/epics-containers/.devcontainer.
1717
Launching the Devcontainer
1818
--------------------------
1919

20+
To setup your devcontainer, perform the following steps:
21+
22+
- create a workspace folder
23+
- clone the .devcontainer repository into the workspace folder
24+
- open the workspace folder with Visual Studio Code.
25+
26+
for example:
27+
28+
.. code-block:: bash
29+
30+
mkdir work-ec
31+
cd work-ec
32+
git clone [email protected]:epics-containers/.devcontainer.git
33+
code .
34+
35+
.. seealso:: `./devcontainer`
36+
2037
Having setup your devcontainer, to verify things are working as expected,
2138
open a terminal in VSCode from the menus ``Terminal > New Terminal``.
2239
You should see a prompt like this:

0 commit comments

Comments
 (0)