-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Can't (add) drag and drop folder into already open workspace #35849
Comments
@karuppasamy thanks for reporting this. currently we only care about insiders behavior for this. From what I see the issue is that you want to drop a folder into a specific location in the explorer and we always treat that as an add workspace. I can also repro this Did you specifcily design this to behave like this @bpasero |
Thanks for response @isidorn. You are correct. I was trying to add (drag and drop) the new folder into the "... should be only added as a workspace if it is dropped to..." - Just for a clarification, is this a functionality for the feature request #396? If so, may be you could consider this UI Add support for opening multiple project... for opening multiple projects in a separate workspace. So, every workspace will have a name as project name. Otherwise it'll show as "UNTITLED (WORKSPACE)" as in VSCode Insiders. |
@karuppasamy when you drop a folder into the explorer we will add it to the workspace. are you suggesting something else? |
I think that droping the folder on the top level tree node adds it to the explorer, otherwise it adds it as a child to the specific node. |
@bpasero, As @isidorn said, it'd be nice to have a behavior to add the folder in the selected (drag and drop on a folder) node instead of always add it in top level node in the workspace. In attached gifs, I was expecting the folder that should be added under One more question that I asked in my previous comment is that the title of the Workspace in VSCode Insiders is UNTITLED (WORKSPACE) but, the current version (1.17) having the name of the project as a title. If we keep adding folders in an existing workspace like as the current behavior of the Insiders, what would be the title for the Workspace? |
@karuppasamy you can save a workspace to assign a name via File > Save Workspace As. |
can drag and drop copy or folder to current workspace? I would really like that feature. |
Closing this ticket since the expected functionality has done as part of the feature implementation #396 |
Steps to Reproduce: Find attached gifs.
Reproduces without extensions: Yes
VSCode insiders is working but not as expected.
The text was updated successfully, but these errors were encountered: