eclipse-theia/theia
Voir sur GitHub[vscode] language client cannot access configurations by first segment
Open
#6 344 ouverte le 8 oct. 2019
bughelp wantedpreferencesvscode
Métriques du dépôt
- Stars
- (18 676 stars)
- Métriques de merge PR
- (Merge moyen 15j 4h) (75 PRs mergées en 30 j)
Description
It is reproducible with sample VS Code extension: https://github.com/microsoft/vscode-extension-samples/tree/master/lsp-sample
An extension should produce diagnostics for upper-case worlds, but it does not. By looking at logs one can see that the server fails with cannot read a property of null. It happens because Theia does not properly return a default value for the first segment, i.e. a language client id.