onivim/oni
View on GitHubLanguage server suddenly changed the language type from go to c#
Open
#1846 opened on Mar 18, 2018
6 comments (6 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript11,389 stars (11,389 stars)336 forks (336 forks)batch import
bughelp wantedlanguage-integration
Description

Contributor guide
- Tech stack
- typescriptelectronnodejs
- Domain
- desktopdeveloper experience
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 4
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- None
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- First, verify if the bug is reproducible in the latest version of Oni. Review the issue comments (if any) for additional context. Look into the language server client implementation in the Oni codebase, particularly how it detects and displays the language type. The screenshot shows the language type changing from Go to C#; check if there is a race condition or misclassification in the language detection logic. Consider if this is related to a specific language server configuration or if it is a UI display bug.