You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkgs/dart_mcp_server/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,6 @@ For more information, see the official VS Code documentation for
160
160
|`run_tests`| Run tests | Run Dart or Flutter tests with an agent centric UX. ALWAYS use instead of `dart test` or `flutter test` shell commands. |
161
161
|`set_widget_selection_mode`| Set Widget Selection Mode | Enables or disables widget selection mode in the active Flutter application. Requires "connect_dart_tooling_daemon" to be successfully called first. This is not necessary when using flutter driver, only use it when you want the user to select a widget. |
162
162
|`signature_help`| Signature help | Get signature help for an API being used at a given cursor position in a file. |
163
-
|`stop_app`||Kills a running Flutter process started by the launch_app tool. |
163
+
|`stop_app`||Stops a running Flutter process started by the launch_app tool. |
0 commit comments