From 64a0180396d8d02a0f9b60d5f4f8c5505ca7760a Mon Sep 17 00:00:00 2001 From: Dmitry Tokmachev Date: Tue, 16 Jun 2026 15:46:30 +0400 Subject: [PATCH] readme update removed vs2022 mention as unsupported --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f62bb4a..090d274 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ This repository stores DevExpress AI agent skills for [GitHub Copilot](https://g **IDEs:** - [VS Code](#vs-code) -- [Visual Studio 2022 / 2026](#visual-studio-2022--2026) +- [Visual Studio 2026](#visual-studio-2026) - [JetBrains Rider / WebStorm](#jetbrains-rider--webstorm) - [Cursor](#cursor) @@ -186,7 +186,7 @@ Use Copilot Chat in agent mode. Skills are activated automatically based on your [VS Code agent plugin documentation](https://code.visualstudio.com/docs/agent-customization/agent-plugins) -#### **Visual Studio 2022 / 2026** +#### **Visual Studio 2026** Visual Studio reads skills from `.github/skills/` in your project (project-level) and from `%USERPROFILE%\.copilot\skills\` (global, active in all projects). Copy skill folders to one of those locations (see [GitHub Copilot section](#github-copilot) above), then open Copilot Chat (View > GitHub Copilot Chat) and switch to agent mode.