We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ec4e0 commit 4a8aad2Copy full SHA for 4a8aad2
lua/flutter-tools.lua
@@ -23,7 +23,7 @@ end
23
local function setup_commands()
24
-- Commands
25
command("FlutterRun", function(data) commands.run_command(data.args) end, { nargs = "*" })
26
- command("FlutterDebug", function(data) commands.run_command(data.args) end, { nargs = "*" })
+ command("FlutterDebug", function(data) commands.run_command(data.args, true) end, { nargs = "*" })
27
command("FlutterLspRestart", lsp.restart)
28
command("FlutterAttach", commands.attach)
29
command("FlutterDetach", commands.detach)
0 commit comments