This option would accomplish that.

"dart.devToolsLocation": "external"
Answer from Ramin Mousavi on Stack Overflow
🌐
Flutter
docs.flutter.dev › tools › devtools › vscode
Run DevTools from VS Code
June 28, 2025 - To use the DevTools from VS Code, you need the Dart extension. If you're debugging Flutter applications, you should also install the Flutter extension. ... Start a debug session for your application by opening the root folder of your project ...
Discussions

flutter - Get Dart Devtools to open in Chrome - Stack Overflow
Currently, Dart Devtools opens as a tab in VSCode. I want it to go back to opening in Chrome as it did in previous versions of Flutter. More on stackoverflow.com
🌐 stackoverflow.com
Cannot open dev tools in flutter web --profile
I'm trying to open dev tools for my flutter web profile to inspect performance,memory logs etc .But i don't know why it's not opening Why can't I open dart dev tools in flutter web ... More on github.com
🌐 github.com
3
April 9, 2022
dart - Flutter in VSCode is not connecting to devtools - Stack Overflow
i am using flutter: Flutter 1.20.0 • channel stable • https://github.com/flutter/flutter.git Framework • revision 840c9205b3 (6 months ago) • 2020-08-04 20:55:12 -0700 Engine • revision c8e3b94853 ... More on stackoverflow.com
🌐 stackoverflow.com
Flutter Inspector in Visual Studio code - Stack Overflow
Starting with version 2.24.0 the DevTools option is the new feature for debugging and inspecting. ... Sign up to request clarification or add additional context in comments. ... 1- Open the Command Palette (Ctrl+Shift+P (Cmd+Shift+P on macOS)). 2- Select the Flutter: Inspect Widget command and press Enter. 3- Tap on any widget in emulator. 4- See the widget tree. 5- Good luck. ... I use the shortcut: Ctrl+Alt+D (using Ubuntu + VSCode... More on stackoverflow.com
🌐 stackoverflow.com
🌐
Flutter
docs.flutter.dev › tools › vs-code
Visual Studio Code
Click Open. ... The Flutter extension performs code analysis. The code analysis can: ... Go to Go > Go to Definition. You can also press F12. Find type usages. Press Shift + F12. View all current source code problems. Go to View > Problems. You can also press Ctrl / Cmd + Shift + M. ... You can debug your app in a couple of ways. Using DevTools, a suite of debugging and profiling tools that run in a browser.
🌐
Flutter
docs.flutter.dev › development › tools › devtools › vscode
Install and run DevTools from VS Code - Flutter documentation
You can choose to have DevTools always opened in a browser with the dart.embedDevTools setting, and control whether it opens as a full window or in a new column next to your current editor with the dart.devToolsLocation setting.
🌐
GeeksforGeeks
geeksforgeeks.org › flutter-devtools
Flutter - DevTools - GeeksforGeeks
January 15, 2021 - Step 2: Launch an application to debug your application. Start debugging in VS Code by clicking Run > Start Debugging (F5). Step 3: If once debugging started, the Dart Opens DevTools command becomes available in the VS Code command palette:
🌐
Dart Code
dartcode.org › releases › v2-24
v2.24 - Dart Code - Dart & Flutter support for Visual Studio Code
February 27, 2019 - Clicking Activate/Upgrade will run pub global activate to activate the DevTools package for you. If you have multiple debugging sessions active, you’ll be prompted for which one to open DevTools for.
Find elsewhere
🌐
Binmile
binmile.com › blog › quick-ways-to-install-devtools-for-flutter-development
Installing DevTools to Debug Apps for Flutter Developers
February 3, 2026 - Step 2: Launch an app to debug your Flutter app. Initiate debugging in VS Code by clicking Run > Start Debugging (F5). Step 3: Once debugging starts, the Dart Opens DevTools command becomes available in the VS Code command palette.
Address   2803 Philadelphia Pike, Suite B 191, 19703, Claymont
🌐
Fluttercentral
fluttercentral.com › Articles › Post › 1136 › How_to_open_dart_devtools_in_VS_code
How to open dart devtools in VS code? - fluttercentral.com
May 26, 2019 - Check out our other latest articles ... programs from GitHub? How to get screen orientation in flutter? NavigationRail example in flutter · <p>Here is how you access Dart Devtools in VS code....
🌐
Visual Studio Magazine
visualstudiomagazine.com › articles › 2020 › 08 › 06 › flutter-vs-code.aspx
Flutter Update Previews Embedded Dart DevTools in VS Code Extension -- Visual Studio Magazine
August 6, 2020 - Developers can enable the preview of embedded Dart DevTools in VS Code with the new dart.previewEmbeddedDevTools setting, which lets developers show DevTools pages embedded directly in the editor. "Clicking Dart DevTools in the status bar will now ...
🌐
Medium
medium.com › @fluttergems › mastering-dart-flutter-devtools-series-introduction-installation-part-1-of-8-4f703a8cfcc8
Mastering Dart & Flutter DevTools — Part 1: Introduction & Installation | by Flutter Gems | Medium
December 28, 2022 - ... You can see that the Performance ... you want to launch DevTools in a stand-alone browser, just click the “Open DevTools..” at the bottom of the tool window as shown below....
🌐
Flutter
flutter-ko.dev › docs › development › tools › devtools › vscode
flutter-ko.dev
Own it today for $4,911, or select Lease to Own or make an offer · Free transaction support
🌐
GitHub
github.com › flutter › devtools › issues › 3969
Cannot open dev tools in flutter web --profile · Issue #3969 · flutter/devtools
April 9, 2022 - Download at https://visualstudio.microsoft.com/downloads/. Please install the "Desktop development with C++" workload, including all of its default components [√] Android Studio (version 2020.3) • Android Studio at D:\Android studio main • Flutter plugin can be installed from: https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7249189) [√] VS Code (version 1.64.1) • VS Code at C:\Users\bhara\AppData\Local\Programs\Microsoft VS Code •
Author   naveenbharadwaj19
🌐
YouTube
youtube.com › watch
Dive into DevTools - YouTube
In this video, we’re going to see different ways to make your Flutter app faster and more reliable. Chapters:0:00 - Introduction0:42 - Getting up and running...
Published   October 2, 2023
🌐
DhiWise
dhiwise.com › post › flutter-dev-tools
DevTools: A Tooling Suite for Flutter and Dart Developers
April 30, 2025 - To use the DevTool from VS Code, install the Dart extension, further, you need to install the Flutter extension for debugging the Flutter app. Next, you need to launch the Flutter application for debugging your app. Click Run > statrtDebugging to start debugging the app...
🌐
Liudonghua123
liudonghua123.github.io › flutter_website › tools › devtools › vscode
Install and run DevTools from VS Code | Flutter
You can choose to have DevTools always opened in a browser with the dart.embedDevTools setting, and control whether it opens as a full window or in a new column next to your current editor with the dart.devToolsLocation setting. A full list of Dart/Flutter settings are available here or in the VS Code settings editor.
🌐
GitHub
github.com › flutter › devtools › issues › 6876
in VSCode when i open devtools and select widget mode and select widget on screen ... don't open widget file location · Issue #6876 · flutter/devtools
December 1, 2023 - Reload to refresh your session. ... in VSCode when i open devtools and select widget mode and select widget on screen ... don't open widget file location#6876 ... DevTools version: 2.28.3 IDE: VSCode Connected Device: CPU / OS: x64 (64 bit) android Connected app type: Flutter native (debug ...
Author   MoRmdn
🌐
F22 Labs
f22labs.com › blogs › how-to-run-a-flutter-app-in-vs-code-a-step-by-step-guide
How to Run a Flutter App in VS Code: Step-by-Step Guide
February 4, 2026 - Once that’s done, you’ll have a fresh Flutter project ready to customize and build upon. It’s that simple! Once the project is created, it should automatically open in VS Code.