Managing dotfiles and workspace configuration consistency across Codespaces #176054
Unanswered
girishlade111
asked this question in
Codespaces
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
Our development team has adopted GitHub Codespaces for our microservices architecture, and we're working on standardizing the development environment across all team members. We have a complex setup with specific shell configurations, custom aliases, IDE settings, and toolchain requirements.
Current challenges:
Dotfiles repository: We've created a centralized dotfiles repository, but team members are experiencing inconsistent behavior when their Codespaces are provisioned. Some configurations apply correctly while others seem to be ignored or overwritten.
Dev container customization: We're using
.devcontainer/devcontainer.json
files in our repositories, but we're unsure about the best practices for:Performance considerations: Some of our developers have noticed that extensive dotfile installations slow down Codespace creation time significantly.
Questions:
Any insights from teams managing large-scale Codespaces deployments would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions