Skip to content

Commit

Permalink
Adds periods to the end of each list line, as each line is a complete… (
Browse files Browse the repository at this point in the history
#34958)

Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
  • Loading branch information
dr0er and nguyenalex836 authored Oct 17, 2024
1 parent 3464212 commit 6174d46
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ After you save the change to this file, the value will be set the next time you

There are three ways that you can set persistent custom environment variables for all codespaces that you create for a repository:

* You can edit the `devcontainer.json` configuration file for the repository
* You can use a custom Dockerfile
* You can use development environment secrets
* You can edit the `devcontainer.json` configuration file for the repository.
* You can use a custom Dockerfile.
* You can use development environment secrets.

#### Edit the `devcontainer.json` configuration file for the repository

Edit the `devcontainer.json` configuration file for the repository, and use the `remoteEnv` property to set the environment variable value:

```json
{
"remoteEnv": {
"VARNAME": "value"
}
"remoteEnv": {
"VARNAME": "value"
}
}
```

Expand Down

0 comments on commit 6174d46

Please sign in to comment.