mirror of
https://github.com/MaskRay/ccls.git
synced 2025-06-08 17:24:56 +00:00
remove unexpected trailing comma in initializationOptions
example json
parent
d03520ee7c
commit
d5664acc19
@ -2,7 +2,7 @@ You need to configure your language client plugin to send initialization options
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"initializationOptions": {
|
"initializationOptions": {
|
||||||
"cacheDirectory": "/tmp/ccls",
|
"cacheDirectory": "/tmp/ccls"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user