MaskRay / ccls

C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting
Apache License 2.0
3.73k stars 254 forks source link

Can't highlight all face on vscode when after reopen highlight face #890

Closed zhijie-zhang closed 2 years ago

zhijie-zhang commented 2 years ago

hello, I found a confusing question: Os: Linux x86_64 When I set to disable all faces and then re-enable all faces, it cannot be highlighted.

"ccls.highlight.static.face": [ "disable", "fontStyle: italic", "color:#e27a33" ],


"ccls.highlight.static.face": [ "enable", "fontStyle: italic", "color:#e27a33" ],

zhijie-zhang commented 2 years ago

Fixed , reopen again