Skip to content
New issue

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

Vua fails to download documentation #9

Closed
paulhobbel opened this issue Jul 17, 2021 · 4 comments
Closed

Vua fails to download documentation #9

paulhobbel opened this issue Jul 17, 2021 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@paulhobbel
Copy link

When downloading and building the documentation content Visual Studio Code returns the following error:
image

@FlashHit
Copy link
Contributor

Did you download it here or via VSCode marketplace?

@paulhobbel
Copy link
Author

via the VSCode marketplace. I think I found out whats going on btw. It seems to happen when it renames data-temp ->data

@paulhobbel
Copy link
Author

If I pause execution, rename data-temp -> data and then add the .complete file it works fine

@Imposter Imposter added the bug Something isn't working label Jul 22, 2021
@Imposter Imposter self-assigned this Jul 22, 2021
@Imposter
Copy link
Owner

This was an issue due to the way writeFile was called, rather than providing a string/bytes like object, an object was passed. This has been corrected and a new update has been pushed v0.2.10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants