Skip to content

Commit 57cf254

Browse files
Update lua/claudecode/terminal/external.lua
Co-authored-by: Thomas Kosiewski <[email protected]>
1 parent ab83248 commit 57cf254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/claudecode/terminal/external.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ local function is_valid()
2121
return jobid and jobid > 0
2222
end
2323

24-
--- @param term_config table
24+
--- @param term_config TerminalConfig
2525
function M.setup(term_config)
2626
config = term_config or {}
2727
end

0 commit comments

Comments
 (0)