Skip to content

Commit 9609f86

Browse files
committed
1 parent 0d0e351 commit 9609f86

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

content/github/developing-online-with-codespaces/configuring-codespaces-for-your-project.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ You can use configuration keys supported by {% data variables.product.prodname_c
6161
- `settings`
6262
- `extensions`
6363
- `forwardPorts`
64-
- `devPort`
6564
- `postCreateCommand`
6665

6766
#### Docker, Dockerfile, or image settings
@@ -73,13 +72,17 @@ You can use configuration keys supported by {% data variables.product.prodname_c
7372
- `remoteEnv`
7473
- `containerUser`
7574
- `remoteUser`
76-
- `updateRemoteUserUID`
7775
- `mounts`
78-
- `workspaceMount`
79-
- `workspaceFolder`
76+
- `workspaceMount` (Not yet supported)
77+
- `workspaceFolder` (Not yet supported)
8078
- `runArgs`
8179
- `overrideCommand`
82-
- `shutdownAction`
8380
- `dockerComposeFile`
8481

82+
#### Not applicable for Codespaces (no plan to support)
83+
84+
- `devPort`
85+
- `updateRemoteUserUID`
86+
- `shutdownAction`
87+
8588
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 commit comments

Comments
 (0)