chore(tooling): make vscode open the correct solution

This commit is contained in:
cswimr 2024-12-31 17:50:09 -05:00
parent 158aec5dba
commit a5c5973414
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"dotnet.defaultSolution": "ZenithInfo.sln"
}