Skip to content

Commit

Permalink
Update codespaces configuration document
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsmfm committed Oct 25, 2020
1 parent 0d0e351 commit 9609f86
Showing 1 changed file with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ You can use configuration keys supported by {% data variables.product.prodname_c
- `settings`
- `extensions`
- `forwardPorts`
- `devPort`
- `postCreateCommand`

#### Docker, Dockerfile, or image settings
Expand All @@ -73,13 +72,17 @@ You can use configuration keys supported by {% data variables.product.prodname_c
- `remoteEnv`
- `containerUser`
- `remoteUser`
- `updateRemoteUserUID`
- `mounts`
- `workspaceMount`
- `workspaceFolder`
- `workspaceMount` (Not yet supported)
- `workspaceFolder` (Not yet supported)
- `runArgs`
- `overrideCommand`
- `shutdownAction`
- `dockerComposeFile`

#### Not applicable for Codespaces (no plan to support)

- `devPort`
- `updateRemoteUserUID`
- `shutdownAction`

For more information about the available settings for `devcontainer.json`, see [devcontainer.json reference](https://aka.ms/vscode-remote/devcontainer.json) in the {% data variables.product.prodname_vscode %} documentation.

0 comments on commit 9609f86

Please sign in to comment.