-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add foundations q33,q34 about Codespaces
- Loading branch information
Aleksander Fidelus
committed
Dec 12, 2023
1 parent
9731fc3
commit fd36969
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
archetype: "questions" | ||
title: "Question 033" | ||
question: "How can you customize the environment that is run in GitHub Codespaces?" | ||
draft: false | ||
--- | ||
|
||
|
||
> https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers | ||
1. [x] By creating a `.devcontainer/devcontainer.json` configuration file | ||
1. [ ] By creating a custom Dockerfile in the root of your repository | ||
1. [ ] By creating a `.github/codespaces.yml` configuration file | ||
1. [ ] By creating custom machine images with the repository installed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
archetype: "questions" | ||
title: "Question 034" | ||
question: "What is a GitHub Codespace deep link?" | ||
draft: false | ||
--- | ||
|
||
|
||
> https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-repository/facilitating-quick-creation-and-resumption-of-codespaces#creating-an-open-in-github-codespaces-badge | ||
1. [x] It's a link that points to a specific GitHub Page that allows you to create a new GitHub Codespace and select specific configuration | ||
1. [ ] It's a link between the GitHub Codespace and the repository which keeps the Codespace in sync with the changes in the repository | ||
1. [ ] It's a link to the most recent GitHub Codespace that was created for the repository | ||
1. [ ] It's a link to the most recent GitHub Codespace that you have used in any repository |