From 7d6d8b2494a30121ea21e9064bf0b1f7ea87e1ce Mon Sep 17 00:00:00 2001 From: Heyward Fann Date: Mon, 25 Mar 2024 19:24:26 +0800 Subject: [PATCH] feat(list): add --buffer to list buffer diags --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- README.md | 2 +- autoload/coc/list.vim | 2 +- src/__tests__/list/sources.test.ts | 17 +++++++++++++++++ src/list/source/diagnostics.ts | 15 +++++++++++++-- 5 files changed, 33 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3b0eaebbd70..d881da861d1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,7 +6,7 @@ about: Create a report to help us improve