Skip to content

Commit 6fa912d

Browse files
Add dotnet.automaticallySyncWithActiveItem to VS Code settings (#3992)
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>
1 parent 349d645 commit 6fa912d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dotnet/.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dotnet.defaultSolution": "agent-framework-dotnet.slnx",
33
"git.openRepositoryInParentFolders": "always",
4-
"chat.agent.enabled": true
4+
"chat.agent.enabled": true,
5+
"dotnet.automaticallySyncWithActiveItem": true
56
}

0 commit comments

Comments
 (0)