Script to create GitHub Codespace out of any Azure DevOps repo.
- Create a repo from this template, change the environment variables in the
devcontainer.json:
$ADO_REPO_URL- ADO repo URL to create the codespace with$ADO_REPO_DEFAULT_PATH- the default workspace folder for the Codespace (analog ofworkspaceFolderfrom devcontainer spec)- feel free to define any other settings inside the file
- Create a Codespace and run
./initin the terminal. - Follow interactive script to specify your ADO
usernameandPAT. - Apply the devcontainer configuration from your repository by opening the Command Palette (Shift + Command + P/ Ctrl + Shift + P) and selecting Codespaces: Rebuild Container.
- Feedback appreciated, create issues on this repo if anything 🤗