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

build_runner VS code extension exits with code 66 #13

Open
lucavenir opened this issue Nov 19, 2022 · 0 comments
Open

build_runner VS code extension exits with code 66 #13

lucavenir opened this issue Nov 19, 2022 · 0 comments

Comments

@lucavenir
Copy link

Hi there,

I am unable to make this extension work on VS code. I'm not sure what I am missing. Yes, I've read through this readme and and I've read build_runner docs.

I am perfectly able to run build_runner in my project via the command line. At the root of the project, I simply write:

flutter pub run build_runner watch -d

And tadah! Everything works fine.

But as I try to do the same with the extension, either by using the shortcut (CMD+B) or by just clicking watch on the bottom bar, I receive this output:

Spawning `flutter pub run build_runner watch --delete-conflicting-outputs` in `[absolute-path-of-my-file-system]/[my-project-folder]`

Command exited with code 66

And that's it! Nothing works from there.
What am I missing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant