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

don't show view containers with hidden views on startup #6141

Merged
merged 1 commit into from
Sep 9, 2019
Merged

Conversation

akosyakov
Copy link
Member

What it does

fix #6139:

  • don't show view containers with hidden views on startup
  • don't show tree views eagerly

How to test

  • install python extension
  • open no python project
    • test view container should not be visible
  • trigger Configure Tests python command
  • test view container should appear

For views without when closure install https://github.com/microsoft/vscode-extension-samples/tree/master/tree-view-sample check that views are present.

Review checklist

Reminder for reviewers

+ don't show tree views eagerly

Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
@akosyakov akosyakov requested a review from a team as a code owner September 9, 2019 09:14
@akosyakov akosyakov added plug-in system issues related to the plug-in system vscode issues related to VSCode compatibility labels Sep 9, 2019
Copy link
Contributor

@svenefftinge svenefftinge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested it. Works nicely!

@akosyakov akosyakov merged commit c5757df into master Sep 9, 2019
@akosyakov akosyakov deleted the GH-6139 branch September 9, 2019 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plug-in system issues related to the plug-in system vscode issues related to VSCode compatibility
Projects
None yet
Development

Successfully merging this pull request may close these issues.

don't show view container if views are not visible on startup
2 participants