1
0
mirror of synced 2025-12-22 03:16:52 -05:00
Fumiaki MATSUSHIMA
2020-10-16 11:48:28 +09:00
parent 0d0e351853
commit 9609f86266

View File

@@ -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
@@ -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.