Tried out using example personalized GitHub Codespaces today - info here - https://docs.github.com/en/github/developing-online-with-codespaces/personalizing-codespaces-for-your-account.
Easy to do:
- Go to the example Repo - https://github.com/microsoft/vscode-dev-containers
- Find the language-based example for you, in my case
../containers/markdown
- Review the DOCKERFILE and the
devcontainer.json
file and clone these files (you can modify them if you like) - Copy the
.devcontainer
folder into the root of YOUR Github Repo - Start a new Codespace in your repo. Verify the customizations, in my case, installation of extensions.
Shows extensions to be installed
Top comments (0)