How to open Flutter DevTools in a separate window when using Visual Studio Code, so one can debug on a second monitor?
Asked
Active
Viewed 1,472 times
2 Answers
3
To do this, go to VS Code settings (ctrl
+ ,
) and type embed devtools
:
Unchecking this will result in DevTools being opened in Chrome.

davdog00
- 93
- 2
- 13
-
The name of the setting changed to "Dev Tools Location" and the desired option is "external". – MoonKillCZ Aug 30 '23 at 20:06