@@ -1204,13 +1204,13 @@ Using our pre-built Docker images for development in VS Code
1204
1204
1205
1205
`VS Code <https://code.visualstudio.com/ >`_ is very
1206
1206
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.
1209
1209
1210
1210
If the extension is not already installed, then in VS Code, click the
1211
1211
"Extension" icon on the left (or press :kbd: `Ctrl ` + :kbd: `Shift ` + :kbd: `X `;
1212
1212
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.
1214
1214
1215
1215
The extension needs a ``devcontainer.json `` configuration file to work. Sage
1216
1216
provides sample ``devcontainer.json `` configuration files
@@ -1220,11 +1220,11 @@ purpose.
1220
1220
1221
1221
If you open the sage folder in VS Code, it may prompt you whether you would like to open the current
1222
1222
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:
1224
1224
Reopen Folder in Container" , and hit :kbd: `Enter `.
1225
1225
1226
1226
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:
1228
1228
Open Folder in Container", and hit :kbd: `Enter `, and choose the directory
1229
1229
``$SAGE_ROOT `` of your local Sage repository.
1230
1230
@@ -1271,7 +1271,7 @@ in a terminal, `open a new terminal in VS Code
1271
1271
``configure `` script.
1272
1272
1273
1273
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
1275
1275
palette. See the `VS Code devcontainer.json reference
1276
1276
<https://code.visualstudio.com/docs/remote/devcontainerjson-reference> `_
1277
1277
and the `GitHub introduction to dev containers
0 commit comments