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

Run vscode without sandbox if user namespaces disabled #412

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

sciencewhiz
Copy link
Contributor

Allows VS Code to run on Ubuntu 24.04 without root
Also adds an AppArmor profile that a user could install if they have root

Allows VS Code to run on Ubuntu 24.04 without root
Also adds an AppArmor profile that a user could install if they have root
@sciencewhiz sciencewhiz linked an issue Sep 2, 2024 that may be closed by this pull request
@sciencewhiz sciencewhiz marked this pull request as ready for review September 3, 2024 02:09
@PeterJohnson PeterJohnson merged commit 9a0e8f4 into wpilibsuite:main Sep 4, 2024
7 checks passed
@sciencewhiz sciencewhiz deleted the UbuntuLaunch branch September 4, 2024 04:12
@zachfeldman
Copy link

Thanks for the fix! Will this be included in a Release at https://github.com/wpilibsuite/allwpilib/releases soon? I've told the kids I'm mentoring to download the .deb from there but it's not working for them. I was able to work around it locally with the following commands, but I'd much rather just tell them to download the latest release :)
sudo /home/home/wpilib/2024/vscode/VSCode-linux-x64/bin/code --no-sandbox --user-data-dir=/home/home/test123

Sorry if it breaks any rules to ask this, I'm pretty new to helping out - appreciate all of the work of the contributors here!

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.

VS Code doesn't start on Ubuntu 24.04
3 participants