Skip to content

Commit ad5fd81

Browse files
hoangnx2204Nguyễn Xuân Hoàng
andauthored
feat: add Toggle Dev Log in telescope menu (#511)
Co-authored-by: Nguyễn Xuân Hoàng <hoangnx@ip-192-168-10-59.ap-southeast-1.compute.internal>
1 parent dd767fb commit ad5fd81

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lua/flutter-tools/menu.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,12 @@ function M.commands(opts)
217217
hint = "Clear previous logs in the output buffer",
218218
command = require("flutter-tools.log").clear,
219219
},
220+
{
221+
id = "flutter-tools-toggle-dev-log",
222+
label = "Toggle Dev Log",
223+
hint = "Toggle the dev log buffer",
224+
command = require("flutter-tools.log").toggle,
225+
},
220226
{
221227
id = "flutter-tools-install-app",
222228
label = "Install app",

0 commit comments

Comments
 (0)