Am 26.06.2017 um 10:41 schrieb Wulfklaue:
On Monday, 26 June 2017 at 08:29:54 UTC, Sönke Ludwig wrote:
Am 26.06.2017 um 09:19 schrieb Wulfklaue:
Can you post the error message? I didn't use the Linux sub system.

From what i remember on my home system, the issue was it tried to store
the file in Windows temporary directory.

Just tried it on my my work PC ( with visual studio code portable ) and
got a slightly different error:

C:\Users\xxx\AppData\Local\Temp\VSCodePortableTemp\.dub\build\vibe-d:utils-0.7.31:
The directory name is invalid.

I assume the error is similar to the one i had in the weekend because
its trying to use the temp folder again. Just different temp path
because of the portable editor ;). Note: At home its a full VSC
installation, not this portable version.

Okay, thanks, that explains it. I didn't realize that I'm using DUB master instead of the latest release, and this issue is already fixed there. A workaround is to use "dub --single webserver.d" instead (performs the build normally instead of building in the temp folder).

Reply via email to