Prevent widget inspector from being launched in VSCode for flutter

698

Solution 1

I found this on this thread and it worked for me.

open the settings.json file and add "dart.openDevTools": "never"

Solution 2

On VS Code you can go to:

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

That's it.

Share:
698
user24826
Author by

user24826

Updated on December 16, 2022

Comments

  • user24826
    user24826 over 1 year

    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