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

Convert LoadedScriptsView to use compact tree #88526

Closed
weinand opened this issue Jan 13, 2020 · 1 comment
Closed

Convert LoadedScriptsView to use compact tree #88526

weinand opened this issue Jan 13, 2020 · 1 comment
Assignees
Labels
debt Code quality issues debug Debug viewlet, configurations, breakpoints, adapter issues
Milestone

Comments

@weinand
Copy link
Contributor

weinand commented Jan 13, 2020

Today the LoadedScriptsView implements its own "compact tree representation" when folders only have single children.
Since VS Code's tree view now supports a "compact tree representation", LoadedScriptsView should use that.

@weinand weinand added debug Debug viewlet, configurations, breakpoints, adapter issues debt Code quality issues labels Jan 13, 2020
@weinand weinand added this to the January 2020 milestone Jan 13, 2020
@weinand weinand self-assigned this Jan 13, 2020
@weinand
Copy link
Contributor Author

weinand commented Jan 16, 2020

With help from @isidorn and @joaomoreno the LoadedScriptsView is now based on the WorkbenchCompressibleObjectTree.

@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debt Code quality issues debug Debug viewlet, configurations, breakpoints, adapter issues
Projects
None yet
Development

No branches or pull requests

1 participant