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
Started work here: https://github.com/Dart-Code/Dart-Code/tree/custom-devtools
But currently args like --machine aren't passed through (they need to be handled by build_e2e and then serve_local).
--machine
build_e2e
serve_local
The text was updated successfully, but these errors were encountered:
Add support for launching a custom local version of DevTools
2efcb0c
Fixes #4080.
f408825
No branches or pull requests
Started work here: https://github.com/Dart-Code/Dart-Code/tree/custom-devtools
But currently args like
--machine
aren't passed through (they need to be handled bybuild_e2e
and thenserve_local
).The text was updated successfully, but these errors were encountered: