Skip to content
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

PyVRP devcontainer #580

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from
Draft

PyVRP devcontainer #580

wants to merge 22 commits into from

Conversation

leonlan
Copy link
Member

@leonlan leonlan commented May 3, 2024

This PR adds a devcontainer folder that can be used to conveniently setup a functional development environment with Github Codespaces (and other containers). Part of #384.

Notes

.devcontainer/.clang-format Outdated Show resolved Hide resolved

This comment was marked as resolved.

@N-Wouda
Copy link
Member

N-Wouda commented May 3, 2024

I haven't tried the whole codespaces thing before but I can imagine it's pretty nice for new users that do not want to go through the hassle of setting up a local installation of everything.


# Don't ask for superuser acces when debugging extensions
# See https://github.com/benibenj/vscode-pythonCpp/issues/18
# echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope # errors
Copy link
Member Author

@leonlan leonlan May 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This no longer works - is this due to the new jammy image?

tee: /proc/sys/kernel/yama/ptrace_scope: Read-only file system
0

The solution on SE is to run docker with --privileged but I don't know (yet) how to set this.

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.

None yet

2 participants