-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1547 from opensafely/steve/document-updating-code…
…spaces-configuration Explain updating Codespaces config for a project
- Loading branch information
Showing
3 changed files
with
14 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
12 changes: 12 additions & 0 deletions
12
docs/getting-started/how-to/update-github-codespaces-in-your-project/index.md
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,12 @@ | ||
This page describes how to update the GitHub Codespaces in your project, | ||
if your project already has GitHub Codespaces added. | ||
|
||
You may wish to update the GitHub Codespaces configuration, | ||
if you want to use the latest configuration as provided by the research template | ||
in your existing project. | ||
|
||
## Updating the GitHub Codespaces configuration in your project | ||
|
||
* Delete the files inside `.devcontainer` in your project. | ||
* Now follow the instructions as for [adding GitHub Codespaces to an existing | ||
project](../add-github-codespaces-to-your-project/index.md). |
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