Add folder to workspace...
dialog should support multiselection
#9665
Labels
Add folder to workspace...
dialog should support multiselection
#9665
The dialog that opens when you select the 'Add folder to workspace...' menu item should support multi-selection to facilitate adding multiple folders to a workspace simultaneously. The corresponding VSCode dialog does support multiple selection.
Feature Description:
The command is registered here:
theia/packages/workspace/src/browser/workspace-commands.ts
Lines 306 to 332 in 0ebdec5
I tried a naive implementation just setting
canSelectMany
to true and setting up a loop over the selected URI's, but that didn't work immediately, so some additional modification of the workspace adding code is likely necessary.The text was updated successfully, but these errors were encountered: