Showing category results for GitHub Copilot

Mar 3, 2026
Post comments count0
Post likes count1

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

Dan Wahlin
Dan Wahlin

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.

GitHub CopilotUncategorized
Mar 2, 2026
Post comments count0
Post likes count0

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

Katie Savage
Katie Savage

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...

GitHub CopilotDeveloper Events
Feb 4, 2026
Post comments count7
Post likes count9

WinGet Configuration: Set up your dev machine in one command

Kayla Cinnamon
Kayla Cinnamon

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 and how GitHub Copilot CLI can help you build these confi...

GitHub CopilotMicrosoft for DevelopersPackage Management
Jan 23, 2026
Post comments count3
Post likes count13

Bringing work context to your code in GitHub Copilot

Kayla Cinnamon
Kayla Cinnamon

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 we work. As developers, we spend most of ...

GitHub CopilotMCP
Dec 11, 2025
Post comments count7
Post likes count12

Making Windows Terminal awesome with GitHub Copilot CLI

Kayla Cinnamon
Kayla Cinnamon

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 can trick out your ...

GitHub CopilotMicrosoft for Developers
Nov 25, 2025
Post comments count0
Post likes count4

Manage Containers the Easy Way: Copilot + VS Code

Matt Hernandez
Matt Hernandez

Managing containers can be one of the most repetitive parts of modern development. Between remembering CLI commands, switching contexts, and digging through logs, it’s easy to lose focus on the actual code you’re building. The latest release of the VS Code Container Tools extension changes that by putting Copilot directly into your workflow - so yo...

GitHub CopilotVisual Studio CodeUncategorized
Oct 31, 2025
Post comments count1
Post likes count3

Behind the Universe demo: From prompt to production with VS Code, GitHub Copilot and the Microsoft Agent Framework

Amanda Silver Rong Lu Shayne Boyer
Amanda,
Rong,
Shayne

At this year’s GitHub Universe, we set out to answer a simple question: What would it take to go from an idea to production in under 30 minutes – using only natural language, your editor, and AI? On stage, we built a cloud-native, intelligent app from scratch using Visual Studio Code, GitHub Copilot, and the Microsoft Agent Framework. In thi...

AIGitHub CopilotMicrosoft for Developers
Sep 15, 2025
Post comments count16
Post likes count20

Diving Into Spec-Driven Development With GitHub Spec Kit

Den Delimarsky
Den Delimarsky

Developers are increasingly relying on AI agents to both build new software as well as extend capabilities of existing projects that they support. One challenge with AI-based systems, however, is that to produce the right output you need to first establish really good context. If you don't decide what you're building and why you're building it ahea...

AIGitHub CopilotGitHub