-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Plugin fails on startup with exit code 0 #524
Comments
Yep same error I see:
Tests are not visible in Test Explorer. No graphical widgets in the code editor to run the tests. |
You can't use this plugin in Windows due to this error. |
vscode/src/api/child_process.ts Line 97 in 71f74dc
|
@tats-u Do you also use nodist, or any other node version managers? If yes, can you try to disable them, to see if that's where the problem is? |
@MilanKovacic I'm using proto as a version manager. |
Describe the bug
After installing the plugin, vscode reports that it cannot start the plugin because of an error. This same message is shown every time the project is loaded in vscode, and tests will not run. The error message shown looks like this:
Clicking "See Error" shows the following output:
Reproduction
The error seems to be hardware specific. I've never been able to run this extension, but my colleague was able to up until he upgraded to the same type of laptop as me (Dell Precision 5690). OS does not seem to be a factor either as he has Windows 11 on his new machine and I have Windows 10 and the same issue happens for both of us. Other colleagues with different hardware do not experience this issue.
It's worth noting that this model of laptop contains a dedicated GPU, where the others do not, so I'm wondering if this might be some sort of hardware acceleration issue.
I apologize for not being able to link to a repro due to the circumstances, I hope you understand.
To reiterate hardware specs:
Other potentially useful info:
Output
Version
1.6.6
Validations
The text was updated successfully, but these errors were encountered: