nomicode / devcontainer

A general purpose development container for use with Microsoft VS Code and GitHub Codespaces
MIT License
0 stars 0 forks source link

build: switch to `update-content.sh`, allow direnv #55

Closed nomicode closed 1 year ago

nomicode commented 1 year ago

I switched to using a update-content.sh script, which is run at an earlier stage in the container setup process. This runs the direnv allow command before the VS Code extensions are loaded, preventing a warning about the workspace directory not being allowed.