Skip to content

Commit 9755e89

Browse files
authored
Put the image file in the repo
1 parent 00cfaca commit 9755e89

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

content/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ If your codespace fails to pick up configuration settings from dotfiles, you sho
1515

1616
1. Make sure your dotfiles repository is public. If you have secrets or sensitive data you want to use in your codespace, use [Codespace secrets](/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces) instead of private dotfiles.
1717
2. Enable dotfiles by selecting **Automatically install dotfiles** in [your personal Codespaces settings](https://github.com/settings/codespaces).
18-
![codespaces-dotfiles-setting](https://user-images.githubusercontent.com/1014482/176512385-4f2ca981-c57c-41db-bcd6-1d9b60f7285e.png)
18+
19+
![The 'Automatically install dotfiles' option](/assets/images/help/codespaces/automatically-install-dotfiles.png)
20+
1921
3. Check `/workspaces/.codespaces/.persistedshare/dotfiles` to see if your dotfiles were cloned.
20-
- If your dotfiles were cloned, try manually re-running your install script to verify that it is executable.
21-
- If your dotfiles were not cloned, check `/workspaces/.codespaces/.persistedshare/EnvironmentLog.txt` to see if there was a problem cloning them.
22+
- If your dotfiles were cloned, try manually re-running your install script to verify that it is executable.
23+
- If your dotfiles were not cloned, check `/workspaces/.codespaces/.persistedshare/EnvironmentLog.txt` to see if there was a problem cloning them.
2224
4. Check `/workspaces/.codespaces/.persistedshare/creation.log` for possible issues. For more information, see [Creation logs](/codespaces/troubleshooting/codespaces-logs#creation-logs).
2325

2426
If the configuration from your dotfiles is correctly picked up, but part of the configuration is incompatible with codespaces, use the `$CODESPACES` environment variable to add conditional logic for codespace-specific configuration settings.

0 commit comments

Comments
 (0)