You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the vscode-java-test plugin and after running the test case it opens a web-view with a generated HTML report of the test results.
However, I am not able to expand the report of the test result. I had raised a ticket on the extension page and was requested to raise a ticket here.
Expected functionality (local machine):
Actual (remote):
Steps to Reproduce
If you try to install the java extension pack extension with the UI in code-server; it fails to install (this should be a different issue, I'm not sure where I should raise this.)
So a workaround that I found in this dockerfile is to actually get the extensions locally before starting code-server.
code-server
version: v1.939-vsc1.33.1Description
I am using the vscode-java-test plugin and after running the test case it opens a web-view with a generated HTML report of the test results.
However, I am not able to expand the report of the test result. I had raised a ticket on the extension page and was requested to raise a ticket here.
Expected functionality (local machine):

Actual (remote):

Steps to Reproduce
So a workaround that I found in this dockerfile is to actually get the extensions locally before starting code-server.
Here is a script that does this:
The text was updated successfully, but these errors were encountered: