-
-
Notifications
You must be signed in to change notification settings - Fork 239
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 multiple folders in the same project #46
Comments
Can we have it mock with symlinks for now? Could do it by hand, but I think it makes sense for this project. |
@alefragnani is there any way you could open new windows for each folder defined in paths? |
Sure it could π. But that is not the intention for this issue. I filled just to remember myself to update (if necessary) when VSCode itself support multi folder projects. But I get your idea . It's interesting π |
The multi-folder is coming to VSCode (is already in the current Insiders), and it uses a peculiar approach, putting the multi-folder info inside |
@alefragnani Can you explain how we can add multiple directories ? Current use case (not working):
What my
Also tried (by going into projects.json):
And it doesn't works, it just opens my whole Workspace directory. Any clue ? |
Hi @gjuchault , This option was put on hold after Workspaces has landed in VS Code. That's why it has no effect today, and will probably be removed in the future. The original intention was to prepare for Workspaces (even before being developed by VS Code itself) but with the current Workspaces implementation (which hides access the Looking at it now, after your comment, I was thinking that maybe it could be used to mimic a workspace. I mean, I could create my own workspace API, as originally intended. I will think about it π . Hope this helps |
@alefragnani So Is there no way to have multiple folders in a single project? I'm very new to VSCode and coming from Sublime, this is one of the features I'm missing. In Sublime, this option is called "Add folder to project" which adds any folder to the current project. |
I finally read up on what workspaces are, and I think they're just like sublime's projects. I bound I've disabled this plugin for now, if I miss a feature from Sublime, I'll come back. |
Hi @dufferzafar , Yes, Workspaces in VS Code are the answer to Multifolder Projects in Sublime. You can create a workspace containing a set of folders, and when you open that workspace, it will present you all that folders opened at once, in the same window. My extension was created at the very beginning of VS Code. The idea was to have a Manager for your Favorite Projects, with an easy way to manage and open them. Today, it allows you to have not only your Favorite Projects but also an auto-detection of Git, SVN and Mercurial repositories. So, you just have to define a
No problem π |
We can add multiple folders to a workspace now, but it seems like there is no way of opening a new workspace without closing out the old one. Also, there is no way of saving the old workspace, or even change its name! And that is why I ask for help from project manager, is there a way of doing that? Please forgive me for asking this dumb question here, but I have been trying to find instructions for a few days with no one seems to be interesting doing this. Please let me know if my description was not clear. Thanks! |
Depends on:
projects.json
file to support upcoming featuresΒ #47The text was updated successfully, but these errors were encountered: