Skip to content
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 explorer would disappear if java file isn't active #271

Closed
wolf99 opened this issue Aug 16, 2018 · 2 comments · Fixed by #291
Closed

Test explorer would disappear if java file isn't active #271

wolf99 opened this issue Aug 16, 2018 · 2 comments · Fixed by #291
Assignees

Comments

@wolf99
Copy link

wolf99 commented Aug 16, 2018

The GIF on the extensions readme shows the Test Explorer as a section of the standard explorer pane (similar to the Maven projects section that gets added by the Maven for Java plugin).

In my installation it shows as a completely new pane on the activity bar. Given that the icon for it only shows on the activity bar when a java file is selected it is a very annoying experience to have the pane keep disappearing and then have to navigate back to it all the time (especially given vscode's behaviour of 'opening' files even only single-click in the Explorer file tree)

Is there a way to get the Test Explorer to show as a section in the default Explorer as shown by the GIF?
Additionally, is there a way to stop it disappearing every other darn second?

Expected behaviour of Test Explorer as shown in readme:
1

Actual behaviour:
2

@ansyral
Copy link
Collaborator

ansyral commented Aug 23, 2018

@wolf99 sorry the demo hasn't been updated, actually we moved the Test Explorer to the sidebar as it is the recommended place by the VSCode team.
Test explorer would be up only if a java file is active, we'll see how to avoid the case of sudden disappearance.

@ansyral ansyral changed the title Test Explorer section within Explorer pane Test explorer would disappear if java file isn't active Aug 23, 2018
@ansyral ansyral mentioned this issue Aug 24, 2018
5 tasks
@jdneo
Copy link
Member

jdneo commented Sep 11, 2018

Changed the behavior of the explorer appearance condition in #291. Now the explorer will always show in the activity bar after the extension has been activated.

If the user wants to hide it, he can right-click the activity bar and deselect the item: Test:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants