Tree Refresh; Draft Note Replies (#289)
* fix: always refresh discussion tree data after choosing a new branch * fix: rebuild discussion tree without collapsing nodes after all edit/delete/create actions * feat: add command to refresh discussion tree * feat: Add support for draft note replies, e.g. replies to existing notes and comments in draft form * fix: allow backticks in comment suggestions This is a #MINOR release
This commit is contained in:
committed by
GitHub
parent
cf6ccddce3
commit
0d0ed1639a
@@ -32,8 +32,10 @@ local function create_diagnostic(range_info, d_or_n)
|
||||
local message = header
|
||||
if d_or_n.notes then
|
||||
for _, note in ipairs(d_or_n.notes or {}) do
|
||||
message = message .. actions_common.build_note_header(note) .. "\n" .. note.body .. "\n"
|
||||
message = message .. "\n" .. note.body .. "\n"
|
||||
end
|
||||
else
|
||||
message = message .. "\n" .. d_or_n.note .. "\n"
|
||||
end
|
||||
|
||||
local diagnostic = {
|
||||
|
||||
Reference in New Issue
Block a user