aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug_report.yml
Commit message (Collapse)AuthorAgeFilesLines
* docs: bug report templateJustin M. Keyes2025-11-151-3/+4
|
* fix(lspinfo)!: remove config.lspinfoJustin M. Keyes2024-10-181-1/+1
| | | | | | | | | | | | | | | Problem: `config.lspinfo` is an undocumented feature that allows extending the info shown in `:LspInfo` (`:checkhealth lspconfig`). This feature is unwanted because: - it's undocumented - it adds a maintenance burden - it provides info that should be derived from the LSP protocol itself. Solution: Remove support for `config.lspinfo`. Instead, `:LspInfo` (`:checkhealth lspconfig`) should be enhanced to automatically gather this kind of extra info from the server response.
* Update bug_report.ymlJustin M. Keyes2024-01-281-64/+3
|
* chore: remove healthcheck (#1636)Michael Lingelbach2022-01-051-6/+0
| | | | | | | | | | | | | | Previously, lspconfig had a recommended healthcheck. This was mostly noise as its predominant use was to check if a server was installed. This check was not accurate as vim.fn.executable is extremely primitive and does not consider cmd_env (forwarded to uv_spawn) or language servers that are run via an interpreter. Furthermore, checking if a language server is executable will no longer be a useful signal once TCP support (which allows for connecting to already running or remote servers). Remove for now.
* chore: update bug_report.ymlMichael Lingelbach2021-09-291-1/+1
|
* chore: improve issue templates (#1253)Christian Clason2021-09-121-0/+83
* chore: disable blank issue template, add Discourse link * chore: turn issue template into form