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
I am usin g CCLS server with python LSP client. I have a few files modified in my codebase after the initialize step of LSP client. After modification of the file, I am querying for document symbols using "documentSymbol" API and I am getting the error: "-32600, 'not indexed', None". I tried using 'didchange' API of the LSP client even then i am getting the above error.
What is the approach to be done for the above case?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I am usin g CCLS server with python LSP client. I have a few files modified in my codebase after the initialize step of LSP client. After modification of the file, I am querying for document symbols using "documentSymbol" API and I am getting the error: "-32600, 'not indexed', None". I tried using 'didchange' API of the LSP client even then i am getting the above error.
What is the approach to be done for the above case?
Thanks
The text was updated successfully, but these errors were encountered: