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
Describe the bug
To Reproduce Steps to reproduce the behavior:
Create a project
Select a folder
Project generator
Expected behavior When project folder is clicked, the explorer files should open. Project generator selection should always shows its list.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
I also seem to have the same issue, where clicking the FileInput.vue component makes a backend call with the following data
{"data":{"selectFile":null},"extensions":{"tracing":{"version":1,"startTime":"2020-02-29T11:44:47.777Z","endTime":"2020-02-29T11:44:47.814Z","duration":36915000,"execution":{"resolvers":[{"path":["selectFile"],"parentType":"Mutation","fieldName":"selectFile","returnType":"String","startOffset":558200,"duration":36306300}]}}}}
I assume that the selectFile is the emit event value from FileInput.vue, which seems to be null.
selectFile
null
I'm running this from WSL, if that is relevant.
Sorry, something went wrong.
@pazfelipe Do you have zenity installed?
zenity
Installing zenity solved the issue for me. same os, but at Node v16.0.1
No branches or pull requests
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Create a project
Select a folder
(it doesn't open)Project generator
Expected behavior
When project folder is clicked, the explorer files should open.
Project generator selection should always shows its list.
Screenshots
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: