From 9609f86266121b147dc640321eb1261b0f93398f Mon Sep 17 00:00:00 2001 From: Fumiaki MATSUSHIMA Date: Fri, 16 Oct 2020 11:48:28 +0900 Subject: [PATCH 1/3] 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. From 10e6233d8dc3aa17b0741cd2fa70bd3ebefe9d8a Mon Sep 17 00:00:00 2001 From: Fumiaki MATSUSHIMA Date: Thu, 5 Nov 2020 06:42:46 +0900 Subject: [PATCH 2/3] Update content/github/developing-online-with-codespaces/configuring-codespaces-for-your-project.md Co-authored-by: Laura Coursen --- .../configuring-codespaces-for-your-project.md | 2 -- 1 file changed, 2 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 512b9eb1c073..d74b3016c78a 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 @@ -73,8 +73,6 @@ You can use configuration keys supported by {% data variables.product.prodname_c - `containerUser` - `remoteUser` - `mounts` -- `workspaceMount` (Not yet supported) -- `workspaceFolder` (Not yet supported) - `runArgs` - `overrideCommand` - `dockerComposeFile` From 90eae2e9706c4f8a19626fc423269bddd5912021 Mon Sep 17 00:00:00 2001 From: Fumiaki MATSUSHIMA Date: Thu, 5 Nov 2020 06:42:54 +0900 Subject: [PATCH 3/3] Update content/github/developing-online-with-codespaces/configuring-codespaces-for-your-project.md Co-authored-by: Laura Coursen --- .../configuring-codespaces-for-your-project.md | 6 ------ 1 file changed, 6 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 d74b3016c78a..bae90e2db4cf 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 @@ -77,10 +77,4 @@ You can use configuration keys supported by {% data variables.product.prodname_c - `overrideCommand` - `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.