This commit is contained in:
Josh Spicer 2022-04-27 14:35:49 -04:00 коммит произвёл GitHub
Родитель 99a4e260b3
Коммит 359b88ac87
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -19,7 +19,7 @@ For instance, if you are using a `VPN` to connect to your enterprise network to
3. If your codespace uses a non-default image, ensure that both the [GitHub CLI](https://cli.github.com/) and an SSH server are installed inside the codespace.
One way to install the prereqs is by adding the following to the `features` property of your `devcontainer.json` file.
One way to install these prereqs on a debian-based image is by adding the following to the `features` property of your `devcontainer.json` file.
```jsonc
// devcontainer.json
{