You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/debugger/includes/remote-debugger-requirements.md
+12-28Lines changed: 12 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,36 +15,20 @@ translation.priority.ht:
15
15
- "zh-cn"
16
16
- "zh-tw"
17
17
---
18
-
### Supported Operating Systems
18
+
### System requirements
19
19
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:
21
21
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
29
31
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
49
33
50
34
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.
Copy file name to clipboardExpand all lines: docs/ide/copilot-agent-mode.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Use Agent Mode
3
3
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
5
5
ms.update-cycle: 180-days
6
6
ms.topic: get-started
7
7
author: anandmeg
@@ -147,6 +147,27 @@ Based on the outcome of a tool, Copilot might invoke other tools to accomplish t
147
147
148
148
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.
149
149
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
+
150
171
## Manage tool approvals
151
172
152
173
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.
Copy file name to clipboardExpand all lines: docs/ide/how-to-report-a-problem-with-visual-studio.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,11 @@ Here are the steps to report a problem.
22
22
23
23

24
24
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
+

28
+
29
+
Once permission is granted, you'll automatically sign-in to Developer Community using the same account info as Visual Studio.
26
30
27
31
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.
0 commit comments