Tomas Slusny

Results 207 comments of Tomas Slusny

That is very weird. And this breaks without even opening copilot chat or doing anything with it? For now I added to not eagerly require from plugin/CopilotChat.lua, maybe that helps...

> [@deathbeam](https://github.com/deathbeam) I know this is not a long-term solution, but by moving the import into the function, the problem with Neotest is gone: > > - local filetype =...

Closing, fixed by #1162 (even as a workaround)

Its something that I can probably look at after finishing tools as there I have ability to differentiate between resource types so I should be able to detect images probably...

This is also actually duplicate of #970 , did not realized vision and image input is same thing at first

Something like `{}` can never work because the configs are always merged together, but `false` should def be supported, the plugin even already supports it on some other places so...

Well the original issue talks about having to do it for every single mapping, and also option to disable all the default mappings at once. I added option so complete...

Now that default config is freely modifiable this is now pretty easy to do by manipulating it directly (require('CopilotChat.config).do_whatever = {})

Big part of the prompt was copied from the default copilot chat prompt from vscode, but I agree, I dont think we need half of that stuff there by default,...

I think line 5 6 and 7 can probably just be completely removed as the important part is in COPILOT_INSTRUCTIONS anyway. I dont think anything at all needs to be...