Skip to content

Conversation

shootyourbricks
Copy link
Contributor

@shootyourbricks shootyourbricks commented Jun 27, 2025

Please ignore the commits...they're kind of messy from the other pr I made. As you can see only one file is changed in this pr.
##Description

When opening the local builder in a dev container via VSCode and Docker, several errors arise. This is due to file permissions.

Here's a list of what's going on (according to chatGPT):
1.Fixes file permission issues on Windows using postCreateCommand
2.Mounts project folder with consistency=cached for better performance

##Steps for reproduction

Open in dev container
Error

##Before requesting a review

It works on my Windows PC

Git Attributes file to ensure that line endings are the same regardless of the OS (This was causing problems for Windows + Docker)
Changed editor.config to .editorconfig and removed unnecessary code
Here's a list of what's going on (according to chatGPT):

1.Fixes file permission issues on Windows using postCreateCommand
2.Mounts project folder with consistency=cached for better performance
3.Adds executable .devcontainer/postinstall.sh to handle setup tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant