Skip to content

Commit fe7b2f9

Browse files
fix: set diagnostic code in on_result_diagnostics (#430)
1 parent 65a96d8 commit fe7b2f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/overseer/component/on_result_diagnostics.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ local comp = {
8181
col = item.col or 0,
8282
end_col = item.end_col,
8383
source = task.name,
84+
code = item.code,
8485
})
8586
end
8687
local bufnr = vim.fn.bufadd(filename)

0 commit comments

Comments
 (0)