-
Notifications
You must be signed in to change notification settings - Fork 108
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
RStudio default folder #1
Comments
Firstly, wow this is amazing. Nice work. (and great to see rocker containers in use!) A few related issues to default folder:
I'm guessing this is because of the user name/id change? (seems a bit weird to me that the instance has a Once we do as git tells us, RStudio git pane is happy to recognize the project, but again this is an extra un-intuitive step that should be automated. With git ownership and default project properly configured, this would be pretty awesome and easily deploy-able in a classroom context (where I just might have to test it anyway!) |
Thanks! There wasn't a good reason for having separate UIDs for the vscode and RStudio parts of the demo, other than the fact that vscode user had some R libraries installed for vscode that didn't make sense for the RStudio user. It would make sense to use the same user for both, and just have a condition in .Rprofile to only load the vscode libraries from the vscode environment. |
Thanks, and sorry I just saw @eitsupi already brought up the user issue in #2. I can confirm that merging #2 will solve the issue with git initialization in RStudio that I mentioned above as well. (Though it remains to configure RStudio to open in the correct default folder, ideally as the 'active project') |
Should be resolved by #6 |
fyi Here is what I had to do to get Git working and the Git tab in RStudio Server
I had both VSCode and RStudio Server open. I didn't have to close RStudio Server, just had to go do a push on VS Code first. Note, I am working on a fork so could push. |
FYI, this new Feature configures the default folder of RStudio by |
Configure RStudio to open in /workspaces/devcontainer-rstudio
The text was updated successfully, but these errors were encountered: