You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c:\Users\FruitfulApproach\Desktop\dlang\myproject>dub generate visuald
Cannot open file .dub\myproject.visualdproj' in mode wb' (No such file or directory)
After doing 'dub init myproject' in parent dir.
So how can we get this to work? No .dub folder is generated.
The text was updated successfully, but these errors were encountered:
(work-around) Perhaps try to type dub build before dub generate visuald
WebFreak001
changed the title
Dub generate visuald doesn't work (can't find .dub/name.visualdproj)
Create .dub directory in dub generate visuald if not exists
Apr 29, 2019
this doesn't seem to happen on every project (I couldn't make it break with a vibe.d project after deleting .dub) but when it's run in a freshly created project it's easily reproducible
c:\Users\FruitfulApproach\Desktop\dlang\myproject>dub generate visuald
Cannot open file
.dub\myproject.visualdproj' in mode
wb' (No such file or directory)After doing 'dub init myproject' in parent dir.
So how can we get this to work? No .dub folder is generated.
The text was updated successfully, but these errors were encountered: