You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I open a remote project in VIsual Studio the ccls server starts indexing the source code despite having a cached index in .ccls-cache. I can see that the ccls server is using a lot of memory, and the counters shown in the ccls info tooltip in the bottom right corner are steadily increasing.
Expected behavior
The index should not be rebuilt, the index stored in .ccls-cache should be used.
Steps to reproduce
create the ccls-cache
ccls --index=.
configure ccls in visual studio
close project
reopen project
the cache will be rebuilt again
The text was updated successfully, but these errors were encountered:
Observed behavior
When I open a remote project in VIsual Studio the ccls server starts indexing the source code despite having a cached index in .ccls-cache. I can see that the ccls server is using a lot of memory, and the counters shown in the ccls info tooltip in the bottom right corner are steadily increasing.
Expected behavior
The index should not be rebuilt, the index stored in .ccls-cache should be used.
Steps to reproduce
ccls --index=.
the cache will be rebuilt again
The text was updated successfully, but these errors were encountered: