-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to load global extension #5
Comments
If you want to remove that warning altogether, you could delete the You could actually go in and delete the specific files or text to make it go away but I have a script in place to download a set of default extensions from Coc on Startup. |
uninstalling coc-ccls and removing coc-ccls directory does not help |
I am having the same issue, and reinstalling the extension does not seem to work for me either. I do not know what the file lib/extension.js could be, as it is not present in the extension. |
I'm also running into this problem. |
cd ~/.config/coc/extensions/node_modules/coc-ccls Does this work for you ? |
I am currently not with my Linux laptop so I am sorry that I can't test it now. |
It fixed the issue for me at least. |
For me - the problem here was that the extensions.json file referenced extensions I had long uninstalled. Removing the references to the extensions I no longer had installed in extensions.json fixed it for me. |
i think your way is the best way |
it does work for me with this issues |
This worked for me as well. Thanks! |
Yes, but can we talk about this? Can we not have to do this, yanno, new $machine and not remembering? What's the actual reason for needing to do this? Ah, from: neoclide/coc.nvim#2088 (comment)
After building you'll have this Though, would be rad if |
Observed behavio
Every time I open neovim do I get greeted by the following message:
Steps to reproduce
I installed coc-ccls with
CocInstall <package name>
, edited my configI've tried to update, rebuild, reinstall the plugin without any luck.
The text was updated successfully, but these errors were encountered: