Skip to content

Commit 1270cea

Browse files
Corrected VSCode -> VS Code.
1 parent 4610174 commit 1270cea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/learning-paths/cross-platform/sme2/1-get-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ It contains:
151151
you will use.
152152
- A shell script called ``build-my-container.sh`` that you can use if you want to build the Docker container. This is not essential however, as ready-made images are made available for you.
153153
- A script called ``build-all-containers.sh`` that was used to create the image for you to download to provide multi-architecture support for both x86_64 and AArch64.
154-
- A configuration script for VSCode to be able to use the container from the IDE called ``.devcontainer/devcontainer.json``.
154+
- A configuration script for VS Code to be able to use the container from the IDE called ``.devcontainer/devcontainer.json``.
155155

156156
The next step is to change directory to your checkout:
157157

@@ -168,8 +168,8 @@ directory is ``SME2-learning-path.git``.{{% /notice %}}
168168
Docker containers provide you with the functionality to execute commands in an isolated environment, where you have all the necessary tools that you require without having to clutter your machine. The containers runs independently, which means that they do not interfere with other containers on the same machine or server.
169169

170170
You can use Docker in the following ways:
171-
- Directly from the command line. For example, when you are working from a terminal.
172-
- In the container. Once you have used Docker to configure VSCode to run all the commands within the Docker environment, you can work from within it.
171+
- Directly from the command line. For example, when you are working from a terminal on your local machine.
172+
- Within a containerized environment. Configure VS Code to execute run all the commands inside a Docker container, allowing you to work seamlessly within the Docker environment.
173173

174174
### Working from a terminal
175175

@@ -206,9 +206,9 @@ It automatically finds and uses ``.devcontainer/devcontainer.json``:
206206
![example image alt-text#center](VSCode.png "Figure 1: Setting up the Docker Container.")
207207

208208
All your commands now take place in the container, so no need to prepend
209-
them with a Docker invocation, as VSCode handles all this transparently for you.
209+
them with a Docker invocation, as VS Code handles all this transparently for you.
210210

211211
{{% notice Note %}}
212212
In the remainder of this learning path, the shell commands show the Docker
213-
invocation so that those who do not use VSCode can copy the full command line, but if you do use VSCode, you should only use the ``COMMAND ARGUMENTS`` part.
213+
invocation so that those who do not use VS Code can copy the full command line, but if you do use VS Code, you should only use the ``COMMAND ARGUMENTS`` part.
214214
{{% /notice %}}

0 commit comments

Comments
 (0)