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 use kite as my autocompletion tool. However, it requires to set the core.useTreeSitterParsers to false. I add the setting into the dot file and it correct. However, the kite package still reports that I didn't have a correct setting. I believe it related to the order of when it load the setting. Is there a way to solve it? Thanks a lot!
The text was updated successfully, but these errors were encountered:
Thanks for replying!
Yes. And When I check the setting it effects and the kite works. The problem is kite returns an error every time I launch Atom.
I think the kite and some other packages(like setting-sync always says my setting is outdated) has some sort of mechanisms to check the setting before proton load all settings. If I uninstall proton, there are no error messages and setting-sync will not say that my setting is outdated.
I use kite as my autocompletion tool. However, it requires to set the core.useTreeSitterParsers to false. I add the setting into the dot file and it correct. However, the kite package still reports that I didn't have a correct setting. I believe it related to the order of when it load the setting. Is there a way to solve it? Thanks a lot!
The text was updated successfully, but these errors were encountered: