Skip to content

Commit 6ed096d

Browse files
authored
Update supporting-tools.md (#102)
1 parent 7423d54 commit 6ed096d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/specs/supporting-tools.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -28,31 +28,31 @@ Visual studio code specific properties go under `vscode` inside `customizations`
2828
| `extensions` | array | An array of extension IDs that specify the extensions that should be installed inside the container when it is created. Defaults to `[]`. |
2929
| `settings` | object | Adds default `settings.json` values into a container/machine specific settings file. Defaults to `{}`. |
3030

31-
Please note that [Remote - Containers](#visual-studio-code-remote---containers) and [GitHub Codespaces](#github-codespaces) support the VS Code properties.
31+
Please note that [Dev Containers](#visual-studio-code-remote---containers) and [GitHub Codespaces](#github-codespaces) support the VS Code properties.
3232

3333
## Tools
3434

3535
### Dev container CLI
3636

3737
A dev container command line interface (CLI) that implements this specification. It is in development in the [devcontainers/cli](https://github.com/devcontainers/cli) repo.
3838

39-
### Remote - Containers CLI
39+
### Dev Containers extension CLI
4040

41-
There is a Remote - Containers [`devcontainer` CLI](https://code.visualstudio.com/docs/remote/devcontainer-cli) which may be installed within Remote - Containers or through the command line.
41+
There is a Dev Containers extension [`devcontainer` CLI](https://code.visualstudio.com/docs/remote/devcontainer-cli) which may be installed within the Dev Containers extension or through the command line.
4242

43-
### Visual Studio Code Remote - Containers
43+
### Visual Studio Code Dev Containers
4444

45-
The [**Visual Studio Code Remote - Containers** extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) lets you use a container as a full-featured development environment. It allows you to open any folder inside (or mounted into) a container and take advantage of Visual Studio Code's full feature set. There is more information in the Remote - Containers [documentation](https://code.visualstudio.com/docs/remote/containers).
45+
The [**Visual Studio Code Dev Containers** extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) lets you use a container as a full-featured development environment. It allows you to open any folder inside (or mounted into) a container and take advantage of Visual Studio Code's full feature set. There is more information in the Dev Containers [documentation](https://code.visualstudio.com/docs/remote/containers).
4646

47-
> **Tip:** If you've already built a container and connected to it, be sure to run **Remote-Containers: Rebuild Container** from the Command Palette (`kbstyle(F1)`) to pick up any changes you make.
47+
> **Tip:** If you've already built a container and connected to it, be sure to run **Dev Containers: Rebuild Container** from the Command Palette (`kbstyle(F1)`) to pick up any changes you make.
4848
4949
#### Product specific properties
5050

51-
Remote containers implements the [VS Code properties](#visual-studio-code) specific properties.
51+
Dev Containers implements the [VS Code properties](#visual-studio-code) specific properties.
5252

5353
#### Product specific limitations
5454

55-
Some properties may also have certain limitations in the Remote - Containers extension.
55+
Some properties may also have certain limitations in the Dev Containers extension.
5656

5757
| Property or variable | Type | Description |
5858
|----------|------|-------------|

0 commit comments

Comments
 (0)