QuarticCat

Results 14 comments of QuarticCat

I propose an solution that introduces minimum changes to current options. On VS Code, currently we have an option `ccls.cache.directory` in which we can use variable `${workspaceFolder}`. To put ccls-cache...

@madscientist You are right. I didn't notice the name structure of directories inside `.ccls-cache`. Thank you very much for your reply!

Same as @list17

Any progress? I also tried different highlighter configurations including the link that @adityatelange quoted. And also, none of them solved the issue. ![image](https://user-images.githubusercontent.com/70888415/171827769-7a13fb45-538f-4f9b-8b3c-ffbb16fd7780.png)

@adityatelange When I set `pygmentsUseClasses: true` or `markup.highlight.noClasses=false`, the highlight just dissapeared. Here's the website https://github.com/QuarticCat/QuarticCat.github.io

@adityatelange The font size issue still exists. Try this page on iPhone safari https://blog.quarticcat.com/posts/how-do-i-make-my-zsh-smooth-as-fuck/

@SukkaW Updated

Is there any further information?

Preparation: ```zsh $ alias -g :bg!='&>/dev/null &!' ``` Before: ![image](https://user-images.githubusercontent.com/70888415/162593965-64fe7de4-11cf-4c96-9768-769317130b26.png) After: ![image](https://user-images.githubusercontent.com/70888415/162593948-aa86f082-49cc-4bdc-b734-931946fc690e.png) CC @vladdoster