https://issues.dlang.org/show_bug.cgi?id=15058
Rainer Schuetze <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Rainer Schuetze <[email protected]> --- Visual D stored it in the project file at the beginning, but that's usually not what you want. You might still be able to change the default by adding an element <debugworkingdir> to the project settings, as it is still read from the project: https://github.com/D-Programming-Language/visuald/blob/master/visuald/config.d#L1371 It won't survive the next saving of the project, though, but maybe that's ok. --
