nomicode / dotfiles-old

A dotfiles repository designed for making personal customizations to VS Code devcontainers and GitHub Codespaces
MIT License
0 stars 0 forks source link

Revert to default devcontainer container #41

Open nomicode opened 7 months ago

nomicode commented 7 months ago

Currently, our project utilizes a shared devcontainer stored in a separate repository. However, this devcontainer is bulky and significantly slows down the startup speed of Codespaces. Additionally, it creates a complex dependency chain, which hampers rapid development.

For now, let's revert to using the default devcontainer and proceed from there.