eclipse-theia/theia
在 GitHub 查看[vscode] language client cannot access configurations by first segment
Open
#6,344 创建于 2019年10月8日
bughelp wantedpreferencesvscode
仓库指标
- Star
- (18,676 star)
- PR 合并指标
- (平均合并 15天 4小时) (30 天内合并 75 个 PR)
描述
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.