- Define access requirements to the other repositories in your
devcontainer.json. - Clone repositories using HTTPS. (Ex:
clone-repos.sh) If you use SSH, it will fail because the script will hang when prompted,Are you sure you want to continue connecting (yes/no/[fingerprint])? - Add repository folders to
multi.code-workspace.
- Codespaceの起動後、
multi.code-workspaceを選択、右下の緑「Open Workspace」ボタンを押下。
devcontainer.jsonにて他レポのアクセス権限を定義。- HTTPSでレポをクロン。 (例:
clone-repos.sh) SSHを利用した場合には、Are you sure you want to continue connecting (yes/no/[fingerprint])?を聞かれ、失敗。 multi.code-workspaceにレポのフォルダーを定義。
