GitHub Copilot Extensions: Creating a VS Code Copilot Extension
In the first post of this series, we introduced GitHub Copilot Extensions and discussed the two types of extensions. Client side and server side extensions.
In the first post of this series, we introduced GitHub Copilot Extensions and discussed the two types of extensions. Client side and server side extensions.
On September 17, GitHub announced the public preview of GitHub Copilot Extensions, enabling developers to extend Copilot's capabilities by creating and insta...
Third post of a series of three about running GUI applications on GitHub Codespaces.
Second post of a series of three about running GUI applications on GitHub Codespaces.
GitHub Codespaces allows you to develop in the cloud, with a fully featured development environment that is spun up in seconds. It is a great way to develop ...
In the first post of this series I discussed how to access content from other repositories using the actions/checkout and the different authentication method...
By default, GitHub Actions only allows access to the current repository. However, there are scenarios where you need to access content from other repositorie...
Azure DevOps is quite an extensible product product; you can develop your extensions that can be used privately on your organization or made publicly availab...
I've decided many months ago to migrate my blog from WordPress to jekyll.
Developers of extensions for Visual Studio Team Services (or Team Foundation Server) tend to use Application Insights to collect telemetry about their extens...