You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/specs/supporting-tools.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -28,31 +28,31 @@ Visual studio code specific properties go under `vscode` inside `customizations`
28
28
|`extensions`| array | An array of extension IDs that specify the extensions that should be installed inside the container when it is created. Defaults to `[]`. |
29
29
|`settings`| object | Adds default `settings.json` values into a container/machine specific settings file. Defaults to `{}`. |
30
30
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.
32
32
33
33
## Tools
34
34
35
35
### Dev container CLI
36
36
37
37
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.
38
38
39
-
### Remote - Containers CLI
39
+
### Dev Containers extension CLI
40
40
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.
42
42
43
-
### Visual Studio Code Remote - Containers
43
+
### Visual Studio Code Dev Containers
44
44
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).
46
46
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.
48
48
49
49
#### Product specific properties
50
50
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.
52
52
53
53
#### Product specific limitations
54
54
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.
0 commit comments