Skip to content

Commit f177081

Browse files
Merge pull request #15279 from MicrosoftDocs/main
Auto Publish – main to live - 2026-04-21 16:00 UTC
2 parents 0a7c9a3 + bfa0c68 commit f177081

21 files changed

Lines changed: 143 additions & 48 deletions

docs/debugger/includes/remote-debugger-requirements.md

Lines changed: 12 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -15,36 +15,20 @@ translation.priority.ht:
1515
- "zh-cn"
1616
- "zh-tw"
1717
---
18-
### Supported Operating Systems
18+
### System requirements
1919

20-
The remote computer must be running one of the following operating systems:
20+
The remote tools support the same system requirements as Visual Studio, with some changes. For details, see the system requirements for your version of Visual Studio:
2121

22-
- Windows 11
23-
24-
- Windows 10 (not phone)
25-
26-
- Windows 8 or 8.1 (not phone)
27-
28-
- Windows 7 Service Pack 1
22+
::: moniker range=">=visualstudio"
23+
- [Remote Tools for Visual Studio 2026 system requirements](/visualstudio/releases/2026/vs-system-requirements#remote-tools-for-visual-studio-system-requirements)
24+
- [Remote Tools for Visual Studio 2022 system requirements](/visualstudio/releases/2022/system-requirements#remote-tools-and-intellitrace-standalone-collector-for-visual-studio-2022-system-requirements)
25+
- [Remote Tools for Visual Studio 2019 system requirements](/visualstudio/releases/2019/system-requirements#remote-tools-performance-tools-and-intellitrace-standalone-collector-for-visual-studio-2019-system-requirements)
26+
::: moniker-end
27+
::: moniker range="vs-2022"
28+
- [Remote Tools for Visual Studio 2022 system requirements](/visualstudio/releases/2022/system-requirements#remote-tools-and-intellitrace-standalone-collector-for-visual-studio-2022-system-requirements)
29+
- [Remote Tools for Visual Studio 2019 system requirements](/visualstudio/releases/2019/system-requirements#remote-tools-performance-tools-and-intellitrace-standalone-collector-for-visual-studio-2019-system-requirements)
30+
::: moniker-end
2931

30-
- Windows Server 2016
31-
32-
- Windows Server 2012 or Windows Server 2012 R2
33-
34-
- Windows Server 2008 Service Pack 2, Windows Server 2008 R2 Service Pack 1
35-
36-
### Supported Hardware Configurations
37-
38-
- 1.6 GHz or faster processor
39-
40-
- 1 GB of RAM (1.5 GB if running on a virtual machine)
41-
42-
- 1 GB of available hard disk space
43-
44-
- 5400-RPM hard drive
45-
46-
- DirectX 9-capable video card running at 1024 x 768 or higher display resolution
47-
48-
### Network configuration
32+
### Network configuration
4933

5034
The remote computer and the Visual Studio computer must be connected over a network, workgroup, or homegroup, or else connected directly through an Ethernet cable. Debugging between two computers connected through a proxy isn't supported. Debugging over a high latency or low bandwidth connection, such as dialup Internet, or over the Internet across countries/regions isn't recommended and may fail or be unacceptably slow.

docs/debugger/remote-debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Remote debugging
33
description: Debug a Visual Studio application that has been deployed on a different computer by using the Visual Studio remote debugger.
4-
ms.date: 12/17/2025
4+
ms.date: 04/20/2026
55
ms.topic: how-to
66
f1_keywords:
77
- "vs.debug.remote.overview"

docs/ide/copilot-agent-mode.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use Agent Mode
33
description: Use the GitHub Copilot agent to iterate on code in Visual Studio by making code edits, running commands, and reading error/build context.
4-
ms.date: 2/24/2026
4+
ms.date: 04/02/2026
55
ms.update-cycle: 180-days
66
ms.topic: get-started
77
author: anandmeg
@@ -147,6 +147,27 @@ Based on the outcome of a tool, Copilot might invoke other tools to accomplish t
147147

148148
Additional tools that you add by running MCP servers aren't automatically enabled. Their checkboxes are cleared by default, and you must select them to activate the tools.
149149

150+
:::moniker range="visualstudio"
151+
152+
### find_symbol tool
153+
154+
The **find_symbol** tool brings language-aware symbol navigation directly to agent mode. When enabled, Copilot automatically uses **find_symbol** to:
155+
156+
- Find all references to symbols across your project
157+
- Access metadata like type information, declarations, and scope
158+
159+
:::image type="content" source="media/visualstudio/copilot-agent-mode/find-symbol.png" alt-text="Screenshot that shows the find_symbol tool selected in the Copilot Chat pane." lightbox="media/visualstudio/copilot-agent-mode/find-symbol.png":::
160+
161+
Once you enable the tool, Copilot uses it automatically when answering your questions or suggesting code changes.
162+
163+
:::image type="content" source="media/visualstudio/copilot-agent-mode/find-symbol-example.png" alt-text="Screenshot that shows Copilot using the find_symbol tool to analyze and modify code across multiple files." lightbox="media/visualstudio/copilot-agent-mode/find-symbol-example.png":::
164+
165+
Supported languages include C++, C#, Razor, and TypeScript, plus any other language for which you have a supported Language Server Protocol (LSP) extension installed.
166+
167+
For best results, write clear prompts and use AI models that support tool-calling. For more information about model capabilities, see [AI model comparison (GitHub Docs)](https://docs.github.com/copilot/reference/ai-models/model-comparison).
168+
169+
:::moniker-end
170+
150171
## Manage tool approvals
151172

152173
When Copilot invokes a tool, it requests confirmation to run the tool. The reason is that tools might run locally on your machine and perform actions that modify files or data.

docs/ide/how-to-report-a-problem-with-visual-studio.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ Here are the steps to report a problem.
2222

2323
![Screenshot showing the feedback icon selected in the upper right corner of the Visual Studio Installer and Report a Problem selected on the context menu.](./media/report-a-problem-selected.png)
2424

25-
1. Selecting **Report a Problem** will open [Developer Community](https://developercommunity.microsoft.com/VisualStudio) in your default browser and sign you in using the same account you're signed in to Visual Studio with.
25+
1. Selecting **Report a Problem** will open [Developer Community](https://developercommunity.microsoft.com/VisualStudio) in your default browser. When prompted, select **Allow** in the browser pop‑up to enable Visual Studio and Developer Community to share sign‑in information.
26+
27+
![Screenshot of the browser pop-up prompting you to allow Developer Community to access other apps and services.](media/visualstudio/devcom-sign-in-pop-up.png)
28+
29+
Once permission is granted, you'll automatically sign-in to Developer Community using the same account info as Visual Studio.
2630

2731
Note: If you are using an ad-blocker you may experience issues during sign-in. Disable the ad-blocker and try to sign in again.
2832

302 KB
Loading
59.3 KB
Loading
17.6 KB
Loading
80.7 KB
Loading
54.9 KB
Loading
48.4 KB
Loading

0 commit comments

Comments
 (0)