Skip to content

Commit 8e7cfa4

Browse files
author
Matthias Koeppe
committed
src/doc/en/developer/portability_testing.rst: Update for rename Remote-Containers -> Dev Containers
1 parent e249bef commit 8e7cfa4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/doc/en/developer/portability_testing.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,13 +1204,13 @@ Using our pre-built Docker images for development in VS Code
12041204

12051205
`VS Code <https://code.visualstudio.com/>`_ is very
12061206
convenient for developing with Docker containers thanks to the `Visual
1207-
Studio Code Remote - Containers
1208-
<https://code.visualstudio.com/docs/remote/containers>`_ extension.
1207+
Studio Code Dev Containers
1208+
<https://code.visualstudio.com/docs/devcontainers/containers>`_ extension.
12091209

12101210
If the extension is not already installed, then in VS Code, click the
12111211
"Extension" icon on the left (or press :kbd:`Ctrl` + :kbd:`Shift` + :kbd:`X`;
12121212
on macOS, :kbd:`Command` + :kbd:`Shift` + :kbd:`X`) to open a list of
1213-
extensions. Search for "Remote - Containers" and install it.
1213+
extensions. Search for "Dev Containers" and install it.
12141214

12151215
The extension needs a ``devcontainer.json`` configuration file to work. Sage
12161216
provides sample ``devcontainer.json`` configuration files
@@ -1220,11 +1220,11 @@ purpose.
12201220

12211221
If you open the sage folder in VS Code, it may prompt you whether you would like to open the current
12221222
directory in the dev container (yes). If it does not, use the command palette
1223-
(:kbd:`Ctrl` + :kbd:`Shift` + :kbd:`P`), enter the command "Remote-Containers:
1223+
(:kbd:`Ctrl` + :kbd:`Shift` + :kbd:`P`), enter the command "Dev Containers:
12241224
Reopen Folder in Container" , and hit :kbd:`Enter`.
12251225

12261226
If the above ``code .`` command does not work, start VS Code as a regular
1227-
application, then in the command palette of VS Code, enter "Remote-Containers:
1227+
application, then in the command palette of VS Code, enter "Dev Containers:
12281228
Open Folder in Container", and hit :kbd:`Enter`, and choose the directory
12291229
``$SAGE_ROOT`` of your local Sage repository.
12301230

@@ -1271,7 +1271,7 @@ in a terminal, `open a new terminal in VS Code
12711271
``configure`` script.
12721272

12731273
You can edit a copy of the configuration file to change to a different platform, another
1274-
version, or build stage. After editing the configuration file, run "Remote-Containers: Rebuild Container" from the command
1274+
version, or build stage. After editing the configuration file, run "Dev Containers: Rebuild Container" from the command
12751275
palette. See the `VS Code devcontainer.json reference
12761276
<https://code.visualstudio.com/docs/remote/devcontainerjson-reference>`_
12771277
and the `GitHub introduction to dev containers

0 commit comments

Comments
 (0)