We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running dub generate visuald right after initializing the package with dub init fails with the following error:
dub generate visuald
dub init
Cannot open file `.dub\test.visualdproj' in mode `wb' (No such file or directory)
Workaround is to create .dub folder first or just build the package before running the generate command.
The text was updated successfully, but these errors were encountered:
duplicate of #1673
Sorry, something went wrong.
Correct issue #1673 (with dupe #1797 and #2019)
78765f2
No branches or pull requests
Running
dub generate visuald
right after initializing the package withdub init
fails with the following error:Workaround is to create .dub folder first or just build the package before running the generate command.
The text was updated successfully, but these errors were encountered: