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
I have two root folders in my workspace and I've come to find that this extension only searches for a .csprog file only in the first root folder.
Switching the order in which the root folders appear in the workspace seems to have solved my issue.
However, I'd like to suggest support for this. Maybe searching all root folders and then if multiple .csprog files are found, prompt the user to specify which the package should be added to.
The text was updated successfully, but these errors were encountered:
It does seem however that your extension is not alone on this. I've experienced the same issue with another.
Maybe I just have an abnormal directory structure. I usualy use Visual Studio so I had it laid out as if it were a solution rather than a project.
I can adjust my workflow to suit though, it's no real issue. Feel free to close this issue, or keep it if you perhaps would like to add support for such structures anyways :)
I have two root folders in my workspace and I've come to find that this extension only searches for a
.csprog
file only in the first root folder.Switching the order in which the root folders appear in the workspace seems to have solved my issue.
However, I'd like to suggest support for this. Maybe searching all root folders and then if multiple
.csprog
files are found, prompt the user to specify which the package should be added to.The text was updated successfully, but these errors were encountered: