Clarified nvm presence in Go definition (CI Ignore)

This commit is contained in:
Chuck Lantz 2020-11-02 16:32:30 -08:00 коммит произвёл GitHub
Родитель c5a46e4637
Коммит 6bb3494705
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -41,7 +41,7 @@ Alternatively, you can use the contents of `base.Dockerfile` to fully customize
### Installing Node.js
Given how frequently Ruby-based web applications use Node.js for front end code, this container also includes Node.js. You can change the version of Node.js installed or disable its installation by updating the `args` property in `.devcontainer/devcontainer.json`.
Given Node.js is often used with front end code used in conjunction with a Go back-end, this container also includes `nvm` so that you can easily install Node.js. You can change the version of Node.js installed or disable its installation by updating the `args` property in `.devcontainer/devcontainer.json`.
```json
"args": {