This commit is contained in:
rlauuzo 2024-10-23 11:47:26 +02:00 committed by GitHub
parent 21cf2d5e46
commit 299db8d77e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,6 @@
"files.encoding": "utf8",
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"editor.rulers": []
"dotnet.defaultSolution": "IntroSkipper.sln",
"editor.rulers": [],
"dotnet.defaultSolution": "IntroSkipper.sln"
}