You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
Add this option: "Add existing project", to folders context-menu (right-click on folder).
Then allow to add many projects at once.
The workflow should be like this:
rigth-click on any solution folder
a windows-popup appear to select a "folder" or "csproj"
2.1. If csproj was selected, just add it
2.2. if a folder was selected, then the vscode-prompt appear with the list of all projects inside that folder (recursively), the promt should allow to add many selected projects not only one, to add them at once.
i would like to help if you guide me how to do it
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Add this option: "Add existing project", to folders context-menu (right-click on folder).
Then allow to add many projects at once.
The workflow should be like this:
2.1. If csproj was selected, just add it
2.2. if a folder was selected, then the vscode-prompt appear with the list of all projects inside that folder (recursively), the promt should allow to add many selected projects not only one, to add them at once.
i would like to help if you guide me how to do it
The text was updated successfully, but these errors were encountered: