quack-ai / companion-vscode

VSCode extension of Quack Companion 💻 Turn your team insights into a portable plug-and-play context for code generation. Alternative to GitHub Copilot powered by OSS LLMs (Mistral, Gemma, etc.), served with Ollama.
https://docs.quackai.com
Apache License 2.0
226 stars 12 forks source link

refactor(util): use fetch instead of axios for HTTP requests #68

Closed frgfm closed 8 months ago

frgfm commented 8 months ago

This PR removes axios as a direct dependency and use fetch syntax instead for HTTP requests.