https://issues.dlang.org/show_bug.cgi?id=15058
Issue ID: 15058
Summary: [VisualD] A way to specify Debugging Current Directory
from within the .visualdproj
Product: D
Version: D2
Hardware: x86_64
OS: Windows
Status: NEW
Severity: enhancement
Priority: P1
Component: visuald
Assignee: [email protected]
Reporter: [email protected]
In DUB we'd like to hide the multiple .visualdproj in a hidden .dub directory,
it helps with clutter in projects with many packages (only the .sln stays
visible which is handy).
https://github.com/D-Programming-Language/dub/pull/680
But the option "Debugging/Working Directory" is stored in the generated .suo
file, and the default is "." where this change woudl require "..".
Is there, or should there be, an option within the .visualdproj to store that
current working directory?
--