No support for latest version of C3
**Describe the bug**
The 0.7.3 version of c3 is not supported and causes the whole lsp to crash because it defaults to 0.6.6. The seems to also be a need for a c3lsp.json file (weird).
`No configuration ~/Documents/projects/c3packer/c3lsp.json found`
**To Reproduce**
Steps to reproduce the behavior:
1. use 0.7.3
2. open c3 file
3. enjoy the following error
```
C3 Version found: 0.7.3\n"
helix_lsp::transport [ERROR] c3lsp err <- "2025/07/15 08:32:38 Specified c3 language version 0.7.3 not supported. Default to 0.6.6
```
**Expected behavior**
A working LSP and no need for a lsp json file (see context)
**Desktop**
- OS : Linux Ubuntu 22
- Editor : Helix 25.01.1
- c3lsp : 0.4.1
**Additional context**
It seems the LSP also looks for a c3lsp.json file in the project root I had to add one containing a minimal config e.g.
```json
{
"includePaths": ["src"]
}
```
Other wise I was getting error the likes of "c3lsp.json not found". With the json file added I get the error mentioned in this repport.
关闭于 2026-02-05 2 条评论