-
Notifications
You must be signed in to change notification settings - Fork 34
Terminal opens in Solution, not Project #61
Comments
I don't think there is a good way to open up in a project folder. Many solutions will have multiple projects and there is no clear choice of a best project. If you have an idea on how to choose let me know! |
Would the start-up project not be a good option? It would be really helpful to be able to control the directory. I saw that for the relative clickable links you rely on the solutiondir as well, however this doesn't work for me, because webpack runs in a subdirectory of the solutiondir so I can't click on links to navigate to a file with an error. |
That may be one option. I'll have to see what APIs are available to get the startup project. @nitimmerman is your webpack project an actual solution with project files or is it an open folder situation? |
Hi @dgriffen, |
WhackWhackTerminal could look at the current selected project in solution explorer, even at the current selected folder and open that path. |
Visual Studio Pro
When the terminal opens its in the Solution folder, not the Project folder
Tried adding a startup command
cd $(ProjectDir)
But that did not work
The text was updated successfully, but these errors were encountered: