I use the extension in multiple Visual Studio solutions.
In one of the solutions, I need to set the working directory one folder up via "..".
In another solution, I want the working directory to be the solution directory.
Currently, I need to be aware that a changed working directory is persisted for the extension as a whole and I might need to reset it depending on my solution.
Would it be thinkable to make the working directory tied to the solution? In a way that the extension stores the last working directory used for that solution?
I use the extension in multiple Visual Studio solutions.
In one of the solutions, I need to set the working directory one folder up via "..".
In another solution, I want the working directory to be the solution directory.
Currently, I need to be aware that a changed working directory is persisted for the extension as a whole and I might need to reset it depending on my solution.
Would it be thinkable to make the working directory tied to the solution? In a way that the extension stores the last working directory used for that solution?