-
Notifications
You must be signed in to change notification settings - Fork 16
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
Make it easier to open multiple repositories in one workspace #333
Comments
code-asher
changed the title
Make it easier to open multiple repositories
Make it easier to open multiple repositories in one workspace
Aug 2, 2024
The code in question: Lines 517 to 524 in c6e7f36
I think the strategy is:
|
The ability to set a home folder like you can with the Jetbrains Gateway would be very nice. Currently every time you open the workspace you have to open the folder once VSCode launches |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, if you try to open a workspace it will automatically launch the folder configured in the API response.
If there is no default folder, then the plugin will ask you to open a recent folder that has been opened before in that workspace.
If there are no recents, then it opens a blank window, and from there you can open a directory through File > Open.
The default folder stuff works fine if you have one repository per workspace, but how can we make it easier to open multiple repositories?
One idea is that we can ask to open a recent, but we can also show an option that allows you to pick any arbitrary file path.
Another idea is to somehow get a list of all the repositories on the workspace and then ask the user which to open, but this would require more brainstorming. Those directories would need to come from the API somehow. Maybe something on the template?
Open to other ideas.
The text was updated successfully, but these errors were encountered: