fix: include extra args

This commit is contained in:
Rónán Carrigan
2022-06-08 22:10:43 +01:00
parent 304cee0223
commit e4a97894b5

View File

@@ -105,7 +105,7 @@ function PythonNeotestAdapter.build_spec(args)
"--runner",
runner,
"--",
get_args(runner, position),
vim.list_extend(get_args(runner, position), args.extra_args or {}),
})
if position then
table.insert(script_args, position.id)