File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "runtime" : {
44 "version" : " LuaJIT"
55 },
6+ "diagnostics" : {
7+ "enables" : [
8+ " missing-global-doc"
9+ ]
10+ },
611 "workspace" : {
712 "library" : [
813 " $VIMRUNTIME" ,
Original file line number Diff line number Diff line change 3131--- @param session Session | GlobalSession object
3232--- @param width ? integer
3333--- @return PickerItem
34- function format_session_item (session , width )
34+ local function format_session_item (session , width )
3535 local project = (session --[[ @as GlobalSession]] ).project
3636 local title = session .title or ' N/A'
3737 if project then
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ local base_picker = require('opencode.ui.base_picker')
66--- Format message parts for timeline picker
77--- @param msg OpencodeMessage Message object
88--- @return PickerItem
9- function format_message_item (msg , width )
9+ local function format_message_item (msg , width )
1010 local preview = msg .parts and msg .parts [1 ] and msg .parts [1 ].text or ' '
1111
1212 local debug_text = ' ID: ' .. (msg .info .id or ' N/A' )
You can’t perform that action at this time.
0 commit comments