-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
error 0x80070002 when launching most commands against WSL2 #7817
Comments
Yea, that's not exactly how the "Add support for appending a commandline to a profile's commandline" is being tracked over in /dup #5528 |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
Wait, how is I guess I will follow #5528 as that indeed seems the same problem I am facing. Thanks! |
When you're running a WSL profile, the commandline is technically
(using |
Environment
Steps to reproduce
Running
wt top
within Powershell while having WSLUbuntu-20.04
as the default profile.Specifying
-p "Ubuntu-20.04
yields the same result.Tried several other commands that work when executed manually from bash.
Expected behavior
I want to run
wt yarn
(among other commands in split panes) to set up my environment for development easily.Actual behavior
The new terminal opens with the correct profile and only shows the error
I have a feeling that WT is trying to run these commands too soon before WSL is properly initialized.
The text was updated successfully, but these errors were encountered: