mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
6fa912decf
Enable automatic synchronization with the active item in VS Code for better developer experience when working with .NET projects. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
7 lines
199 B
JSON
7 lines
199 B
JSON
{
|
|
"dotnet.defaultSolution": "agent-framework-dotnet.slnx",
|
|
"git.openRepositoryInParentFolders": "always",
|
|
"chat.agent.enabled": true,
|
|
"dotnet.automaticallySyncWithActiveItem": true
|
|
}
|