Dart-Code: Dart: Dev Tools command not showing
Dart: Dev Tools
is not showing for me in VS Code. I have a flutter app running in debug.
What resources can I share to help track down the issue?
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 16 (8 by maintainers)
It was indeed a problem with the vs code version, even though vs code should update automatically as far as I know and the option wasn’t disabled.
However now it’s showing
Dart: Dev Tools
but when I click on it, it tells meDart DevTools requires an active debug session.
. I am running a flutter app in debug mode, and when I’m not, it doesn’t show meDart: Dev Tools
.