Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Prevent widget inspector from being launched in VSCode for flutter

How can I prevent widget inspector from launching each time in Visual Studio code. I have seen about 2 to 3 answere online, but either they are not applicable to the latest VSCode OR they are not clear. Please help

like image 525
user24826 Avatar asked Sep 05 '25 17:09

user24826


1 Answers

On VS Code you can go to:

settings > Extensions > Dart > DevTools > Dart:Open Dev Tools = never

That's it.

like image 146
Alex Avatar answered Sep 07 '25 18:09

Alex