SpaceStation14.sln as default solution in VSCode (#19844)

This commit is contained in:
Slava0135 2023-09-05 11:30:24 +03:00 committed by GitHub
parent e4c0733cd5
commit ce54689e0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,4 @@
{
"omnisharp.analyzeOpenDocumentsOnly": true
"omnisharp.analyzeOpenDocumentsOnly": true,
"dotnet.defaultSolution": "SpaceStation14.sln"
}