From a71fc9335ad34b2975cb83db2a31d32f46d1e4e4 Mon Sep 17 00:00:00 2001 From: Nick Trogh <1908215+ntrogh@users.noreply.github.com> Date: Mon, 24 Jun 2024 22:04:54 +0200 Subject: [PATCH] Fix typo --- blogs/2024/06/24/extensions-are-all-you-need.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blogs/2024/06/24/extensions-are-all-you-need.md b/blogs/2024/06/24/extensions-are-all-you-need.md index 694e07f98..3a4d318c2 100644 --- a/blogs/2024/06/24/extensions-are-all-you-need.md +++ b/blogs/2024/06/24/extensions-are-all-you-need.md @@ -17,7 +17,7 @@ The same way that transformers were transformative (sorry) for AI, we believe Gi VS Code is one of the most widely used developer tools in history. This popularity is largely due to the vast ecosystem of extensions that have been contributed by the community. If you’re a VS Code user, you can probably list right off the top of your head a handful of extensions that you cannot live without. Imagine the possibilities if those extensions would leverage the power of AI and GitHub Copilot. -The true power of AI is unlocked when it when it knows about your specific context. And VS Code has that knowledge. Extensions can use the VS Code API to harness this context and deliver the best, most relevant AI-driven answers and interactions right in VS Code where all the developers are already. +The true power of AI is unlocked when it knows about your specific context. And VS Code has that knowledge. Extensions can use the VS Code API to harness this context and deliver the best, most relevant AI-driven answers and interactions right in VS Code where all the developers are already. In this post, we’ll look at the new APIs that empower extensions to interact directly with Language Models and the Chat experience contributed by GitHub Copilot. We’ll look at how you can start building with these APIs today, and we’ll showcase a few early adopters that have started to take advantage of these APIs to enrich their extension.