-
Notifications
You must be signed in to change notification settings - Fork 31k
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
Enable views to move between containers (Part 2) #89729
Comments
migrated comments panel with 50bc5d7 |
Updated description
|
I have updated the |
Timeline is done |
Will it let me drag the tree view to the left side while activity bar and all the other panels/views on the left? Just like in Atom where you can move views to any side container. I wanted this from the very first day I moved to VSCode. I used to have version control in the right container and tree view in the left one. Looking for something similar in VSCode right now then found this issue. Not sure it's the right one. |
Clsoing this issue since I believe @sbatten has done what was on the plan for this milestone @terrysahaidak this is not possible currently in vscode, though we do want to have that in the future |
This is a continuation of the work from #85164.
Debt
ViewDescriptorService
tests Write tests of ViewsDescriptorService #89686openPanel
in favor ofasync
Remove sync version of openPanel #89723IPanelService
,IViewletService
)Use IViewsService while using views and view containers #90020
IntroduceNo longer necessaryattachStyler
inViewPane
so that implementing views can simply attach tree or list using it.Features
File ExplorerSource ControlEnable SCM Views to move to panel #90461RemotecanMove
property to allow exclusion of extensions viewlet viewsFuture (Not targeted for February)
The text was updated successfully, but these errors were encountered: