Create a new issue template for non-VS Code editor users #2449
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
To make sure we can properly report and investigate issues for the Ruby LSP project, we need to create two different templates: one for VS Code and another for non-VS Code editors. Here's why:
Maintainer Expertise: Our maintainers mainly use VS Code and don't have setups for other editors. This means we can give better guidance and support for issues in VS Code but not as much for other editors.
LSP Compatibility: Different editors and their LSP plugins might not always be up-to-date with the latest LSP specs. This can cause differences in how issues show up between VS Code and other editors.
Reporting Tools: Our VS Code extension has specific tools for reporting issues, like a status panel and an addons list, which aren't available in other editors. These tools are super helpful for diagnosing and fixing issues in VS Code.
By having separate templates, we can make the issue reporting process clearer and get the most relevant info for each setup.
Implementation
Automated Tests
Manual Tests