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

Changes to adapt to vscode and fix a deadlock #2351

Merged
merged 16 commits into from
Sep 21, 2020
Merged

Conversation

jcollins-g
Copy link
Contributor

@jcollins-g jcollins-g commented Sep 16, 2020

Fixes #2302.

Corrects a deadlock caused by MultiFutureTracker. I suspect something subtle changed recently making a deadlock more likely, but the code was always wrong. Hopefully, it is more correct now.

Add .vscode to .gitignore.

Also, move the flutter plugin one directory level down to avoid Flutter autodetection by the VSCode dart extension. Not a great solution, but there seems to be no way to override the autodetect for the rest of the package otherwise. To operate VSCode with Flutter enabled (perhaps, to edit the flutter plugin test package), you can use a multi-root workspace and add the test package as a separate root.

@googlebot googlebot added the cla: yes Google CLA check succeeded. label Sep 16, 2020
@jcollins-g jcollins-g changed the title Changes to adapt to vscode Changes to adapt to vscode and fix a deadlock Sep 18, 2020
@jcollins-g jcollins-g marked this pull request as ready for review September 21, 2020 19:55
Copy link
Member

@srawlins srawlins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woohoo great tests.

@jcollins-g jcollins-g merged commit 6a04a88 into master Sep 21, 2020
@jcollins-g jcollins-g deleted the vscode-enhance branch August 11, 2021 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Google CLA check succeeded.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate the persistent failure in the flutter CI bot
3 participants