Skip to content

Commit 6e7ade8

Browse files
committed
docs: update flutter tools menu hints
1 parent 6940e8e commit 6e7ade8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/flutter-tools/menu.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -238,13 +238,13 @@ function M.commands(opts)
238238
{
239239
id = "flutter-tools-copy-profiler-url",
240240
label = "Copy Profiler Url",
241-
hint = "Run the app and the DevTools first",
241+
hint = "Copy the profiler url to the clipboard",
242242
command = commands.copy_profiler_url,
243243
},
244244
{
245245
id = "flutter-tools-open-dev-tools",
246246
label = "Open Dev Tools",
247-
hint = "Run the app and the Dev Tools first",
247+
hint = "Open flutter dev tools in the browser",
248248
command = commands.open_dev_tools,
249249
},
250250
})

0 commit comments

Comments
 (0)