microsoft / genaiscript

Automatable GenAI Scripting
https://microsoft.github.io/genaiscript/
MIT License
1.89k stars 107 forks source link

Installing GenAIScript makes GitHub CoPilot less performant #309

Closed madanMus closed 6 days ago

madanMus commented 7 months ago

There is visible slowdown to GitHub CoPilot (for python development) when GenAIScript extension is installed. When it provides autocompletion, the code quality is anecdotally far worse.

pelikhan commented 7 months ago

Puzzling. Would you have some repro steps? The extension should be doing nothing unless you activate with a UI element (I removed all the watches). However, maybe our way of polyfilling fetch interferes with copilot.

This is in a VSCode insiders or normal?

pelikhan commented 7 months ago

@madanMus can you try with 1.19.1?