Skip to content

Commit 30576eb

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lua/claudecode/terminal/external.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ local logger = require("claudecode.logger")
99
local utils = require("claudecode.utils")
1010

1111
local jobid = nil
12-
local config = {}
12+
---@type TerminalConfig
13+
local config
1314

1415
local function cleanup_state()
1516
jobid = nil

0 commit comments

Comments
 (0)