We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6940e8e commit 6e7ade8Copy full SHA for 6e7ade8
lua/flutter-tools/menu.lua
@@ -238,13 +238,13 @@ function M.commands(opts)
238
{
239
id = "flutter-tools-copy-profiler-url",
240
label = "Copy Profiler Url",
241
- hint = "Run the app and the DevTools first",
+ hint = "Copy the profiler url to the clipboard",
242
command = commands.copy_profiler_url,
243
},
244
245
id = "flutter-tools-open-dev-tools",
246
label = "Open Dev Tools",
247
- hint = "Run the app and the Dev Tools first",
+ hint = "Open flutter dev tools in the browser",
248
command = commands.open_dev_tools,
249
250
})
0 commit comments