Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions DEVCONTAINER.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,14 @@ VS Code is not the only way to work with devcontainers. Other options include:
- [DevPod](https://devpod.sh): a CLI tool to work with devcontainers.
- [VSCodium](https://vscodium.com): a Free/Libre alternative to VS Code.
- [GitHub Codespaces](https://github.com/codespaces): GitHub's hosted IDE.
- [Zed](https://zed.dev): a code editor

## Troubleshooting

### `‘ruby’: No such file or directory`

Make sure that you are running commands from under the `vscode` user. Use `su vscode` to switch to this user.

In some cases Ruby may not install correctly. If you see this message, run these two commands:

```
Expand Down