GitHub has announced a Free Tier for Github Copilot, and I’m excited to see how Copilot works in Github (i.e. how it can help improve my coding skills).
Visual Studio Code (VS Code)
My editor of choice is VS Code, and GitHub Copilot has an official extension within the Extensions Marketplace.

Testing Github Copilot
I’m still learning Vue and how to mock in Vitest. The original results generated some tests, but they failed as imports were missing. Then failures were occurring as Copilot didn’t seem to know that certain parts of the code (Vue-Router / Rendering) may need mocking.
But after a little time, and some adjusting of my questions GitHub Copilot has helped me to create a test that mocks some of the functions and passes. Now I need to read through it and understand what it has done.





One response to “GitHub Copilot Free Tier”
[…] Large Language Models (LLMs) such as ChatGPT have gained a lot of traction over the last year or two, and more tech companies are looking to include artificial intelligence (AI) in their products via LLMs. This includes Apple with their Apple Intelligence in iOS and MacOS which can be expanded with ChatGPT, and Microsoft with its Microsoft 365 Copilot and Copilot for Bing offerings. Even GitHub has a Copilot option. […]
LikeLike