-
Notifications
You must be signed in to change notification settings - Fork 29
Description
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.