We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a96d8 commit fe7b2f9Copy full SHA for fe7b2f9
1 file changed
lua/overseer/component/on_result_diagnostics.lua
@@ -81,6 +81,7 @@ local comp = {
81
col = item.col or 0,
82
end_col = item.end_col,
83
source = task.name,
84
+ code = item.code,
85
})
86
end
87
local bufnr = vim.fn.bufadd(filename)
0 commit comments