Ambiguous use of user-defined command: #40
-
I get the following error when i try to run CopilotChatExplain, do anyone have any suggestion on how to fix? Full error:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
@Hugo-Persson see here: #21 (comment) |
Beta Was this translation helpful? Give feedback.
-
Thank you, @GitMurf, stupid questions, but I do not have the editor command :UpdateRemotePlugins, do I need to install some dependency? |
Beta Was this translation helpful? Give feedback.
-
@jellydn I know there was a lot of discussion / gh issues in your previous repo on the ambiguous use of user defined command. Is this discussion here the best place to continue those conversations? I have tried absolutely everything and for sure have python working fine and integrated with neovim as my health checks all pass and I can run :!python fine from within neovim. Also the health check for CopilotChat passes as well. It is just that when I do the UpdateRemotePlugins this is all I get (screenshot 1 below) and then nothing happens when I restart neovim and try the plugin. I get the ambiguous use of user defined command. To me it looks as if there are actually no remote plugins registered. Can you share what the I am on Windows. Are there any confirmed successful uses of this plugin with anyone on Windows? Thanks for the great plugin and the support here! Additionally here is what my health checks look like for Python. Everything seems to be configured properly: |
Beta Was this translation helpful? Give feedback.
-
Ok I FINALLY figured it out! It definitely has to do with path issues on Windows compared to mac/linux so hopefully this will also help the CopilotChat maintainer team to make some changes in the codebase to better help with this process for Windows users :) cc @jellydn The details of the solution are here: #27 (comment) |
Beta Was this translation helpful? Give feedback.
@Hugo-Persson see here: #21 (comment)