New site is out yeyyyyyy

Search

Use the header search or filters below.

Microsoft·about 2 months ago·Software Engineering

Awesome GitHub Copilot just got a website, and a learning hub, and plugins!

Back in July, we launched the Awesome GitHub Copilot Customizations repo with a simple goal: give the community a place to share custom instructions, prompts, and chat modes to customize the AI responses from GitHub Copilot. We were hoping for maybe one community contribution per week. That… did not happen. Instead, you all showed up. […] The post Awesome GitHub Copilot just got a website, and a l

Microsoft·about 2 months ago·Software Engineering

Get started with GitHub Copilot CLI: A free, hands-on course

Learn GitHub Copilot CLI with this free, 8-chapter hands-on course. Review code, generate tests, debug issues, and build custom agents and skills - all from your terminal. No AI experience needed. Works with GitHub Copilot Free. Clone the repo or open in Codespaces to get started. The post Get started with GitHub Copilot CLI: A free, hands-on course appeared first on Microsoft for Developers .

Microsoft·2 months ago·Software Engineering

GitHub Copilot Dev Days: Build faster with GitHub Copilot CLI, in VS Code & Visual Studio, and beyond!

Modern software development is moving fast—and AI is now a practical part of how Microsoft developers design, build, and ship applications every day. From writing code in Visual Studio and VS Code, to building cloud-native apps on Azure, developers are looking for ways to stay productive without sacrificing quality. That’s exactly why GitHub Copilot Dev […] The post GitHub Copilot Dev Days: Build

Microsoft·3 months ago·Software Engineering

WinGet Configuration: Set up your dev machine in one command

I’ve set up a lot of dev machines in my life. Traditionally, this takes a lot of time to get everything just right, but now there’s a faster way with WinGet Configuration files. Let me show you how to go from a fresh Windows install to a fully configured dev environment with a single command […] The post WinGet Configuration: Set up your dev machine in one command appeared first on Microsoft for D

Microsoft·3 months ago·Software Engineering

Bringing work context to your code in GitHub Copilot

This week we shipped the GitHub Copilot SDK which takes the agent loop from the Copilot CLI and makes it easy to embed in other applications. We’ve been using, improving, and extending Copilot CLI for the last few months and it’s sparked new ideas about what it means to have the right context right where […] The post Bringing work context to your code in GitHub Copilot appeared first on Microsoft

Microsoft·5 months ago·Software Engineering

Making Windows Terminal awesome with GitHub Copilot CLI

As someone who lives and breathes in the command line, I love making my terminal feel like home. Windows Terminal is full of personalization options that really allow for a custom experience. Additionally, I can stay within my terminal for my development with GitHub Copilot with the GitHub Copilot CLI. Let’s walk through how you […] The post Making Windows Terminal awesome with GitHub Copilot CLI