Skip to content

Commit 5b29b81

Browse files
Add dotnet default solution to VSCode settings
A new settings.json file was created in the .vscode directory to specify the default solution for dotnet. This change is intended to make it easier for developers to work within the VSCode environment by automatically loading the 'Atc.Cosmos.sln' solution on startup.
1 parent 5b1b835 commit 5b29b81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"dotnet.defaultSolution": "Atc.Cosmos.sln"
3+
}

0 commit comments

Comments
 (0)