-
Notifications
You must be signed in to change notification settings - Fork 17
update: hide and disable git feature inside r-devcontainer #265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The problem is not so much users seeing the the If we give ownership of Hiding things in VS Code explorer that the user does not need to see is also useful and can be done at the same time. I think we can hide: .devcontainer
Hiding these files will make the container much cleaner for users, but again as developers we can delete the whole files.exclude setting, or parts of it, to work on those files. It would be good to add a short section to the docs explaining this, to remind us and inform future contributors. |
When we are working on r-dev-env repo locally and making changes that time we will be able to see config files in project dir. The files-exclude feature will only work when we use r-dev-container/codespaces. |
Ah okay, even easier then. |
|
Looking good. We should also exclude the Then we still need to rename |
|
Update :
Will create different PR for script directory name change. scripts -> utils |



This update hides .git dir in vscode file explorer and disables git features inside devcontainer.
PR for Issue number : #262