How do I open Flutter DevTools in a separate window in VSC?

2.2k Views Asked by At

How to open Flutter DevTools in a separate window when using Visual Studio Code, so one can debug on a second monitor?

2

There are 2 best solutions below

1
On BEST ANSWER

To do this, go to VS Code settings (ctrl + ,) and type embed devtools: VSC settings screenshot

Unchecking this will result in DevTools being opened in Chrome.

0
On

This option would accomplish that.

"dart.devToolsLocation": "external"