-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
Support multi-root projects #159
Comments
Hi @andig , As mentioned, it already supports 😄 . It will take the first folder from a multi-root project as the opened project and use it while using the extension, just that. |
I may be doing this all wrong, but. I'm coming from Sublime Text. I'd used to the notion of a project= a collection of root folders which are open/ visible in the explorer at the same time. RIght now this extension doesn't seem to do that (while workspaces actually do now)? Taking the first folder is nice but what I would really need is all of them. Does that mean I shouldn't be using this extension but rather switch to work spaces? |
The concepts are the same now, as you may notice in my other comment. This extension is not to make workspaces, but to switch between projects/folders, and in the future, workspaces. Why it does not work with Workspaces yet? Because there is no API in VS Code for that. I updated the extension to support workspaces (multi-root) right at the first Insiders release, and one day prior to release it in Insiders channel, the VS Code team changed how it worked (from User Settings to an external file. So, I decided to wait the oficial release and made the smallest change possible, which is to work with the first folder. I didn't want to wast my time again with an API that would change in the near future. The multi-root support is finally in Stable release, and now I'm just waiting the proper API. Unfortunately, there is no ETA from VS Code team. Until there, I don't see why I would update the extension for multi-root related operations. I'm sorry to hear that the extension don't fit your needs. I work with it my entire day and it seems to work just fine. You could give it a try 😄 |
The readme already mentions it and VS finally supports it: https://code.visualstudio.com/docs/editor/multi-root-workspaces. Would be great to have this in the project manager.
Refs #46
The text was updated successfully, but these errors were encountered: