Hi,
Is it possible to have one project that will have two different path (that part I know how to do) with each path in a different window?
Most of the time, having a project with different paths within the same window is fine, set up as such:
{
"folders":
[
{
"name": "Doc",
"path": "/volumes/users/foo/dev/bar1"
},
{
"name": "Dev",
"path": "/volumes/users/foo/dev/bar2"
}
]
}
But for that one specific project, I find it easier to have a window for each path, is it possible? (at the moment I manually open the 2 windows and have a project set for each path)