-
Notifications
You must be signed in to change notification settings - Fork 21
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
Update devcontainer config #265
Conversation
Thanks for this PR! I opened in codespaces and it seems to work great! I'm not too familiar with devcontainers. Any chance you might be able to weigh in on these pieces from the siuba workshop config?
Thanks again! I'm also happy to take from here / merge if useful! |
I think it is the same as the default value.
I think it is worth adding. Feel free to add this PR. |
Added--Thanks again for your help! |
"vscode": { | ||
"extensions": [ | ||
"ms-toolsai.jupyter", | ||
"ms-python.python" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is included in the base image, so not needed here.
"label": "Jupyter" | ||
} | ||
}, | ||
"vscode": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addresses #251, replaces #252
Modify the following aspects of the previous container: