-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Test: Linux client bits #199045
Comments
Hey @deepak1556, I would like to help you in the testing process. I have multiple machines available already. |
@deepak1556 your "unreleased builds" link doesn't work for me, but your links to each build in the previous comment work. |
Thanks! updated the link, it is behind |
Tested the .deb assigned to me (had to setup up a new Ubuntu VM, my existing one was 18). I'm trying to trade for the .rpm as I don't already have a setup for that. |
No problems on arm64 .deb, ubuntu 22. I was unable to install .rpm on Fedora 36 though - deferring to another tester |
Parallels does not work well with my Fedora 39 VM because it's unable to install tools that help me share folders between the guest and host systems. Edit: I got to test most of the issue using Fedora and WSL, but Remote Containers doesn't seem to detect docker properly. |
Refs: #192513
Complexity: 3
Authors: @deepak1556
Create Issue
In this milestone we have explored building our linux client bits (native modules, cli binaries) using custom compiler toolchain and sysroot. The goal of this plan item is to ensure sanity on some of the interesting bits before pushing it to insiders next milestone.
Please note: Use the following unreleased build for testing
Installation:
sudo dpkg -i <path-to>.deb
sudo dnf install <path-to>.rpm
Testing native modules:
Open the integrated terminal and run a long running task like
yarn watch
in the vscode repo, things to keep eyes onToggle
Developer: Set log level
and change log levels,Developer: Open Logs folder
Connect to any container from the remote explorer and ensure the workspace opens as expected.
The text was updated successfully, but these errors were encountered: