From b3d295749dbe2b2be79ae81f9cbdbb3a7cccdec3 Mon Sep 17 00:00:00 2001 From: isidorn Date: Tue, 12 Nov 2024 18:56:37 +0100 Subject: [PATCH] update date --- blogs/2024/11/12/introducing-copilot-edits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blogs/2024/11/12/introducing-copilot-edits.md b/blogs/2024/11/12/introducing-copilot-edits.md index b19312c2a..6f9a3e5ab 100644 --- a/blogs/2024/11/12/introducing-copilot-edits.md +++ b/blogs/2024/11/12/introducing-copilot-edits.md @@ -9,7 +9,7 @@ Author: Isidor Nikolic # Introducing Copilot Edits (preview) -November 7th, 2024 by [Isidor Nikolic](https://x.com/isidorn) +November 12th, 2024 by [Isidor Nikolic](https://x.com/isidorn) Until recently, you could use GitHub Copilot in VS Code in two separate ways. You could modify code inside the editor using completions or Inline Chat. Or you could use Copilot to ask questions about your code in the Chat view. Copilot Edits, a preview feature, is a brand new way of using Copilot in VS Code. It combines the best of Chat and Inline Chat: the conversational flow and the ability to make inline changes across of set of files that you manage. And it just works.