From 9609f86266121b147dc640321eb1261b0f93398f Mon Sep 17 00:00:00 2001 From: Fumiaki MATSUSHIMA Date: Fri, 16 Oct 2020 11:48:28 +0900 Subject: [PATCH] Update codespaces configuration document https://github.com/github/docs/pull/578#issuecomment-710290766 https://github.community/t/workspacefolder-setting-doesnt-work/137894 --- .../configuring-codespaces-for-your-project.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/content/github/developing-online-with-codespaces/configuring-codespaces-for-your-project.md b/content/github/developing-online-with-codespaces/configuring-codespaces-for-your-project.md index 9b692c800fb6..512b9eb1c073 100644 --- a/content/github/developing-online-with-codespaces/configuring-codespaces-for-your-project.md +++ b/content/github/developing-online-with-codespaces/configuring-codespaces-for-your-project.md @@ -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.