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

Flutter debugging commands support #25

Open
cassc opened this issue Feb 20, 2022 · 2 comments
Open

Flutter debugging commands support #25

cassc opened this issue Feb 20, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@cassc
Copy link

cassc commented Feb 20, 2022

Are there any support for flutter debugging commands? For example Flutter: Toggle Baseline Painting

@amake
Copy link
Owner

amake commented Feb 20, 2022

I'm not really familiar with those features. The docs you linked to are for the VS Code plug-in, so if those features are implemented in the VS Code plug-in itself then we have no way of invoking them.

@amake
Copy link
Owner

amake commented Feb 20, 2022

I took a look and it seems that these features are not available when launching an app via flutter run, which is what flutter.el does. If someone can find a way to invoke them when doing flutter run, then potentially flutter.el could facilitate that.

@amake amake added the enhancement New feature or request label Feb 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants