-
Notifications
You must be signed in to change notification settings - Fork 54
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
VSCodium cannot activate extension #216
Comments
I'm having the same issue on vscode from today (it seems after updating to v1.57 though I have tried with v1.56 and it doesn't work there either). I am getting the following error:
After reloading, I get the same message again (and the test adapter converter is not loaded). This only appears when using WSL both on Ubuntu 18.04 and 20.04. If I don't connect to a remote WSL session, the test explorer UI loads as expected on the side bar. EDIT: Just tested on Ubuntu 20.04 LTS, the issue does not appear here. Maybe a WSL issue? (I tested with both WSL 1 and WSL 2, both don't work) |
It is also unusable with dev-containers at the moment. |
Since these are issues with the Test Adapter Converter extension, here are the relevant issues in the repository for that extension: I hope that Microsoft will fix these soon, otherwise I'll have to remove the extension dependency for now.
It is listed as an |
The Is it possible to load dependencies conditionally? |
Seems the problem got resolved (with the new vscode update?). |
Can confirm. Resolved by upgrading to 1.58.1. |
It's working here too on 1.58.1 Although, I noticed that the "Test Adapter Convert" was updated to |
@tyler36 The part of the issue that involves remotes looks to have indeed been a problem with the converter extension and was fixed here microsoft/vscode-test-adapter-converter@5881ec1 |
Can confirm, for me it works as well again (vscode 1.58.0 still but test adapter converter 0.0.13) on windows using WSL (Ubuntu 20.04) |
TLDR: VSCode 1.58 with Test Adapter Convert 0.0.13 working. Until there's a stable release of test-adapter-converter (or whatever system it morphs into), this type of issue will probably crop up again from time to time. Probably should close ticket since OP, and several others, have confirmed it's no longer an issue. |
FWIW, I installed |
It is not working with WSL2. |
Not sure if this is a VSCodium issue or an extension issue.
Problem
VSCodium cannot activate extension because it depends on an unknown
ms-vscode.test-adapter-converter
extensionWhat I tried
Install
ms-vscode.test-adapter-converter
fails withUnable to install extension 'ms-vscode.test-adapter-converter' as it is not compatible with VS Code '1.57.1'.
Description
From the ms-vscode.test-adapter-converter Marketplace page:
Yet
ms-vscode.test-adapter-converter
is not listed as a dependency inTest Explorer UI
?I am unable to downgrade VSCodium to 1.56 to see if it's just a version issue with the adapter-converter.
The text was updated successfully, but these errors were encountered: